Skip to content

ILinePlot: avoid generating plots that can hang the browser

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

When creating huge plots, dygraph 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