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
{{ message }}
This repository has been archived by the owner on Apr 5, 2023. It is now read-only.
I have 3 labels, and I have built a computed property called graphPoint on a model and did a Ember.computed.maBy('objArray', 'graphPoint') and used Ember.computed.union(...). However my graph on hover does not give me that hover value. It puts these little dots on each ends of the lines only.
I have 3 labels, and I have built a computed property called graphPoint on a model and did a
Ember.computed.maBy('objArray', 'graphPoint')
and usedEmber.computed.union(...)
. However my graph on hover does not give me that hover value. It puts these little dots on each ends of the lines only.I can only make this work if I manually create an mock array like in documentation and load in.
The text was updated successfully, but these errors were encountered: