Type alias ChartConfigSerie

ChartConfigSerie: {
    id: string;
    title: string;
    type?: ChartType;
    fillGradient?: string;
    color?: string;
}

Serie object that is used in the config phase.

Type declaration

  • id: string
  • title: string
  • Optional type?: ChartType
  • Optional fillGradient?: string
  • Optional color?: string

Generated using TypeDoc