One more record and the chart disappears - is there a limit in VL?

Viewed 78

There are 1731 records in my spec. If I add one more record, and give it a unique ID (e.g., 1732), the chart disappears.

I cannot share the URL to the chart because of the body limit. I cannot shorten the URL because it is too long. So, I have to show screenshots.

1731 records:

enter image description here

1732 records

enter image description here

Can anyone explain what is going on here?

1 Answers

Canvas implementation on the web has limited maximum width/height. Try switching to the SVG renderer.

Related