Options
All
  • Public
  • Public/Protected
  • All
Menu

Class SparklineChartData

A base config containing properties for chart data

Hierarchy

  • SparklineChartData

Index

Properties

Optional dataAvailable

dataAvailable: boolean

True is data is available

Optional total

total: number

The Total amount, used when determining percentages

Optional xData

xData: any[]

X values for the data points, first element must be the name of the data

Optional yData

yData: any[]

Y Values for the data points, first element must be the name of the data

Generated using TypeDoc