export interface IChartDatasetHover { label: string; color: string; isHoverd: boolean; }