Forecasting Analysis Graph Data representation.
| KEY | TYPE | Description |
|---|---|---|
| data | list | List of graph data |
| xAxis | str | Feature that represents the x axis |
| yAxis | str | Feature that represents the y axis |
| dataColumns | list | Ordered name of the column for each rowwise data |
| chartName | str | Name of the chart represented by the data |
| chartTypes | list | Type of charts in that can exist in the current data. |
| itemStatistics | ItemStatistics | In item wise charts, gives the mean, median, count, missing_percent, p10, p90, standard_deviation, min, max |
| chartDescriptions | EdaChartDescription | List of descriptions of what the chart contains |