mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
PanelQueryRunner: Return previous processed (transform+field config) series for loading state (#67768)
* Return same series for loading state * Fix shared query issue * include structureRev * heatmap should depend on the series, not the wrapper * fix more panels * keep config for comparison * fieldConfig.fieldConfig! * cleanup * cmon --------- Co-authored-by: Leon Sorokin <leeoniya@gmail.com> Co-authored-by: Ryan McKinley <ryantxu@gmail.com>
This commit is contained in:
@@ -13,7 +13,7 @@ export const HistogramPanel = ({ data, options, width, height }: Props) => {
|
||||
const theme = useTheme2();
|
||||
|
||||
const histogram = useMemo(() => {
|
||||
if (!data?.series?.length) {
|
||||
if (!data.series.length) {
|
||||
return undefined;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user