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 […]
Type demo
This demo shows how we can use locationX setting of the LineSeries to align its bullets with clustered columns.
Type tutorial
This demo shows how we can apply “active” state to all of the columns in a stack when one of them is clicked.
Type tutorial
This demo shows how we can use a separate ColumnSeries to add square-shaped fills at any place on an XY chart. Code Demo
Type tutorial
This demo shows how we can toggle a series off and on using its hide() and show() methods. Relevant code:
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 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 […]
Type demo
This demo shows how series can be added on an XY chart dynamically.
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.