OxygenFramework / Oxygen.jl

💨 A breath of fresh air for programming web apps in Julia
https://oxygenframework.github.io/Oxygen.jl/
MIT License
383 stars 25 forks source link

Bonito plotting example does not include any plots #173

Closed yakir12 closed 3 months ago

yakir12 commented 3 months ago

This might be intended, but since the other two examples (CairoMakie and WGLMakie) do produce plots, I assumed that the Bonito one would do too.

ndortega commented 3 months ago

That's a good point. I left out the graph embedding to showcase rendering a Bonito.App object and kept the examples brief - but this is probably more confusing since most people would expect to see a graph.

I'll go back and embed a similar heatmap example into bonito app to make this use case clearer