You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But it doesn't change a thing, even if I put the same width value on the parent (which it actually changes) the bar chart continues to be super slim, it doesn't grow at all, any idea why?
The text was updated successfully, but these errors were encountered:
So I'm having a problem, I'm trying to change the width from my Bar Chart, and like the documentation says:
<PureChart type="bar" data={series} width={globals.width * 0.9} height={globals.height * 0.3} backgroundColor={'white'} xAxisColor={'red'} yAxisColor={'red'} labelColor={'green'} style={{ borderColor: 'green', borderWidth: 1, width: 600 }} />
But it doesn't change a thing, even if I put the same width value on the parent (which it actually changes) the bar chart continues to be super slim, it doesn't grow at all, any idea why?
The text was updated successfully, but these errors were encountered: