Funnel chart doesn't hide point, sets height off/intersecting legend #6670
Labels
Comments
This is default functionality also for i.e pie chart so its not a bug. @TorsteinHonsi could you comment it? Maybe we should consider add showInLegend option also for pie / funnel etc ? |
it is possible to set the type in this fiddle to pie with the exact same series data and everything is working fine, meaning "Website visits" are hidden |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected behaviour
When having a datapoint with
visible: false
, the chart shouldn't show the datapoint anymoreActual behaviour
Point gets appended on the bottom and also intersecting the legend. Click events still possible
Live demo with steps to reproduce
http://jsfiddle.net/c3uy5z3g/
The text was updated successfully, but these errors were encountered: