Type tutorial amCharts 5 comes with an optional plugin – Color Picker – which does what its name says, and can even be use as a standalone element. Loading Color Picker plugin needs to be loaded in order for it to be used. You can import those in your TypeScript / ES6 application as JavaScript modules: For […]
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 to automatically export WordCloud chart when it is finished drawing.
Type demo This demo shows how we can use events to automatically adjust ValueAxis maximum scale across data to set minimum value of its upper scale regardless of the actual value scales.
Type demo This demo shows how we can use events to automatically update maxWidth for truncated slices labels to fit into available space.
Type demo This demo shows how we can use Hierarchy bullets to add directional labels on Force-Directed Tree links.
Type demo Axis ranges are data items, so they can be added directly to a Legend data. This demo shows how we can also enhance that capability to replicate axis range appearance in legend markers with custom template setup function. Demo
Type demo This demo shows how we can use Graphics elements with SVG paths as map markers on a MapPointSeries, custom-colored using “template fields”. Related code Demo
Type demo This demo shows how we can use events to re-arrange items within a StockLegend. Specifically, it moves settings and close icon buttons to the left – before the actual legend label. Related code Demo Alternative option: custom theme It’s also possible to achieve the same result with a custom theme:
Type demo This demo shows how we can use XYCursor’s cursormoved event to position cursors on other charts simulating the same position. Related code Demo