You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just started using this. I'm using the screencast from the README as a reference.
In my case, using mapBy on a model causes the chart to show no data. Just the background grid lines. When I hard-code the same data from my models, the chart does work.
I'm guessing this might have something to do with the async nature of models and calculations. Perhaps the data is passed to the chart before the promises are resolved. How do you guys work around this?
I've tried doing the await thing, but this adaption from the example screencast does not work either:
I just started using this. I'm using the screencast from the README as a reference.
In my case, using
mapBy
on a model causes the chart to show no data. Just the background grid lines. When I hard-code the same data from my models, the chart does work.I'm guessing this might have something to do with the async nature of models and calculations. Perhaps the data is passed to the chart before the promises are resolved. How do you guys work around this?
I've tried doing the
await
thing, but this adaption from the example screencast does not work either:The text was updated successfully, but these errors were encountered: