Is there a way to add a dynamic charts placeholder in the Disp/Edit form using DFFS? Instead of adding it as a webpart above or below the actual form, I would like to target the chart with rules in DFFS using an HTML section within a tab.
It should be possible, but you would need to load all the scripts you find in the “SPJSChartsMaster_CEWP.html” file and add the “placeholder” like this to the HTML section:
<div class="spjs_chartPlaceholder"></div>
I don’t have any “official support” for this so I haven’t tested it myself.