Plot constructor
Implementation
Plot({
this.height = 200.0,
@required this.data,
@required this.style,
@required this.gridSize,
@required this.padding,
this.xTitle,
this.yTitle,
});
Plot({
this.height = 200.0,
@required this.data,
@required this.style,
@required this.gridSize,
@required this.padding,
this.xTitle,
this.yTitle,
});