Page 1 of 1

jqplot plugin not found

Posted: Sun Mar 29, 2015 3:35 am
by George6656971

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:

Image

Here is my source code and how I have added the plugin file:

Image


jqplot plugin not found

Posted: Sun Mar 29, 2015 10:48 am
by Alena Prykhodko

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/...


jqplot plugin not found

Posted: Sun Mar 29, 2015 3:21 pm
by George6656971

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


jqplot plugin not found

Posted: Sun Mar 29, 2015 5:02 pm
by George6656971

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.


jqplot plugin not found

Posted: Sun Mar 29, 2015 5:43 pm
by George6656971

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


jqplot plugin not found

Posted: Tue Mar 31, 2015 1:45 am
by Yurii Orishchuk

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.


jqplot plugin not found

Posted: Tue Apr 07, 2015 3:48 am
by George6656971

Got this working, by loading in the right order. Thanks!