Giter VIP home page Giter VIP logo

ember-d3-scale's People

Contributors

ember-tomster avatar spencer516 avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

ivanvanderbyl

ember-d3-scale's Issues

Blackbuck reported Vulnerability for package glob-parent/3.1.0 with ember-intl/5.7.2 version

Hi Ember-Intl Team,

I am using ember-intl/5.7.2, and this package using internally glob-parent/3.1.0 addon with path
( ember-intl/5.7.2 -> broccoli-merge-files/0.8.0 -> fast-glob/2.2.7 -> glob-parent/3.1.0 ) ,
During blackbuck scan check this addon reported vulnerable and expecting latest version of this. So could you please work on this by update the package.json for ember-intl/5.7.2 to get the latest of glob-parent.

Please do needful.

Thank you

add range to color scales?

Hi Spencer - it would be nice to have the ability to specify a range for the color scales. What do you think about adding this? Was there a reason you didn't include it before?

Reported Vulnerability for package lodash/3.10.1 with ember-d3-scale/0.1.5 version

Hi Ember-D3-Scale Team,

I am using ember-d3-scale/0.1.5, and this package using internally lodash/3.10.1 addon with path
(ember-d3-scale/0.1.5 -> ember-cli-babel/5.2.8 -> broccoli-babel-transpiler/5.7.4 -> babel-core/5.8.38 -> lodash/3.10.1 ) ,
During scan check this addon reported vulnerable and expecting latest version of this. So could you please work on this by update the package.json for ember-d3-scale/0.1.5 to get the latest of lodash.

Please do needful.

Thank you

`app.import is not a function` unless `included` is defined in addon `index.js`

I was using D3v3 in an addon I am working on, and then switched to your library. I then started seeing this error when I start the addon's nodejs server:

TypeError: app.import is not a function
    at /Users/zz/development/ember-sparkles/node_modules/ember-d3-scale/node_modules/ember-cli-d3-shape/index.js:50:17

I discovered that the following minimal amount of code in my addon's index.js provides a workaround:

module.exports = {
  included: function() {
  }
  // etc
}

It would appear that this might be related to something you fixed earlier, here: ivanvanderbyl/ember-cli-d3-shape#7

Use ember-cli-d3-shape for dependencies instead of Bower

I've been working on a d3 addon which makes the D3 v4 NPM modules work with Ember. It's usable today, and allows you to load scales using proper imports import {scaleLinear} from 'd3-scale' for example. The benefit to this is you don't need to load the entire d3.js blob, or use bower for additional dependencies. It also tracks the new d3 v4 codebase which comes with a slightly more consistent API over v3.

Create dummy app with examples

Possible examples:

  1. Show integration possibilities with ember-composable-helpers
  2. Create a very basic bar chart
  3. Create a very basic calendar picker-type component
  4. Something with color scales...color picker maybe?

Reported Vulnerability for package minimatch/2.0.10 with ember-d3-scale/0.1.5 version

Hi Ember-D3-Scale Team,

I am using ember-d3-scale/0.1.5, and this package using internally minimatch/2.0.10 addon with path
( ember-d3-scale/0.1.5 -> ember-cli-babel/5.2.8 -> .broccoli-babel-transpiler/5.7.4 -> babel-core/5.8.38 -> minimatch/2.0.10 ) ,
During scan check this addon reported vulnerable and expecting latest version of this. So could you please work on this by update the package.json for ember-d3-scale/0.1.5 to get the latest of minimatch.

Please do needful.

Thank you

Cannot find module 'broccoli-funnel'

Trying to install this via ember-cli, I'm getting a Cannot find module 'broccoli-funnel' error right off the bat.

Looking into it, index.js requires broccoli-funnel and broccoli-merge-trees, but doesn't seem to use either of them (unless their presence invokes some necessary behind-the-scenes magic).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.