LocusEnergy / ember-sparkles

Collection of composable D3 components built with ember-d3-helpers
http://locusenergy.github.io/ember-sparkles/#/line-chart
MIT License
56 stars 9 forks source link

ember-sparkles component is only responsive #28

Open ghost opened 8 years ago

ghost commented 8 years ago

at present it doesn't work to pass fixed dimensions to the {{ember-sparkles component.

we might want to look at doing responsivity in a different way, using:

https://github.com/EmberSherpa/ember-element-resize-detector

instead of the ember-resize addon.