I have some charts that are created client-side using Javascript. I would like them to use data queried and calculated server-side in my .net codebehind.
Each chart only needs passed 2 numbers, and I suppose a third variable (its name).
This is proving harder than I expected as I haven't found a working answer by googling?
I know I could create some hidden values on the page, but since the chart drawing script is in the head of the document surely it would try to create the charts before reading these values