Circular Chart Fixed Height & Width #3490
Unanswered
Ameer-Hamza7
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
I am trying to implement this library for a react project but don't able to make make my circular charts ( i.e Pie, Radial, Donut etc) looks well, It concern is with the height and width of these charts that cannot be set to a fix parameter.
I tried to implement the properties like
chart.width
andchart.height
alsochart.plotOptions.size
( that is also deprecated ).also tried
grid.padding.top
andgrid.padding.bottom
but the result isn't good.Is there any possible solution to make both of them to display in the same size ? also the criteria should be capable enough so we can control the width and height of all these charts just from two or three states ?
Like the following:

Beta Was this translation helpful? Give feedback.
All reactions