Giter Club home page Giter Club logo

classybrew's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

classybrew's Issues

Fewer actual ranges than specified number of classes

When the evaluation of the values array finds fewer ranges than the number of classes specified, the range array is filled at the lower end with zeroes. This causes the getColorInRange function to return erroneous results ("undefined" and "false") when the value of the num provided to it is zero. This is because the test for this.range[i + 1] (to see if it exists) produces false because the value in this.range[i + 1] is zero, which is the same as false. Correcting the test to this.range[i + 1] !== "undefined" fixes the problem, but still causes num of zero to select something other than the very first color.

Example:
numClasses = 6
brew.classify() = [0, 0, 0, 5859, 102141, 198942, 378736]
brew.getColors() = [color1, color2, color3, color4, color5, color6]
brew.getColorInRange(0) = color3

Webpack can't find the module

Webpack can't find classybrew module in my project. Looks like the problem is missing definition of an entry point of your module in package.json:

...
"main": "build/classybrew.min.js",
...

By the way, repository attribute is incorrect, too.

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.