jQWidgets Forums

jQuery UI Widgets Forums Chart MVVM databinding no errors but the chart is not appearing

This topic contains 3 replies, has 2 voices, and was last updated by  bootini 11 years, 7 months ago.

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

  • bootini
    Member

    Hello
    I am using databind to display multiple gauges and charts. The gauges are appears correctly, but the charts do not appear but no error is thrown. Is there a way to debug this issue. Our markup is below.

    Last Update 08/06/2013

    Lenth



    bootini
    Member
    <div>
    <div style="margin-left: 0px;width: 100%;margin-right: 15px">
    <div style="width: auto;margin-left: 10px;font-size: larger">
    <span style="vertical-align: top;color: grey;font-size: small">Last Update 08/06/2013</span></div>
    <div style="margin-right: 0px">
    </div>
    <div style="margin-left: 0px;width: 100%;margin-right: 15px">
    </div>
    </div>
    <span></span>
    <div style="float: left;vertical-align: middle">
    </div>
    <div style="margin-left: 0px;width: auto;vertical-align: top;float: none">
    Lenth<span></span>
    <span></span>
    <span></span>
    <div>
    <div style="width: 800px;height: 300px">
    </div>
    </div>
    </div>
    </div>
    <blockquote></blockquote>

    Dimitar
    Participant

    Hello bootini,

    Please post your JavaScript code, too. The HTML only is insufficient for us to determine the source of the issue.

    Best Regards,
    Dimitar

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


    bootini
    Member

    Actually, you can close this issue. We are using durandal for this project and you need to explicitly add a delayed bindingHandler for jqxwidgets if you are using knockout for data-binding.

    composition.addBindingHandler(“jqxGauge”);

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

You must be logged in to reply to this topic.