When creating a Bar chart I get the error: The getCanvasTag function does not exist
« Back to message list
Object #<Object> has no method 'getCanvasTag'
on line 24 at file rgraph.bar.js. var tmp = RGraph.getCanvasTag(id);
.
i get this error when i try use rgraph bar char.
Posted by Richard on 9th April 2014on line 24 at file rgraph.bar.js. var tmp = RGraph.getCanvasTag(id);
.
i get this error when i try use rgraph bar char.
Hi there,
Are you mixing different versions of the RGraph libraries? If so - don't. The function is in RGraph.common.core.js - search for "getCanvasTag".
Richard
Posted by sam on 9th April 2014Are you mixing different versions of the RGraph libraries? If so - don't. The function is in RGraph.common.core.js - search for "getCanvasTag".
Richard
thank you so much. I spend long time to figure out what i miss. I had previous version of core and afterwards i had
added rgraph.bar library what was newer version
Add a reply
« Back to message list