Skip to content

v1.4

Compare
Choose a tag to compare
@balladaniel balladaniel released this 10 Dec 22:30
· 22 commits to main since this release

Standard deviation example

New features

  • Classification mode: standard deviation (mode: stddeviation)
    • class intervals are defined using standard deviation from the mean of the dataset
    • results in equal class widths and varying amount of features per class
    • as always, it is intended for use with normally distributed data
    • creates classes with an interval size of 1 standard deviation (support for 1/2, 1/3 std. dev. coming soon)
    • with this mode, option classes is ignored
    • legend customization recommended (by making the unit of values clear, e.g. including unit "std. dev." in legend title, or by defining custom templates for legend rows to show unit)

Improvements, fixes

  • fixed and cleaned up point/color mode symbol radius defaults
  • updated documentation
  • examples:
    • lines_w.html: uses new data of river discharge, improved mouse hover tooltips and added feature highlighting
    • updated dataset rivers.geojson: contains river discharge (flow) data and river names now