export enum EChartAnnotationType { LINE = 'line', BOX = 'box', ELLIPSE = 'ellipse', LABEL = 'label', POINT = 'point', POLYGON = 'polygon', }