Skip to content

Commit 2f792bd

Browse files
committed
Add link to example
1 parent 1195e46 commit 2f792bd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

readme.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
**classybrew** lets you choose from several statistical algorithms (Jenks Natural Breaks, Quantile, Equal Interval) to generate class breaks based on your data. **classybrew** has [colorbrewer](https://github.com/axismaps/colorbrewer) color palettes built in to quickly generate choropleth maps, graphics, tables, etc. with ease.
44

5+
[Example Application Using classybrew](http://tannerjt.github.io/classybrew-www/examples/basic/)
6+
57
###Using classybrew
68

79
**Basics - Setup**
@@ -52,7 +54,7 @@ brew.setColorCode(ColorCodeString); // color ramp code... see below
5254
brew.getSeries(); // returns Array of original data
5355
brew.getNumClasses(); // returns set number of classes
5456
brew.getBreaks(); // will call classify but for performance returns pointer if classify has already been called
55-
brew.getClassificationMethods // returns available classification methods to pass to classify()
57+
brew.getClassificationMethods() // returns available classification methods to pass to classify()
5658

5759
//color theory
5860
brew.getColorCodes(); // returns array of all available color codes

0 commit comments

Comments
 (0)