jQWidgets Forums

jQuery UI Widgets Forums Chart Stacked column chart is not working with v2.9.3

This topic contains 5 replies, has 2 voices, and was last updated by  Vladimir 9 years, 7 months ago.

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author

  • apurva
    Participant

    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 Agrawal


    Vladimir
    Participant

    Hello 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,
    Vladimir

    jQWidgets Team
    http://www.jqwidgets.com/


    apurva
    Participant

    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 Agrawal


    apurva
    Participant

    Hello Valdimir,

    I have another issue how can I hide x and Y axis of a chart in jqwidget v2.9.

    Regards
    Apurva


    Vladimir
    Participant

    Hello 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,
    Vladimir

    jQWidgets Team
    http://www.jqwidgets.com/


    Vladimir
    Participant

    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,
    Vladimir

    jQWidgets Team
    http://www.jqwidgets.com/

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.