blob: e21503d7eeb6274ac756052a79fd46e82dc862c2 [file] [log] [blame]
export const ECHARTS_LIB = 'https://cdn.jsdelivr.net/npm/echarts@5/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'
];