Type tutorial This tutorial will show how we can modify items listed in a settings modal that opens when you click series/indicator gear icon in its legend. Setting up an event To modify the list of settings, we will use SettingsModal event: initstarted. It kicks in when settings modal is invoked, just before its contents are generated. […]
Type demo This demo shows how we can use events to automatically update maxWidth for truncated slices labels to fit into available space.
Type demo This demo shows how we can use XYCursor’s cursormoved event to position cursors on other charts simulating the same position. Related code Demo
Type demo This demo shows how we can use Value axis’ private setting events to sync zero-line across multiple axes.
Type demo This demo shows how we can dynamically collect all points from a MapPointSeries that fit within current map viewport.
Type demo This demo shows how we can automatically load and show country sub-divisions (e.g. states) when the map is significantly zoomed in.
Type demo This demo shows how we can add external buttons to create a custom pre-defined period selector on a regular XYChart.
Type demo This demo shows how we can catch X-axis over-zoom events and dynamically load missing data on a Stock Chart.
Type demo This demo shows how we can use events to affix a clicked node of a Force-Directed Tree to the middle of the chart.
Type demo This demo shows how we can show aggregated daily data as a column series, then drill-down into hourly data for the day on a click. Example