Skip to content

Commit

Permalink
AMP-30906: Resolve ndd dash bug
Browse files Browse the repository at this point in the history
  • Loading branch information
brianbrix committed Oct 31, 2024
1 parent 3717a9a commit 7dfdfee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class TopChart extends Component {
data={data.values}
getColor={this.getColor.bind(this)}
/>
<div style={{ height: '335px' }}>
<div style={{ height: '355px' }}>
<ResponsiveBar
data={transformedData}
colors={this.getColor.bind(this)}
Expand Down

0 comments on commit 7dfdfee

Please sign in to comment.