Type demo
Most of the elements on a chart – e.g. series or chart itself – have appear() method. Calling it will re-play whatever animation was played when the chart was first loaded, for example series morphing into place. This demo showcases this functionality.
Type 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.
Type demo
This demos shows how we can sync up toggling of matching series across multiple charts using single legend.
Type demo
This demo shows how we can programatically trigger display of the rollover tooltip on a MapChart by setting respective polygon’s isHover property.
Type demo
This demo shows how we can animate rotation of a globe (MapChart with an Orthographic projection) by creating an animation for its deltaLongitude and deltaLatitude properties.
Type demo
This demo shows how we can use cursorpositionchanged event to reposition the related tooltip to the exact cursor’s position.
Type demo
This demo shows how we can toggle stack types from absolute to 100% dynamically via external controls using chart API.
Type demo
This demo shows how you can use chart’s API to toggle axis ranges on and off .
Type tutorial
The XYChart can be zoomed using built-in scrollbar controls or with a chart cursor. This tutorial will show how you can zoom the chart programatically using its API. Zooming chart via API The zooming of a chart happens via zooming of a particular axis. Say we have a DateAxis as chart’s X axis. To zoom […]
Type tutorial
In most map setups, a polygon (country) will change color and show a tooltip with its name when hovered. This tutorial will show how you can “simulate” hover via API, without user actually interacting with the map. Base map Here’s what we are going to start with. The map below has already set up states […]