PanelData: include structure revision info and only apply overrides once (#33098)

* calculate schemaRevision in panel query runner

* schema > structureRev

* calculate revision after apply field overrides

* this.state

* don't apply field overrides if the shape is already the same

* check schema revision

* update snapshots
This commit is contained in:
Ryan McKinley
2021-04-20 02:05:50 -07:00
committed by GitHub
parent b3ce655b67
commit dff78561bc
9 changed files with 99 additions and 43 deletions

View File

@@ -52,6 +52,7 @@ export const TimeSeriesPanel: React.FC<TimeSeriesPanelProps> = ({
return (
<GraphNG
data={data.series}
structureRev={data.structureRev}
timeRange={timeRange}
timeZone={timeZone}
width={width}