ccampo commented on issue #33556:
URL: https://github.com/apache/superset/issues/33556#issuecomment-2900096115

   chatgpt assume that this might be a limitation in JS rendering.....
   
   3. Chart Rendering (Frontend JS Limits)
        •       JavaScript has a safe integer limit:
   Number.MAX_SAFE_INTEGER = 9,007,199,254,740,991 (15–16 digits).
        •       Your number 1059940745468673 (15 digits) is safe, but near the 
upper limit.
        •       If you’re rendering charts with D3.js, ECharts, or similar, 
extremely large numbers (especially >16 digits) might lose precision.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to