New to Kendo UI for Vue? Start a free 30-day trial

Appearance

The colors of the Chart are derived from the active Kendo UI for Vue theme. For customization of the themes, refer to the customizing themes article.

Setting the Dimensions

By default, the Chart is 400px high and as wide as its container. To set the dimensions of the Chart, use inline styles and CSS.

Example
View Source
Change Theme:

Limiting the Displayed Range

To limit the range which is displayed by the Chart:

  1. Set the min and max options of the category axis.
  2. Enable panning and zooming, so that the user is able to see the rest of the data.
Example
View Source
Change Theme: