File tree Expand file tree Collapse file tree
projects/behave/src/cljs/behave Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 [re-frame.core :refer [subscribe]]))
44
55(defn result-graphs [ws-uuid cell-data]
6- (let [worksheet @(subscribe [:worksheet ws-uuid])
7- graph-enabled? (get-in worksheet [:worksheet/graph-settings :graph-settings/enabled? ])
6+ (let [graph-enabled? @(subscribe [:wizard/enable-graph-settings? ws-uuid])
87 graph-settings @(subscribe [:worksheet/graph-settings ws-uuid])]
98 (when (and graph-enabled? graph-settings)
109 (let [*output-uuids (subscribe [:worksheet/output-uuids-filtered ws-uuid])
Original file line number Diff line number Diff line change 660660 :icon-name :tables
661661 :selected? (= @*tab-selected :outputs )}])
662662
663- ( get-in @*worksheet [ :worksheet/graph-settings : graph-settings/enabled? ])
663+ @( subscribe [ :wizard/enable- graph-settings? ws-uuid ])
664664 (conj {:label (-> @(<t (bp " output_graphs" ))
665665 s/capitalize-words)
666666 :tab :graph
You can’t perform that action at this time.
0 commit comments