Auto-exporting a WordCloud
demo
This demo shows how to automatically export WordCloud chart when it is finished drawing.
demo
This demo shows how to automatically export WordCloud chart when it is finished drawing.
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.
demo
This demo shows how we can use events to automatically update maxWidth for truncated slices labels to fit into available space.
demo
This demo shows how we can use Hierarchy bullets to add directional labels on Force-Directed Tree links.
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
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
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:
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
demo
This demo shows how we can use an adapter to change the orientation of a ColumnSeries tooltip based on the column value. Related code The following code will change value of tooltip’s pointerOrientation to either point down or up based on whether target column’s value is above or below zero. Demo
demo
This demo shows how we can use Value axis’ private setting events to sync zero-line across multiple axes.