jQuery UI Widgets Forums Plugins AngularJS jqx-chart in jqx-windows

This topic contains 2 replies, has 2 voices, and was last updated by  FrenchFrog 8 years, 7 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  • jqx-chart in jqx-windows #70113

    FrenchFrog
    Participant

    Hi everybody,

    I am new here, and I have some trouble to use jqx-charts included in windows

    <body class='default'>
        <div ng-controller="demoController">
            <jqx-window jqx-settings="{height: 'auto', width: 700, position: {x: 0, y: 0}}">
                <div>
                    Chart Window
                </div>
                <div>
                    <jqx-chart jqx-settings='CS' jqx-watch="CS.seriesGroups" style="width: 600px; height: 400px;"></jqx-chart>
                </div>
            </jqx-window>
            <jqx-chart jqx-settings='CS' jqx-watch="CS.seriesGroups" style="width: 600px; height: 400px;"></jqx-chart>
        </div>
    </body>

    The chart is correctly drawed on the page, but not in the window witch is correctly created, but with an empty content.

    When using the jquery way to create windows and charts, it worked well.

    Any clue ?

    Thanks for your help.

    Christophe

    jqx-chart in jqx-windows #70116

    Dimitar
    Participant

    Hi FrenchFrog,

    Please check out the following example, showing how to initialize a widget inside jqxWindow (jqx-window) with AngularJS: http://www.jqwidgets.com/community/topic/jqx-editor-in-jqx-window/#post-65819.

    Best Regards,
    Dimitar

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

    jqx-chart in jqx-windows #70703

    FrenchFrog
    Participant

    Thanks a lot.

    It works well with the link betwenn the windows an the chart.

    Regards,

    Ch.

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

You must be logged in to reply to this topic.