@devexperts/dxcharts-lite
Version:
21 lines (20 loc) • 655 B
JavaScript
/*
* Copyright (C) 2019 - 2025 Devexperts Solutions IE Limited
* This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0.
* If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/.
*/
export const DEFAULT_DATA_SERIES_PAINT_CONFIG = {
color: '#FF00FF',
lineWidth: 1,
hoveredLineWidth: 2,
offset: 0,
};
export const DEFAULT_DATA_SERIES_CONFIG = {
paintConfig: [DEFAULT_DATA_SERIES_PAINT_CONFIG],
type: 'LINEAR',
highLowActive: true,
visible: true,
labelLastValue: 'viewport',
labelMode: 'label',
labelAppearanceType: 'badge',
};