Fork me on GitHub
#nextjournal
<
2023-02-11
>
Ho0man16:02:42

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

mkvlr16:02:44

I do have it

mkvlr16:02:05

there’s also a #C035GRLJEP8 channel btw

mkvlr16:02:32

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

mkvlr16:02:44

(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"}]})

mkvlr16:02:51

is a way to disable the bar btw