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
I do have it
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
this is possible since https://github.com/nextjournal/clerk/commit/c920a942b8786b32dad3b6df852975af0cd0bc94