ember-cli-nvd3 icon indicating copy to clipboard operation
ember-cli-nvd3 copied to clipboard

An EmberJS NVD3 wrapper

Results 2 ember-cli-nvd3 issues
Sort by recently updated
recently updated
newest added

I receive the following error: > Uncaught Error: Could not find module `d3` imported from `ember-cli-nvd3/components/nvd3-chart` I am running a clean install ember-cli : 2.7.0 node: 6.2.2 win 10 x64...

bug

In one of my charts I used afterSetup to draw tooltips with i18n support (intl). After upgrading to ember 2.9 afterSetup is called without it component context so I couldn't...