Type tutorial This demo shows how we can toggle “active” state of a bullet by clicking on it. It works by creating an “active” state for the bullet’s circle. This state is triggered on clicked objects if they have their toggleKey: “active” set. It also uses an event to monitor changes for bullet circle’s active setting, to […]
Type tutorial This demo shows how you can convert global document coordinates to a value and a date on respective value and date axes.
Type tutorial This demo shows how to apply scroll behavior to a vertically-stacked axis chart.
Type tutorial This demo shows how we can use axis’ getSeriesItem() method to find the first and last data items when an XY chart is zoomed.
Type tutorial This demo shows how we can disable triggering of slice tooltip when its legend item is hovered. The code The demo
Type tutorial This tutorial will show how we can grab data items that fall within the selection of a cursor on a scatter (XYChart) chart. Setup Our chart setup will use a ValueAxis as its Y-axis, and a DateAxis for its X-axis, just so we can look at how we can extract selection boundaries for both types […]
Type tutorial This demo shows how we can use adapters to automatically color Treemap labels so they standout over node background. Related code Demo
Type tutorial This tutorial shows how we can use data item object in a bullet function to determine whether it’s a grouped data item, or regular one, to apply different styling to the bullet. Related code To determine if data item is for a grouped data, we will take a look at its originals value. Data item […]
Type tutorial This demo shows how we can build a custom theme that applies distinctive patterns to each slice of a pie chart.
Type tutorial This demo shows how adapters can be used to apply custom fuzzy logic to rounded corners on column stacks. Another version with mixed positive and negative values: