Hi,
I have several categories. The series value for some of the categories can be a lot larger than the values for other series.
Example:
In the case of a pie chart, this results in the "bar" slice being very small. The problem is that I want to capture series click events. But, these small slices are unusable in that way.
Is there a way to configure bar, pie and similar charts to have these series with small values always take up some minimum space?
I have several categories. The series value for some of the categories can be a lot larger than the values for other series.
Example:
[
{ type:
"foo"
, count: 6589 },
{ type:
"bar"
, count: 2 },
... more series
]
In the case of a pie chart, this results in the "bar" slice being very small. The problem is that I want to capture series click events. But, these small slices are unusable in that way.
Is there a way to configure bar, pie and similar charts to have these series with small values always take up some minimum space?