constant.d.ts 301 B

12345678
  1. export declare const BOX_RANGE = "$$range$$";
  2. export declare const BOX_RANGE_ALIAS = "low-q1-median-q3-high";
  3. export declare const BOX_SYNC_NAME = "$$y_outliers$$";
  4. export declare const OUTLIERS_VIEW_ID = "outliers_view";
  5. /**
  6. * 面积图默认配置项
  7. */
  8. export declare const DEFAULT_OPTIONS: any;