Custom order of legend items
demo
This demo shows how we can use events to apply custom order to legend items.
demo
This demo shows how we can use events to apply custom order to legend items.
demo
This demo shows how we can use legend item label’s parentset event to move it before the marker.
demo
This demo shows how we can selectively place chart legend’s items into separate containers.
demo
This demo shows how we can add additional data to chart’s Series which then would be used to populate roll-over tooltip on its legend item.
tutorial
This short tutorial will show how you can easily reverse the Legend items. Reversing item order Reversing the order of items is as easy as setting reverseOrder = true on your legend: Example
demo
This demo shows how we can use some custom code executed on chart load to build completely custom but interactive HTML-based legend for our chart.
demo
This demo shows how we can use Legend’s hit event to toggle other series off when one series is toggled on, making sure that there’s only one series displayed at any given time.
demo
This demos shows how we can sync up toggling of matching series across multiple charts using single legend.
demo
This demo shows how we can add events to Legend items that would toggle on respective series’ bullets and bullet labels on hover.
demo
By default legend displays its markers as squares or mini versions of series. This demo shows how we can replace them with checkboxes.