mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
BarChart: fix stale bar values and x axis labels (#39188)
This commit is contained in:
@@ -94,6 +94,7 @@ describe('BarChart utils', () => {
|
||||
text: {
|
||||
valueSize: 10,
|
||||
},
|
||||
rawValue: (seriesIdx: number, valueIdx: number) => frame.fields[seriesIdx].values.get(valueIdx),
|
||||
};
|
||||
|
||||
it.each([VizOrientation.Auto, VizOrientation.Horizontal, VizOrientation.Vertical])('orientation', (v) => {
|
||||
|
||||
Reference in New Issue
Block a user