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 an adapter to change the orientation of a ColumnSeries tooltip based on the column value. Related code The following code will change value of tooltip’s pointerOrientation to either point down or up based on whether target column’s value is above or below zero. Demo
Type demo This demo shows how to add an outline to line series using two methods: an additional (thicker) line series and a shadow. Using additional series Adding a line shadow
Type demo This demo shows how we can change legend behavior to toggle off all series, but the one that was clicked on.
Type tutorial This demo shows how we can use an adapter on a series tooltip to automatically aggregate information from multiple data items width same x/y coordinates on a bubble chart. Code First, we’ll make all bubbles visible, by setting their fillOpacity to something less than 1, so they’re semi-transparent and are visible, even when they are […]
Type tutorial This demo shows how we can use axis’ getSeriesItem() method to find the first and last data items when an XY chart is zoomed.
Type tutorial This demo shows how we can combine values from multiple series into a single tooltip, using adapters. Regular series tooltip Free-floating tooltip