Skip to content

Files

Latest commit

 

History

History
29 lines (20 loc) · 1.03 KB

File metadata and controls

29 lines (20 loc) · 1.03 KB
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

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.

Basic Usage

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 %}

Suggested Links