rendering template with charts in jsreport server
-
i have jsreport server with a template that has charts in it
and when rendering first time it shows charts second time it does not and so on one time it shows the next not,
how can i solve this
(1)
(2)
-
the charts are from highcharts:
<script src="https://code.highcharts.com/highcharts.js"></script>
<script src="https://code.highcharts.com/highcharts-more.js"></script>
<script src="https://code.highcharts.com/modules/heatmap.js"></script>
<script src="https://code.highcharts.com/modules/treemap.js"></script>
-
Have you tried to disable the charts animations?