HighchartsCreditsOptions constructor
HighchartsCreditsOptions({
- bool? enabled,
- String? href,
- String? mapText,
- String? mapTextFull,
- HighchartsCreditsPositionOptions? position,
- HighchartsCreditsStyleOptions? style,
- String? text,
Highchart by default puts a credits label in the lower right corner of the chart. This can be changed using these options.
Implementation
HighchartsCreditsOptions(
{this.enabled,
this.href,
this.mapText,
this.mapTextFull,
this.position,
this.style,
this.text});