generateChart method

Future<ChartImage> generateChart(
  1. ChartImageParameters parameters
)

Generates a ChartImage with an image of the chart.

Will fail if the pop_up media is a PopupMediaType.image or if PopupElement.isEvaluated is false.

Parameters:

  • parameters — The parameters used to generate the pop-up chart.

Return Value: A Future that returns the ChartImage containing the generated chart.