title | page_title | description | slug | canonicalLink |
---|---|---|---|---|
Bubble |
Bubble Series Type - Chart - Kendo UI for Vue |
Basic usage of the Kendo UI Bubble Charts in Vue projects. |
bubble_seriestypes_charts_wrapper |
Bubble charts are scatter charts which display data as points with coordinates and sizes that are defined by the value of their items.
The Bubble charts are well suited for displaying dozens to hundreds of values. They come in handy especially when you wish to visualize size values, differing by several orders of magnitude. As the size value is represented by a circle area, it is a best practice to plot positive values.
The following example demonstrates the Bubble chart in action.
{% meta height:460 %} {% embed_file series-types/bubble/main.vue preview %} {% embed_file series-types/bubble/main.js %} {% endmeta %}