Skip to content

Commit

Permalink
v11 (cljfmt)
Browse files Browse the repository at this point in the history
  • Loading branch information
awb99 committed Mar 25, 2024
1 parent 0edfc04 commit ec9b783
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/demo/notebook/highstock.clj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

:credits {:enabled false}

:chart {;:height 1000 ; gets overwritten by set-chart-height
:chart {;:height 1000 ; gets overwritten by set-chart-height
; zoom/pan
:panKey "ctrl" ; "alt"" "shift" "meta"
:panning true
Expand Down
7 changes: 1 addition & 6 deletions src/ui/highcharts.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
["highcharts/modules/drag-panes" :as drag-panes]
[pinkie.jsrender :refer [render-js]]))


;; highcharts modules:

; boost-canvas data
Expand Down Expand Up @@ -58,9 +57,6 @@
(println "adding highcharts drag-panes feature..")
(drag-panes highcharts))




(defonce loaded? (atom false))

(defn ensure-extensions-loaded []
Expand All @@ -71,8 +67,7 @@
(add-annotations)
(add-more)
(add-draggable-points)
(add-drag-panes)
))
(add-drag-panes)))

(defn render-highchart [dom-node data]
(ensure-extensions-loaded)
Expand Down

0 comments on commit ec9b783

Please sign in to comment.