Skip to content

Latest commit

 

History

History
64 lines (37 loc) · 1.77 KB

File metadata and controls

64 lines (37 loc) · 1.77 KB
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

Glossary

The following list provides definitions of:

Common Terms

Component

A Kendo UI wrapper component for Vue.

Package

A package contains one or more components which are stored in a single repository and distributed as a single NPM package.

Specific Terms

Axis

(Plural axes) A fixed reference line for the measuring coordinates.

Chart Area

A container for all Chart elements.

Crosshairs

Lines which are perpendicular to the axes and enable the user to see the exact value at the current cursor position.

Error Bars

Indicate the variability of the Chart data.

Plot Area

A container for the data that is enclosed between the axes.

Plot Band

Highlights the specific range of an axis.

Series

(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.

Tuple

A data structure which consists of multiple parts—for example, (1, 2), ('a', 'b', 4). In JavaScript, tuples are typically represented as arrays.

Suggested Links