mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Histogram: support units on the x axis (#35218)
This commit is contained in:
@@ -27,8 +27,8 @@ export const HistogramPanel: React.FC<Props> = ({ data, options, width, height }
|
||||
return undefined;
|
||||
}
|
||||
|
||||
return histogramFieldsToFrame(hist);
|
||||
}, [data.series, options]);
|
||||
return histogramFieldsToFrame(hist, theme);
|
||||
}, [data.series, options, theme]);
|
||||
|
||||
if (!histogram || !histogram.fields.length) {
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user