export interface DChartSeriesPointComputedOptions { x?: number; y?: number; } export interface DChartSeriesPointComputed { x: number; y: number; }