This repository was archived by the owner on Jul 30, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathconfig.js
More file actions
11 lines (11 loc) · 1.89 KB
/
config.js
File metadata and controls
11 lines (11 loc) · 1.89 KB
1
2
3
4
5
6
7
8
9
10
11
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.SparklineOrder = [
{ 'path': 'sparkline/default', 'component': 'Default', 'name': 'Default', 'description': 'This demo for Essential JS2 Sparkline control visualizes population, population density, population growth rate, and birth rate of various countries.', 'order': '01', 'category': 'Sparkline' },
{ 'path': 'sparkline/series-types', 'component': 'Series', 'name': 'Series Types', 'description': 'This demo for Essential JS2 Sparkline control depicts the various series types available in the sparkline.', 'order': '01', 'category': 'Sparkline' },
{ 'path': 'sparkline/axis-types', 'component': 'Axis', 'name': 'Axis Value Types', 'description': 'This demo for Essential JS2 Sparkline control depicts the various axis types available in the sparkline.', 'order': '01', 'category': 'Sparkline' },
{ 'path': 'sparkline/spark-grid', 'component': 'SparkGrid', 'name': 'Sparkline in Grid', 'description': 'This demo for Essential JS2 Sparkline control demonstrates rendering sparklines in the data grid control.', 'order': '01', 'category': 'Sparkline' },
{ 'path': 'sparkline/customization', 'component': 'Customization', 'name': 'Customization', 'description': 'This demo for Essential JS2 Sparkline control depicts the properties required to customize the sparkline.', 'order': '01', 'category': 'Sparkline' },
{ 'path': 'sparkline/live-update', 'component': 'LiveUpdate', 'name': 'Live Update', 'description': 'This demo for Essential JS2 Sparkline control depicts the task manager with live data update for sparklines.', 'order': '01', 'category': 'Sparkline' },
{ 'path': 'sparkline/range-band', 'component': 'RangeBand', 'name': 'Range Band', 'description': 'This demo for Essential JS2 Sparkline control depicts the range band feature and its customization options.', 'order': '01', 'category': 'Sparkline' }
];