Just another quick example which might prove useful. We occasionally use https://quickchart.io to generate graphs in Forms
Here is the code for the graph in the screenshot. This sits in a Formula-URL column. There are lots of different Charts you can utilise
"https://quickchart.io/chart?v=3&key=<------ enter your API KEY here ------->&c=" & URLEncode( "{type:'bar',data:{labels:[" & [Financial Type (Comma Separated)] & "],datasets:[{label:'Financial Data',data:[" & [Financial Amount (No Currency)] & "], backgroundColor:'#2897b7'}]}}" )
Cheers! Scott
ID 2040
Category Customization
Author
Scott Miller
Date Created 3/11/2024 1:54:21 PM
Date Updated 3/12/2024 7:45:16 PM
Comments
cooper collier 3/11/2024 1:58:20 PM
Excellent Scott! Chart IO is really a good asset, especially since it builds charts directly from an HTML query!