| 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' | |
| ]; |