scichart
Version:
Fast WebGL JavaScript Charting Library and Framework
8 lines (7 loc) • 305 B
TypeScript
declare let IS_TEST_ENV: boolean;
export { IS_TEST_ENV };
export declare const DEFAULT_WIDTH = 900;
export declare const DEFAULT_HEIGHT = 600;
export declare const EPSILON = 0.0001;
/** the new NeutralColor (transparent white in AARRGGBB format) */
export declare const NEUTRAL_COLOR = 4294967295;