Use kmeans to automatically group map data
See http://roadtolarissa.com/coloring-maps/ and http://bl.ocks.org/thadk/37ff4c03358b414acd1e as to why this is a better solution than quantize.
... | ... | @@ -62,6 +62,7 @@ |
"reselect": "^2.0.1", | ||
"resize-observer-polyfill": "^1.3.2", | ||
"screenfull": "^3.0.0", | ||
"simple-statistics": "^2.5.0", | ||
"stack-source-map": "^1.0.4", | ||
"tether": "^1.2.0", | ||
"underscore": "^1.8.3", | ||
... | ... |
Please register or sign in to comment