[BANano] Calling JavaScript methods with parameters explained
- By alwaysbusy
Suppose we use the plotly library (https://plotly.com) as an example to add a chart.
When we look at their example on how to use it:
When we look at their example on how to use it:
B4X:
Plotly.newPlot( "chart", [{
x: [1, 2, 3, 4, 5]...
Last edited: