ember-charts icon indicating copy to clipboard operation
ember-charts copied to clipboard

Results 30 ember-charts issues
Sort by recently updated
recently updated
newest added

D3 v4 has breaking changes, like the removal of `d3.scale.linear` (used in ember-charts) and the use of `d3.scaleLinear`. Is there intent to support D3 v4? Are there known hurdles to...

Hello, I wanted to see if there were any options for formatting the x/y axis in the bar charts to display currency? I could not find anything in the docs...

Hey, just wondering if there's plans for an option to animate the graph on data changes? Awesome project thanks for your work!

The code in question starts at [line 18 of addon.less](https://github.com/Addepar/ember-charts/blob/f1a5cfe1f05333e30dd100b8e9059d53193e6618/addon/styles/addon.less#L18). I think this is overly aggressive and should be scoped within some some other html item + maybe `.chart-frame`? --------------...

Going by the documentation simply doing this: ``` {{vertical-line-chart data=model.data}} ``` should work fine where model.data looks something like: ```json [ { label: "foo", group: "default", value: 100}] ``` Unfortunately...

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...

Is there a plan to add line charts? It can be useful! Thanks!

Hey guys, I've been trying to use ember-charts for a while now, but I can't get it to work, I suppose it could be some sort of deprecation, but as...

Trying to use ember-charts but with the latest Ember updates, a lot of the code used has deprecated items: 1) @each is no longer used 2) A property of was...

I have scoured the docs and repo, but nowhere is it explained how to actually use ember charts. I did find the JSBin example which is the only reference to...