Skip to content

ILinePlot: avoid generating plots that can hang the browser

Javi Merino requested to merge github/fork/JaviMerino/fix_browser_hang_v2 into master

This is v2 of #203. When creating huge plots, ILinePlot can make the browser choke. Prevent it by rasing an exception if the user is trying to create a plot that can hang their browser.

Merge request reports