Chartjs-Scatter chart in chart.js

1👍

If I understand your question correctly, I believe this is what you are looking for:

[{"x": row[0], "y": row[1]} for row in rows]

Please let me know if it’s not!

Leave a comment