tag:github.com,2008:https://github.com/santilland/plotty/releases Release notes from plotty 2022-04-11T08:00:55Z tag:github.com,2008:Repository/42877058/v0.4.9 2022-04-11T08:03:56Z v0.4.9 <p>Another attempt to better handle NaN values across browsers and different OS, fix provided by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/dulldrums/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/dulldrums">@dulldrums</a></p> santilland tag:github.com,2008:Repository/42877058/v0.4.8 2022-02-16T16:58:57Z v0.4.8 <p>Merged fix to make sure NaN values are not rendered (thx <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/dulldrums/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/dulldrums">@dulldrums</a> for fix)</p> santilland tag:github.com,2008:Repository/42877058/v0.4.7 2021-06-14T13:56:56Z v0.4.7 <p>Fixed issue with colorscales that use color steps with transparency when using webGL rendering (thanks to <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/sfalmo/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/sfalmo">@sfalmo</a> for pull request)</p> santilland tag:github.com,2008:Repository/42877058/v0.4.6 2021-05-14T08:14:19Z v0.4.6 <ul> <li>Implemented better fallback support for mobile devices</li> <li>Solved issue with no transparency when using 2d context</li> </ul> santilland tag:github.com,2008:Repository/42877058/v0.4.5 2021-05-04T08:30:35Z v0.4.5 <p>Fixed type in two colorscale names:</p> <ul> <li>yignbu changed to ylgnbu,</li> <li>yiorrd changed to ylorrd</li> </ul> santilland tag:github.com,2008:Repository/42877058/v0.4.4 2021-03-09T11:57:01Z v0.4.4 <ul> <li>Fixed issue where when disabling WebGL for rendering the highest value of the specified domain was not being rendered / being clipped</li> </ul> santilland tag:github.com,2008:Repository/42877058/v0.4.3 2020-04-17T12:39:29Z v0.4.3 <ul> <li>NaN values in data are now not rendered (no need to add NaN as noDataValue)<br> Notice: The way of handling NaN in the shader is not clearly defined so different browser implementation could have different visualization results.<br> I would recommend converting NaN to a know noDataValue and using that value in the configuration (such as Number.MIN_VALUE)</li> </ul> santilland tag:github.com,2008:Repository/42877058/v0.4.2 2020-04-09T14:48:45Z v0.4.2 <ul> <li>Added new parameter <strong>displayRange</strong> and enabler <strong>applyDisplayRange</strong> to only display a certain value range without modifying the domain</li> <li>Added method <strong>setDisplayRange</strong> that can be used to set a new range before rendering (automatically sets applyDisplayRange to true)</li> </ul> santilland tag:github.com,2008:Repository/42877058/v0.4.1 2019-08-26T09:28:55Z v0.4.1 <ul> <li>New turbo colorscale added</li> </ul> santilland tag:github.com,2008:Repository/42877058/v0.4.0 2019-06-13T15:12:02Z New dataset combination function <p>Adding possibility to combine multiple datasets using math expressions;<br> Mathematical expression can contain operations with integer/float values, dataset identifiers or GLSL supported functions with a single parameter.</p> santilland