HighchartsNetworkgraphSeries constructor
HighchartsNetworkgraphSeries({
- List<
List> ? data, - String? name,
- HighchartsNetworkgraphSeriesOptions? options,
- List<
HighchartsNetworkgraphSeriesDataOptions> ? dataPoints,
A networkgraph
series. If the type option is not specified, it is inherited from chart.type.
API Docs: https://api.highcharts.com/highcharts/series.networkgraph
Implementation
HighchartsNetworkgraphSeries({
this.data,
this.name,
this.options,
this.dataPoints,
});