I am trying to dynamically fill the chart.js data info with an output from XSLT.
I have got the XSLT outputting the correct info, it lists all the correct info.
I cannot get this to translate over to the javascript. I have tried to call the div and put the text from this into the data sections, however it reads it as one entity, rather than splitting the data.
Is there a way to get the xsl output into the javascript? And is there a way to get it to read each entity as a seperate items?
Chart.js - Dynamic data with XSLT
Hi,
I am trying to dynamically fill the chart.js data info with an output from XSLT. I have got the XSLT outputting the correct info, it lists all the correct info.
I cannot get this to translate over to the javascript. I have tried to call the div and put the text from this into the data sections, however it reads it as one entity, rather than splitting the data.
Is there a way to get the xsl output into the javascript? And is there a way to get it to read each entity as a seperate items?
Thanks!
is working on a reply...