Releases: simogeo/geostats
Releases · simogeo/geostats
v2.1.0
v2.0.0
v1.8.0
- Fixing bug on counter when using using getClassUniqueValues() method | issue #50
- Ensure nbClass param is an integer | issue #45
- Optimized getClassJenks() method | issue #49
- Old Jenks method still available by calling getClassJenks2() method
- Fix the default legend style, so items are aligned vertically | issue #48
v1.6.0
- Typo bug converting string to float | issue #32
- Force precision to 20 if user defined is superior - to prevent browser error | issue #34
- Mean calculation outside loop | issue #35
- Min / Max methods handled without using Math function | supposed to prevent issue #33
- Cast values to Float on decimalFormat method | issue #36