Skip to content

Releases: santilland/plotty

v0.4.9

11 Apr 08:03
Compare
Choose a tag to compare

Another attempt to better handle NaN values across browsers and different OS, fix provided by @dulldrums

v0.4.8

16 Feb 16:57
Compare
Choose a tag to compare

Merged fix to make sure NaN values are not rendered (thx @dulldrums for fix)

v0.4.7

14 Jun 13:56
Compare
Choose a tag to compare

Fixed issue with colorscales that use color steps with transparency when using webGL rendering (thanks to @sfalmo for pull request)

v0.4.6

14 May 08:14
Compare
Choose a tag to compare
  • Implemented better fallback support for mobile devices
  • Solved issue with no transparency when using 2d context

v0.4.5

04 May 08:30
Compare
Choose a tag to compare

Fixed type in two colorscale names:

  • yignbu changed to ylgnbu,
  • yiorrd changed to ylorrd

v0.4.4

09 Mar 11:57
Compare
Choose a tag to compare
  • Fixed issue where when disabling WebGL for rendering the highest value of the specified domain was not being rendered / being clipped

v0.4.3

17 Apr 12:39
Compare
Choose a tag to compare
  • NaN values in data are now not rendered (no need to add NaN as noDataValue)
    Notice: The way of handling NaN in the shader is not clearly defined so different browser implementation could have different visualization results.
    I would recommend converting NaN to a know noDataValue and using that value in the configuration (such as Number.MIN_VALUE)

v0.4.2

09 Apr 14:48
Compare
Choose a tag to compare
  • Added new parameter displayRange and enabler applyDisplayRange to only display a certain value range without modifying the domain
  • Added method setDisplayRange that can be used to set a new range before rendering (automatically sets applyDisplayRange to true)

v0.4.1

26 Aug 09:28
Compare
Choose a tag to compare
  • New turbo colorscale added

New dataset combination function

13 Jun 15:12
Compare
Choose a tag to compare

Adding possibility to combine multiple datasets using math expressions;
Mathematical expression can contain operations with integer/float values, dataset identifiers or GLSL supported functions with a single parameter.