tag:github.com,2008:https://github.com/santilland/plotty/releasesRelease notes from plotty2022-04-11T08:00:55Ztag:github.com,2008:Repository/42877058/v0.4.92022-04-11T08:03:56Zv0.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>santillandtag:github.com,2008:Repository/42877058/v0.4.82022-02-16T16:58:57Zv0.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>santillandtag:github.com,2008:Repository/42877058/v0.4.72021-06-14T13:56:56Zv0.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>santillandtag:github.com,2008:Repository/42877058/v0.4.62021-05-14T08:14:19Zv0.4.6<ul>
<li>Implemented better fallback support for mobile devices</li>
<li>Solved issue with no transparency when using 2d context</li>
</ul>santillandtag:github.com,2008:Repository/42877058/v0.4.52021-05-04T08:30:35Zv0.4.5<p>Fixed type in two colorscale names:</p>
<ul>
<li>yignbu changed to ylgnbu,</li>
<li>yiorrd changed to ylorrd</li>
</ul>santillandtag:github.com,2008:Repository/42877058/v0.4.42021-03-09T11:57:01Zv0.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>santillandtag:github.com,2008:Repository/42877058/v0.4.32020-04-17T12:39:29Zv0.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>santillandtag:github.com,2008:Repository/42877058/v0.4.22020-04-09T14:48:45Zv0.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>santillandtag:github.com,2008:Repository/42877058/v0.4.12019-08-26T09:28:55Zv0.4.1<ul>
<li>New turbo colorscale added</li>
</ul>santillandtag:github.com,2008:Repository/42877058/v0.4.02019-06-13T15:12:02ZNew 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