HighChartsDataPoint constructor
HighChartsDataPoint({})
Implementation
HighChartsDataPoint({
required this.x,
required this.y,
this.name, // Optional
this.color, // Optional
this.custom, // Optional
});
HighChartsDataPoint({
required this.x,
required this.y,
this.name, // Optional
this.color, // Optional
this.custom, // Optional
});