Postponed (maintainer needs more info)
Project:
Highcharts
Version:
7.x-2.x-dev
Component:
API
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Sep 2013 at 12:52 UTC
Updated:
15 Nov 2013 at 19:21 UTC
Jump to comment: Most recent
Comments
Comment #1
scottrigby@boabjohn if you implement the Highchart library directly, do you still see the same issue? If so, then this sounds like an issue for the HIghcharts library (they recommend Stack Overflow - see http://www.highcharts.com/support).
Comment #2
boabjohn commentedHi Scott thanks for the reply.
Actually I'm not sure how to "implement the Highchart library directly"...though it would be interesting to know.
The only way I know to call the library is via your module. I'm using a developer as I'm not a programmer.
Just recently I asked him to give me a version of our custom module that has the database query already "rendered" (ie it's not a live query anymore) so that we could try to test the speed difference between:
(a) live MySQL query + module output + api call to your module => render chart
vs
(b) same as above but take out the MySQL query
So what you're suggesting is to alter our module again...this time we call in the lbrary directly, bypassing your module?
Actually, we could probably do this online using js.fiddle on the HighCharts demo page...hmmm. Ok: will try and let you know.
Thanks for the pointer!
JB