title | page_title | description | slug | canonicalLink |
---|---|---|---|---|
Range Area |
Range Area Series Type - Chart - Kendo UI for Vue |
Basic usage of the Kendo UI Range Area Charts in Vue projects. |
rangearea_seriestypes_charts_wrapper |
Range Area charts are categorical charts which represent a variation of the Area charts.
Unlike the Area chart, which is filled to the axis, the Range Area chart is filled between its minimum and maximum values.
The following example demonstrates the Range Area chart in action.
{% meta height:460 %} {% embed_file series-types/range-area/main.vue preview %} {% embed_file series-types/range-area/main.js %} {% endmeta %}