We are using a plugin called GFChart that can read fields from a Gravity Form and chart the data. The plugin works on pages built in the native Wordpress classic or Gutenberg editor, but not Pro pages.
The short code appears to create a and then add the to populate the span along with it. Can Pro handle this sort of “on the fly” script creation?
<span id="gfchart-Calc_chart_11830" class="gfchart-Calc_chart"></span>
<script type="text/javascript">jQuery(document).on('gfchart_object_declared', function(){gfchart_js.charts.push({"chart_type":"Calc","id":"11830","data":["9,461"],"options":{"responsive":false},"location":"","debug":""});});</script>
<span id="gfchart-Progressbar_chart_11831" class="gfchart-Progressbar_chart"></span>
<script type="text/javascript">jQuery(document).on('gfchart_object_declared', function(){gfchart_js.charts.push({"chart_type":"Progressbar","id":"11831","data":{"total":"9460.5","goal":"300000","percent":3},"options":{"format":"currency","formatted_goal":"$ 300,000.00","responsive":false},"location":"","debug":""});});</script>