colorbrewer
A shim module of colorbrewer2 by Cythina Brewer for browserify
Last updated 3 years ago by saikocat .
Apache-Style · Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install colorbrewer 
SYNC missed versions from official npm registry.

colorbrewer

Color specifications and designs developed by Cynthia Brewer (http://colorbrewer2.org/).

This is a shim module of colorbrewer2 by Cythina Brewer for browserify.

It is also a shim for the files provided in d3.js lib.

Access color schemes by name and the number of discrete colors needed, such as colorbrewer.Blues[5]. For a list of color schemes by group, use colorbrewer.schemeGroups. Example:

const colorbrewer = require('colorbrewer');

console.log(colorbrewer.schemeGroups.sequential);
// ["BuGn","BuPu","GnBu",...]

console.log(colorbrewer.Blues[5]);
// ["#eff3ff","#bdd7e7","#6baed6","#3182bd","#08519c"]

Notes:

  • There is a compatibility issue with 1.4.0 so do lock your version to 1.3.0 for now
  • 1.5.0 is using rollup to generate both UMD and ES module so hopefully this will resolve the problems for most of us.

Huge thanks to:

  • Connor Peet - connor4312 - for adding TypeScript support since version 1.4.0

Current Tags

  • 1.5.3                                ...           latest (3 years ago)

10 Versions

  • 1.5.3                                ...           3 years ago
  • 1.5.2                                ...           4 years ago
  • 1.5.1                                ...           5 years ago
  • 1.5.0                                ...           5 years ago
  • 1.4.0                                ...           5 years ago
  • 1.3.0                                ...           8 years ago
  • 1.1.0                                ...           8 years ago
  • 1.0.0                                ...           10 years ago
  • 0.0.2                                ...           12 years ago
  • 0.0.1                                ...           12 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 1
Dependencies (0)
None
Dev Dependencies (5)
Dependents (2)

Copyright 2013 - present © cnpmjs.org | Home |