export interface TooltipOptions {
    formatTooltipX: any;
    formatTooltipY: any;
}
