1.0.3 • Published 9 years ago

jquery.colorbrewer v1.0.3

Weekly downloads
2
License
ISC
Repository
github
Last release
9 years ago

jquery.colorbrewer

A simple bootstrap colour picker utilising the ColorBrewer scales.

Colors

Usage

this.$('.color-picker').colorBrewer({
  container: '#color-picker-modal',        // selector or modal element
  colors: colorbrewer,                     // colour swatches
  preview: this.$('.color-picker-preview') // selector element to populate with selected colour for preview
});

The example utilises the ColorBrewer JavaScript collection provided by mbostock here.