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