Linear scale bug

Linear scale seems to break (slow response on session) with large min(-300000) and max (300000) values. Is this a bug?

how many ticks are you using? As i can imagine it going slow it you use to many
try increasing the spans of fine/minor/major ticks.

Be sure to set them first before increasing the max/min value
image

1 Like

I actually don’t want to display the ticks so the stroke is set to 0. Setting the span to 0 soved the issue.

Thanks for the help

2 Likes