mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Similar to how the react panels make sure all data is SeriesData before passing it to the react panels, this makes sure SeriesData is converted to TableData|TimeSeries before passing it to the angular panels. It also changes the typing to encourage using SeriesData for future development