Hi there,
i am very satisfied with the features of appery.io and was thinking about getting a premium account. So far i've tried the features with the testaccount, but i wasn't able to successfully create a jqplot graph (which is the thing holding me back from buying a premium account, because being able to plot data is absolutely essential for me).
I've used these guides, with no success:
https://getsatisfaction.com/apperyio/...
https://getsatisfaction.com/apperyio/...
What i did:
I've added the js and css resouces jquery.jqplot.js & jquery.jqplot.css via Create New - JavaScript/CSS
I created a page called Graph and added a HTML Box. Via "PROPERTIES - HTML" - "Edit HTML" - "HTML Editor" - "HTML Source" i added the div container:
I created the event: Graph(Component) - Load(Event) - Run JavaScript(Action) with the following js code:
var chart = $.jqplot('plot1', [[[1, 2],[3,5.12],[5,13.1],[7,33.6],[9,85.9],[11,219.9]]]);These are the errors in the browser console:
I've tried alternative libraries like flot.js with the same result. Sadly i haven't found any information which code was used, when jqplot was used successfully (in the other theads)
Please help me fix this, you would make my day.
Cheers