Type tutorial
This short tutorial shows a couple of ways to solve the situations where multiple series can have label bullets shown, and thus may overlap with each other. Repositioning with an adapter We can use an adapter, to dynamically check for overlap with other bullets, and change bullet’s centerY setting, so it is either moved down […]
Type tutorial
This demo shows a Line chart with a pulsing bullet at the end, with dynamic data updates. Regular data Grouped data
Type tutorial
This demo adds a Container element with a gradient-filled rectangle and some labels to create a custom “heat legend” using multi-color steps. The code Related docs The demo
Type tutorial
This demo shows how we can add “hidden” scrollbars directly into plot container of an XY chart, to be shown on hover only.
Type demo
This demo shows how we can dynamically set data on a series and related category axis.
Type demo
This demo shows how we can use additional hidden Y axes and column series, to add floating columns that span multiple categories on a Gantt chart.
Type demo
This demo shows how we can dynamically calculate totals of columns in a multi-stack scenario in a bullet function. For non-clustered column stacks, there’s an easier way. Refer to “Totals on column stacks” tutorial.
Type demo
This demo shows how we can add draggable buttons to each edge of an axis range.
Type demo
This demo shows how we can create a legend to display individual items for each column in a column series, as well as trigger hovers. Relevant code As per legend data item docs, we are using series’ dataItems list to feed the legend data, which produces an item for each column. Additionally, we are adding […]
Type demo
This demo shows how series can be added on an XY chart dynamically.