Miguel rojas
Miguel rojas
Hi, I'm trying to parse this XML document: ``` doc = new DOMParser().parseFromString(` This is a test This has some dynamic generated content This should be enought to test Absolute...
Is there any plans of support for zoom in/out and panning the plot? I've checked this library https://github.com/ariutta/svg-pan-zoom but zooms/pan the entire plot, including grids, texts and legends.
Hi...I've this selenium script, the app is in the same folder: ```python import time import sys import os from selenium import webdriver from selenium.webdriver.chrome.options import Options from pathlib import Path...