diff --git a/demo/demo.js b/demo/demo.js index 9ede54a..1bec70b 100644 --- a/demo/demo.js +++ b/demo/demo.js @@ -5,6 +5,8 @@ function main() { const dataSin = []; const dataCos = []; const chart = new TimeChart(el, { + // debugWebGL: true, + // forceWebGL1: true, baseTime: Date.now() - performance.now(), series: [ { diff --git a/demo/index.html b/demo/index.html index 665990d..074ab5a 100644 --- a/demo/index.html +++ b/demo/index.html @@ -30,6 +30,7 @@