Skip to content
Snippets Groups Projects
Commit be93ff62 authored by Simon Belak's avatar Simon Belak
Browse files

Fix series labels in comparisons

parent ba25b11c
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