Type 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
Type demo This demo shows how we can use Value axis’ private setting events to sync zero-line across multiple axes.
Type demo This demo shows how we can dynamically alternate the XYCursor’s behavior between zooming and panning based on whether SHIFT key pressed or not. Related code Demo
Type demo This demo shows how we can use events and states to highlight top node on a hover of any child node of a Treemap.
Type demo This demo shows how to add an outline to line series using two methods: an additional (thicker) line series and a shadow. Using additional series Adding a line shadow
Type demo This demo shows how we can modify default appearance of a legend on a PieChart.
Type demo This demo shows how we can dynamically collect all points from a MapPointSeries that fit within current map viewport.
Type demo This demo shows how we can completely modify the appearance of scrollbar’s grips. Here’s another version:
Type demo This demo shows how we can automatically group month labels of a DateAxis into years using axis ranges.
Type demo This demo shows how we can automatically load and show country sub-divisions (e.g. states) when the map is significantly zoomed in.