From 91e747d8ab2a40cf248bdd659cb3402997c8e44d Mon Sep 17 00:00:00 2001 From: Drew Slobodnjak <60050885+drew08t@users.noreply.github.com> Date: Fri, 19 Jan 2024 09:43:05 -0800 Subject: [PATCH] XYChart: Fix data filter change bug (#80849) * XYChart: Fix data filter change bug * If no xAxis set, populate from dims --- public/app/plugins/panel/xychart/AutoEditor.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/app/plugins/panel/xychart/AutoEditor.tsx b/public/app/plugins/panel/xychart/AutoEditor.tsx index 66dcd0f3209..865d742845e 100644 --- a/public/app/plugins/panel/xychart/AutoEditor.tsx +++ b/public/app/plugins/panel/xychart/AutoEditor.tsx @@ -65,6 +65,9 @@ export const AutoEditor = ({ value, onChange, context }: StandardEditorProps