@progress/kendo-angular-chart-wizard
Version:
Kendo UI Angular Chart Wizard component
25 lines (24 loc) • 701 B
JavaScript
/**-----------------------------------------------------------------------------------------
* Copyright © 2025 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the project root for more information
*-------------------------------------------------------------------------------------------*/
/**
* @hidden
*/
export const defaultAllSeriesItem = { name: 'All Series' };
/**
* @hidden
*/
export const defaultFormat = {
value: '',
text: 'Text'
};
/**
* @hidden
*/
export const labelFormats = [
defaultFormat,
{ value: 'n0', text: 'Number' },
{ value: 'c0', text: 'Currency' },
{ value: 'p0', text: 'Percent' }
];