export interface ChartTooltipSettings { readonly valueDecimals?: number; readonly valuePrefix?: string; readonly valueSuffix?: string; }