blob: 23a5ef62d366c92e3efba7351d1bf2ef9161fc98 [file] [log] [blame]
export const ECHARTS_LIB = 'https://fastly.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'
];