nextjournal 2023-02-11

Hi everyone, when using clerk/plotly locally on my repl, this little plotly toolbar never appears. Is there a way I could quickly fix this ? Thanks a lot

there’s also a #clerk channel btw

what’s the clerk version you’re using and can you share the code?

(v/plotly {:config {:displayModeBar false
                    :displayLogo false}
           :layout {:margin {:l 20 :r 0 :b 20 :t 0}
                    :autosize true}
           :data [{:x ["giraffes" "orangutans" "monkeys"]
                   :y [20 14 23]
                   :type "bar"}]})

is a way to disable the bar btw