Showing 1 – 1 of 1 replies
joedekangeroe

How do we change the data for the […]

joedekangeroe PURCHASED
4 years ago
Hi

How do we change the data for the charts? If I use the code from the sample pages:

<div id="prchart" class="flot-chart flot-curved-line"></div>
<div class="flot-chart-legends flot-chart-legends--curved"></div>

I get the exact same charts from the samples. I tried to change it with javascript:

<script>
$.plot($("#prchart"), [[1581552000000,3]]);
</script>

But still I get the charts from the example page.
joedekangeroe
joedekangeroe PURCHASED
4 years ago
OK, feeling stupid now, but it is all clearly explained in the docs.