nextjournal

2023-02-11T16:04:42.484359Z

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

mkvlr 2023-02-11T16:41:44.918219Z

I do have it

mkvlr 2023-02-11T16:42:05.647749Z

there’s also a #clerk channel btw

mkvlr 2023-02-11T16:42:32.412559Z

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

mkvlr 2023-02-11T16:42:44.964709Z

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

mkvlr 2023-02-11T16:42:51.590059Z

is a way to disable the bar btw

mkvlr 2023-02-11T16:43:22.325469Z

this is possible since https://github.com/nextjournal/clerk/commit/c920a942b8786b32dad3b6df852975af0cd0bc94