Genie Discord forum

I am using PlotData() and stippleplotly.
PlotData( y = 1:1000, x = 1:1000, plot = StipplePlotly.Charts.PLOT_TYPE_LINE, name = "A", ), PlotData( y = 1:1000, x = 1:1000, plot = StipplePlotly.Charts.PLOT_TYPE_LINE, name = "B", )

can you show an example from plotly or any other charting library so I can understand what is it you are trying to draw?

I want to draw 2 line charts with dual-y axis both on left and right


something like this? Which is made in the app? https://github.com/GenieFramework/MultiRoute

you are doing it right. You need to use that data
array in plot(:data, ....)