ChartDataProviderInterface
Defines API for provider, used for chart widgets.
Table of Contents
Methods
- getChartData() : array<string|int, mixed>
- This method should provide the data for the graph.
Methods
getChartData()
This method should provide the data for the graph.
public
getChartData() : array<string|int, mixed>
The data and options you have depend on the type of chart. More information can be found in the documentation of the specific type.