WebDataRocks / web-pivot-table

A feature-rich JS pivot grid library for creating interactive reports. Integrates with any front-end technology
https://www.webdatarocks.com
53 stars 4 forks source link

Math operations #29

Closed Frominor closed 2 hours ago

Frominor commented 1 week ago

Hello!When working with your library on my website, I came across such a problem - when dividing a number by 0, the result of a mathematical calculation is the number 0.00011, which is not correct. What is it about and can you fix it?

solja484 commented 6 days ago

Hi, Frominor!

Please note that when dividing by zero in WebDataRocks, the component shows infinity value by default. Here is the example for reference: https://codepen.io/webdatarocks/pen/rNgKdpp. Hope it helps.

Kind regards, Solomiia