I am getting an error when trying to use the DateAxisRenderer in jqplot. I am guessing that I am including the plugin incorrectly. Please advise.
Here is the error:
Here is my source code and how I have added the plugin file:
Hi George,
We are sorry but this is something outside the scope of standard Appery.io platform support http://devcenter.appery.io/support-po....
Unfortunately I'm not familiar with such error for jqplot plugin, you need to read more about its implementation.
This thread should be useful https://getsatisfaction.com/apperyio/...
If I ask questions about the plugin or jqplot code itself that would be out of scope. In this case the error is that the plugin is not found by appery. I think this is in scope.
Can you confirm that I have included the plugin in the right way and have named it correctly? The way that file names and paths work in appery is unclear to me. My screenshot should help with that.
Thank you,
George
An additional note is that the error happens upon load of the app. Even if I don't navigate to the page that uses jqplot.
I found this thread that the order of the files in appery is important.
https://getsatisfaction.com/apperyio/...
However, I cannot figure out how to force the order.
Please help.
George
Hi George,
it seems you have not correctly include jQplot.
I guess you have problem with following line of JS code:
Details: http://prntscr.com/6nj76x/direct
Try to remove/comment this line of code and test it again.
Regards.
Got this working, by loading in the right order. Thanks!