Reporting - Numerical X-Y Scatter Plots

Include the ability to create X/Y scatter graphs. Specifically one series of numerical date on the X axis and another series of numerical data on the Y axis. Similar to this. A lot of my data contains numerical data and this type of simple plotting helps with analysis.

Hi Rust1766,

I know that this isn't possible with the built in reporting, but it is possible to integrate chart.js into your application and build out the chart with JavaScript.

Here is the documentation:
https://www.chartjs.org/

I have helped some of my clients integrate this JavaScript library in the past. Feel free to reach out if you need help


Kelson
kelson@ksensetech.com
https://www.ksensetech.com/knack/

I am also interested in advanced visualizations – is it possible to execute similarly with plotly.js (instead of charts.js)