Skip to content
Snippets Groups Projects
Unverified Commit 0aecce47 authored by Simon Belak's avatar Simon Belak Committed by GitHub
Browse files

Merge pull request #9540 from metabase/xray-comparison-fix-series-labels

xrays: fix series labels in comparisons
parents 27e44378 be93ff62
No related branches found
No related tags found
No related merge requests found
......@@ -93,7 +93,8 @@
:card card
:card_id (:id card)
:series series
:visualization_settings {:graph.y_axis.auto_split false}
:visualization_settings {:graph.y_axis.auto_split false
:graph.series_labels [(:name card) (:name (first series))]}
:id (gensym)}))
(let [width (/ populate/grid-width 2)
series-left (map clone-card (:series card-left))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment