- Posts: 146
- Thank you received: 2
Ask the community, share ideas, and connect with other LimeSurvey users!
Use a JS system ( www.jqplot.com/ or www.highcharts.com/ or ...)
DenisChenu wrote: Hi,
Not directly, pchart is a PHP system.
But you can
- Use a JS system ( www.jqplot.com/ or www.highcharts.com/ or www.jscharts.com/ or ...)
- Do a plugin using 'afterSurveyComplete ' event
Denis
...which folder shoud I put jschart to?
Ben_V wrote:
...which folder shoud I put jschart to?
your instalation "scripts" folder is probably the best place
Nevertheless, you can add your js file(s) wherever you want either in your "upload" directory or template folder
.
Ben_V wrote:
...which folder shoud I put jschart to?
your instalation "scripts" folder is probably the best place
Nevertheless, you can add your js file(s) wherever you want either in your "upload" directory or template folder
.
<div style="display:none> <div id="mycode">{MYCODE}</mycode> ... </div> <script> $(function() { // Fill the js var var mycode=$("#mycode").text(); } </script>