Stacking series with mismatched categories/dates

Type tutorial

Normally, stacking series on an XY chart requires that they have same number of data items, and that their categories or dates match. This tutorial will introduce a custom function that can merge data from a number of sources so that multiple series can reuse it for correct stacking. The problem For correct stacking of […]

Totals on clustered column stacks

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.

Clustered box-plot

Type demo

This demo shows how we can implement clustered box-plot chart with multiple columns per category/date. The code The box-plot chart in amCharts consists of these parts: A candlestick series which creates body of the box plot. A step line series to show a median threshold line over candles. Candlestick series will automatically cluster itself if […]

Show only one series at a time

Type demo

This demo shows how we can use series settings events to ensure only one series is shown on an XY chart at a time, by toggling off other series automatically.