HighchartsChartOptions constructor

HighchartsChartOptions({
  1. bool? alignThresholds,
  2. bool? alignTicks,
  3. bool? allowMutatingData,
  4. dynamic animation,
  5. double? axisLayoutRuns,
  6. String? backgroundColor,
  7. String? borderColor,
  8. double? borderRadius,
  9. double? borderWidth,
  10. String? className,
  11. double? colorCount,
  12. bool? displayErrors,
  13. HighchartsChartEventsOptions? events,
  14. dynamic height,
  15. bool? ignoreHiddenSeries,
  16. bool? inverted,
  17. dynamic map,
  18. dynamic mapTransforms,
  19. List<double>? margin,
  20. double? marginBottom,
  21. double? marginLeft,
  22. double? marginRight,
  23. double? marginTop,
  24. HighchartsCallback? numberFormatter,
  25. HighchartsChart3DOptions? options3d,
  26. String? panKey,
  27. HighchartsChartPanningOptions? panning,
  28. HighchartsChartParallelAxesOptions? parallelAxes,
  29. bool? parallelCoordinates,
  30. String? pinchType,
  31. String? plotBackgroundColor,
  32. String? plotBackgroundImage,
  33. String? plotBorderColor,
  34. double? plotBorderWidth,
  35. Map<String, dynamic>? plotShadow,
  36. bool? polar,
  37. dynamic proj4,
  38. bool? reflow,
  39. String? renderTo,
  40. HighchartsChartResetZoomButtonOptions? resetZoomButton,
  41. HighchartsChartScrollablePlotAreaOptions? scrollablePlotArea,
  42. Map<String, dynamic>? selectionMarkerFill,
  43. Map<String, dynamic>? shadow,
  44. bool? showAxes,
  45. List<double>? spacing,
  46. double? spacingBottom,
  47. double? spacingLeft,
  48. double? spacingRight,
  49. double? spacingTop,
  50. Map<String, String>? style,
  51. bool? styledMode,
  52. String? type,
  53. dynamic width,
  54. String? zoomKey,
  55. String? zoomType,
  56. HighchartsChartZoomingOptions? zooming,
})

General options for the chart.

API Docs: https://api.highcharts.com/highcharts/chart

Implementation

HighchartsChartOptions(
    {this.alignThresholds,
    this.alignTicks,
    this.allowMutatingData,
    this.animation,
    this.axisLayoutRuns,
    this.backgroundColor,
    this.borderColor,
    this.borderRadius,
    this.borderWidth,
    this.className,
    this.colorCount,
    this.displayErrors,
    this.events,
    this.height,
    this.ignoreHiddenSeries,
    this.inverted,
    this.map,
    this.mapTransforms,
    this.margin,
    this.marginBottom,
    this.marginLeft,
    this.marginRight,
    this.marginTop,
    this.numberFormatter,
    this.options3d,
    this.panKey,
    this.panning,
    this.parallelAxes,
    this.parallelCoordinates,
    this.pinchType,
    this.plotBackgroundColor,
    this.plotBackgroundImage,
    this.plotBorderColor,
    this.plotBorderWidth,
    this.plotShadow,
    this.polar,
    this.proj4,
    this.reflow,
    this.renderTo,
    this.resetZoomButton,
    this.scrollablePlotArea,
    this.selectionMarkerFill,
    this.shadow,
    this.showAxes,
    this.spacing,
    this.spacingBottom,
    this.spacingLeft,
    this.spacingRight,
    this.spacingTop,
    this.style,
    this.styledMode,
    this.type,
    this.width,
    this.zoomKey,
    this.zoomType,
    this.zooming});