Treemap with auto-colored labels
demo This demo shows how we can use adapters to pick a contrasting color for Treemap labels. Code Example
demo This demo shows how we can use adapters to pick a contrasting color for Treemap labels. Code Example
demo This demo shows how we can add background color to the WordCloud labels, as well as change their appearance on hover. Code Note the setStateOnChildren: true and interactive: true in label configuration. The former ensures that “hover” state is triggered on all label children, including background, when it is hovered. The latter makes label “interactive”. […]
demo This demo shows how we can use adapters to dynamically color labels and ticks using the color from their slice. Code Example
demo This demo shows how we can change legend behavior to toggle off all series, but the one that was clicked on.
tutorial This demo shows how we can make group bullets of the Clustered Point Series inherit colors of the points it consists of.
tutorial This demo shows how we can watch for chart size change to automatically adjust legend width so it takes up all the empty space.
tutorial This demo uses both CSS media queries as well as Responsive theme to automatically resize the chart and reposition the labels, for small screens. Demo
tutorial This tutorial will introduce to a concept of generating static snapshots of the charts. The concept In some cases, we do not need chart interactivity. For example, if we want to show a grid with multiple sparklines/microcharts, we might need only the visual representation. In such a case it would be waste of resources – […]
tutorial This demo shows how we can right-align Legend’s labels and value labels. Code Demo
tutorial This demo shows how we can populate a custom legend on a Map chart from its Polygon series data. Code Contrary to other chart types, Legend cannot readily use data items from a Map series. The main reason being that most map series use geodata, which is parsed asynchronously, so the data items might not […]