You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@royale.apache.org by GitBox <gi...@apache.org> on 2019/04/08 14:34:30 UTC

[GitHub] [royale-asjs] UncommonUnion opened a new issue #414: Chart View support in Jewel

UncommonUnion opened a new issue #414: Chart View support in Jewel
URL: https://github.com/apache/royale-asjs/issues/414
 
 
   I am trying to add a column chart to a jewel project based on the code in the StatsView.mxml example. I have js:ColumnChart in a j:Card and the browser throws the following error... what am I doing wrong? 
   
   `Uncaught TypeError: Cannot set property 'x' of null
       at org.apache.royale.charts.beads.ChartView.beforeLayout (ChartView.js:127)
       at org.apache.royale.charts.beads.layouts.ColumnChartLayout.org.apache.royale.core.LayoutBase.performLayout (LayoutBase.js:246)
       at org.apache.royale.charts.beads.layouts.ColumnChartLayout.org.apache.royale.core.LayoutBase.handleInitComplete (LayoutBase.js:169)
       at org.apache.royale.charts.ColumnChart.goog.events.EventTarget.fireListeners (eventtarget.js:284)
       at Function.goog.events.EventTarget.dispatchEventInternal_ (eventtarget.js:382)
       at org.apache.royale.charts.ColumnChart.goog.events.EventTarget.dispatchEvent (eventtarget.js:196)
       at org.apache.royale.charts.ColumnChart.org.apache.royale.events.EventDispatcher.dispatchEvent (EventDispatcher.js:71)
       at org.apache.royale.charts.ColumnChart.org.apache.royale.core.HTMLElementWrapper.dispatchEvent (HTMLElementWrapper.js:246)
       at org.apache.royale.charts.ColumnChart.org.apache.royale.core.DataContainerBase.addedToParent (DataContainerBase.js:59)`
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services