Clickable chart thumbnails
demo This demo shows how we can use a custom function to defer chart instantiation and replace them with a thumbnail, which once clicked would be automatically replaced with a real chart.
demo This demo shows how we can use a custom function to defer chart instantiation and replace them with a thumbnail, which once clicked would be automatically replaced with a real chart.
tutorial Some dashboards require charts in them to be fully interactive. Some don’t. Sometimes we wish to churn out charts to the screen as as quick as possible, and with as little memory footprint as possible. This tutorial will walk through the process of generating static SVG for charts using a single chart template. Dynamic vs. […]
demo Most of the elements on a chart – e.g. series or chart itself – have appear() method. Calling it will re-play whatever animation was played when the chart was first loaded, for example series morphing into place. This demo showcases this functionality.
demo In amCharts 4 each series can have its own data (set via own data property). Such data will not be exported using exporting functionality. This demo shows how we can use export’s data adapter to combine local data from multiple series in export.
demo This simple demo shows an XYChart where each series uses own CategoryAxis with completely different categories.
demo This demo shows how we can use Legend’s hit event to toggle other series off when one series is toggled on, making sure that there’s only one series displayed at any given time.
demo This demos shows how we can sync up toggling of matching series across multiple charts using single legend.
demo This demo shows how we can use virtually any element (in this case Triangle and Line) as a bullet.
demo This demo shows how we can use bullet “states” to display them only when their respective category or date is hovered with a chart cursor.
demo This demo shows how we can use custom bullets with path set and “property fields” to bind each individual color to data.