GenieFramework / StipplePlotly.jl

Plotly integration for Stipple.jl
MIT License
25 stars 5 forks source link

How to add shapes? #49

Open cwiese opened 2 years ago

cwiese commented 2 years ago

Layout should allow for shapes. I do not see that in PlotLayout. I did not want to switch back to PlotlyBase since I am using the event forwarding.

AbhimanyuAryan commented 2 years ago

Can you explain what you mean by "Event forwarding"?

cwiese commented 2 years ago

I need click for drill downs.

I am testing whether the new watchplots() / Sync events works with PlotlyBase instead or StipplePlotly. If it does why would we use StipplePlotly - with concrete types you will he always chasing new attributes adding to PlotlyBase.

hhaensel commented 1 month ago