From b3dbc2d4ec7384e30043d60d524db62126c1f17b Mon Sep 17 00:00:00 2001 From: awb99 Date: Tue, 23 Apr 2024 14:22:30 -0500 Subject: [PATCH] notebook highstock bugfixed --- lib/viz/resources/quanta/notebook/viz/highstock.cljs | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/viz/resources/quanta/notebook/viz/highstock.cljs b/lib/viz/resources/quanta/notebook/viz/highstock.cljs index 7846c98c..ef2d1136 100644 --- a/lib/viz/resources/quanta/notebook/viz/highstock.cljs +++ b/lib/viz/resources/quanta/notebook/viz/highstock.cljs @@ -97,10 +97,8 @@ {:type "line" :name "close" :linkedTo "priceseries" - ;:yAxis 1 :dataGrouping grouping} {:type "flags" - :data :onSeries "27" ; // Id of which series it should be placed on. If not defined the flag series will be put on the X axis :shape "flag" ;// Defines the shape of the flags. :dataGrouping grouping}