Skip to content

v1.2.5

Compare
Choose a tag to compare
@balladaniel balladaniel released this 15 Oct 13:26
· 30 commits to main since this release

New features

  • Manually defined class boundaries
    • mode: new "manual" mode. When using manual (which partially defeats the purpose of this plugin), option classes must be an array of class boundary values!
    • classes: now accepts an array, if mode is manual, this must be an array of numbers (for example [50, 150, 200] would yield the following three classes: below 150, 150-200, above 200). Note: manual class boundary values are automatically sorted (low to high) in the process to avoid the mixing of symbols/class intervals

Improvements, fixes

  • improved error messages
  • further JSDoc
  • updated documentation