title | page_title | description | slug | position |
---|---|---|---|---|
Glossary |
Glossary - Charts - Kendo UI for Vue |
Definitions of terms used in the Kendo UI Charts wrapper package for Vue. |
glossary_charts_wrapper |
49 |
The following list provides definitions of:
- Common terms in the documentation for the Kendo UI suite for Vue
- Specific terms in the documentation for the Kendo UI Charts for Vue
A Kendo UI wrapper component for Vue.
A package contains one or more components which are stored in a single repository and distributed as a single NPM package.
(Plural axes) A fixed reference line for the measuring coordinates.
A container for all Chart elements.
Lines which are perpendicular to the axes and enable the user to see the exact value at the current cursor position.
Indicate the variability of the Chart data.
A container for the data that is enclosed between the axes.
Highlights the specific range of an axis.
(Plural series) A list of data points with a set visualization type—for example, line
, column
, and others. The data points can be plain numbers, arrays (tuples), or objects.
A data structure which consists of multiple parts—for example, (1, 2)
, ('a', 'b', 4)
. In JavaScript, tuples are typically represented as arrays.