JqPlot does not display graphics on devices sometimes

I am developing a web application for mobile devices, including tabs.
I use JqPlot to display graphs. Everything works fine on my desktop computers and emulators.
But it does not display graphics on devices sometimes .
Even the chart values โ€‹โ€‹are displayed, but the chart fails.
Any suggestions and answers are welcome.
please help us....

Also want to know if there is a way to debug device browsers

+4
source share
1 answer

Make sure you assign a DIV ID for this function, and you need to create DOM div elements before calling the chart plugin,

if this one works on emulators, and not actually the devices mean that it may have memory leaks ,

if you are drawing a chart, make sure the previous objects are located. I just suggest something and that's all

+2
source

All Articles