Skip to content
This repository has been archived by the owner on Apr 5, 2023. It is now read-only.

Time Series Chart (Scrubbing across line values not working) #180

Open
arinhouck opened this issue Aug 19, 2016 · 1 comment
Open

Time Series Chart (Scrubbing across line values not working) #180

arinhouck opened this issue Aug 19, 2016 · 1 comment

Comments

@arinhouck
Copy link

arinhouck commented Aug 19, 2016

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.

graphPoint: Ember.computed('country', 'percentage', 'effectiveDate', function() {
    return {
      value: this.get('percentage'),
      label: `Rate (${this.get('country')})`,
      time: d3.time.format.iso.parse(this.get('effectiveDate'))
    };
  })

I can only make this work if I manually create an mock array like in documentation and load in.

@metathinker
Copy link
Contributor

FYI @shiller-addepar : in case you might have touched the responsible code with your recent time series chart changes

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

2 participants