ember-nf-graph icon indicating copy to clipboard operation
ember-nf-graph copied to clipboard

Composable graphing component library for EmberJS.

Results 16 ember-nf-graph issues
Sort by recently updated
recently updated
newest added

Right now everything inside `.nf-graph` is made non-selectable/draggable. This prevents someone from easily copying numbers, labels, etc which I don't think was the intent. ``` css .nf-graph * { user-select:...

[Travis are now recommending removing the __sudo__ tag](https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration). "_If you currently specify __sudo: false__ in your __.travis.yml__, we recommend removing that configuration_"

Hi there, We noticed that your repo has a high severity vulnerability: - [Regular Expression Denial of Service](https://snyk.io/vuln/npm:minimatch:20160620?utm_source=gh_issue) - Affected package: minimatch <=3.0.1 [Here is the test report for this...

Running on Ember 1.13, I get the following deprecation warnings about modifying a property twice in a single render: - `graphHeight` due to `xAxis` - `graphWidth`, due to `yAxis` -...

The Ember docs aren't completely clear, but the correct usage for array dependencies is - `foo.[]` (use `.[]` when it's at the end) - `[email protected]` (use `.@each` when it's in...

:smile: If I don't pass a `yMax`, I get a nice default behavior: ``` hbs {{ember-nf-graph}} ``` :smile: If I _do_ pass a `yMax`, I can get a nice override:...

enhancement

I haven't thought through this a ton but it would be nice to change the lanes to be lines and not rects as well as maybe style them a bit....

This adds the infrastructure for doing component integration tests.