jQWidgets Forums
jQuery UI Widgets › Forums › Chart › Stacked column chart is not working with v2.9.3
Tagged: jqxchart Stackedcolumn Chart
This topic contains 5 replies, has 2 voices, and was last updated by Vladimir 9 years, 7 months ago.
-
Author
-
Hello,
I want to create stacked column chart it’s working with new version properly but not with older version, I can’t upgrade my version as my project started 2 years ago and I have to change it a lot for one chart, is there any way to create stack column chart on version 2.9.2. Please help It’s urgent.
Regards
Apurva AgrawalHello Apurva,
Since there have been some changes to the API since your version has been released, the examples on our websites are for the latest version of jqWidgets and may not work for your version.
However this functionality is supported in version 2.9.3 so it should be possible for you to do it.
Here is a fiddle for version 2.9.3 that works. I hope it gives you sufficient information on how to achieve your goal.We generally recommend that you update to the latest version of the widgets if that would be possible.
Best Regards,
VladimirjQWidgets Team
http://www.jqwidgets.com/Hello Vladimir,
Thank you for the answer I used that code too, it’s plotting chart in code but that chart is not visible.Please help, I am using chart.js, data.js & core.js, is there any other JS I have to include?
Thanks
Apurva AgrawalHello Valdimir,
I have another issue how can I hide x and Y axis of a chart in jqwidget v2.9.
Regards
ApurvaHello Apurva,
You can hide the axis the same way you would do it in the latest vesrion.
By setting the property of the axis:
visible: false
Here is a fiddle.
Regarding your first question. Make sure that you have included jquery and jqx.base.css.
If it still doesn’t work try using it with jqx-all.js to see if you are missing any library dependancies, though I think that jqxcore.js, jqxdata.js and jqxchart.js should be enough.Best Regards,
VladimirjQWidgets Team
http://www.jqwidgets.com/Hello Apurva,
Another reason the chart wouldn’t be plotted could be if you have forgotten to add style for width and height of the chart.
<div id='jqxChart' style="width:680px; height:400px;"/>
Best Regards,
VladimirjQWidgets Team
http://www.jqwidgets.com/ -
AuthorPosts
You must be logged in to reply to this topic.