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
Can I scale the percantage? For example, instead of the pie chart showing 0-100 %, I would like to show 99-100% with decimal places and have the chart reflect that. For example, in my particular use, the current difference between 99.965% and 99.974% looks the same visually & I would like to visualize a greater difference.
Given my configuration below, I would like to auto-refresh the chart. What's the best approach?
In this case, you should implement your own update method that transforms your values into new percentage values and use that to call the update method of the plugin. And then change the label in the center to your real percentage.
This is a highly customized behavior which requires changing the implementation.
@gforster, did you ever get around to this? I am looking for a similar implementation.
In my case, the circle should reflect 0-40 as 0 to 100% respectively.
Hello,
Love the plugin. Two quick questions:
The text was updated successfully, but these errors were encountered: