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
interaction:{enabled:false} seems to work fine for other chart types like area/bar/line, but not pie? Testable quickly from http://c3js.org/samples/chart_pie.html
The text was updated successfully, but these errors were encountered:
Confirming the interaction property doesn't affect pie charts.
Edit: Also doesn't work with the donut and gauge variants — basically, anything that lacks axes. Additionally, interaction still occurs on line/scatter/area/etc. charts if you click/tap the legend.
aendra-rininsland
changed the title
Pie charts don't respect interaction.enabled setting
Pie, donut and gauge charts don't respect interaction.enabled setting
Dec 4, 2014
Is it intentional that interaction:{enabled:false} does not disable mouse events on the legend? IMO, disabling interaction in the config should disable all mouse/touch functionality.
I'll gladly open a PR to introduce/fix this, but I wanted to confirm that the legend should function this way.
interaction:{enabled:false}
seems to work fine for other chart types like area/bar/line, but not pie? Testable quickly from http://c3js.org/samples/chart_pie.htmlThe text was updated successfully, but these errors were encountered: