blob: d71c98823e914612812fb00a51bd5638b0a13de9 [file] [log] [blame]
export const ECHARTS_LIB = 'https://cdn.jsdelivr.net/npm/echarts@5.0.0-alpha.2/dist/echarts.min.js';
// Properties that will not be expanded by default.
// To reduce the display of unnecessary info.
export const PROPERTIES_NOT_EXPAND = [
'data',
'markPoint',
'markLine',
'markArea',
'tooltip'
];