ChartData constructor

ChartData(
  1. DateTime x,
  2. Map<String, double> yValues
)

Implementation

ChartData(this.x, this.yValues);