diff --git a/src/demoData/sheetSparkline.js b/src/demoData/sheetSparkline.js index b19db34..48afea6 100644 --- a/src/demoData/sheetSparkline.js +++ b/src/demoData/sheetSparkline.js @@ -41,7 +41,7 @@ const sheetSparkline = { "0": 101 } }, - "index": 4, + "index": "4", "chart": [ { "sheetIndex": "0", @@ -57,7 +57,7 @@ const sheetSparkline = { } ], "status": "0", - "order": 4, + "order": "4", "column": 18, "row": 36, "celldata": [ @@ -759,7 +759,7 @@ const sheetSparkline = { { "r": 2, "c": 2, - "index": "Sheet_a3wL60hb6ehl_1595574256825", + "index": "4", "func": [ true, "", @@ -773,7 +773,7 @@ const sheetSparkline = { { "r": 2, "c": 4, - "index": "Sheet_a3wL60hb6ehl_1595574256825", + "index": "4", "func": [ true, "", diff --git a/src/index.js b/src/index.js index 2d7e550..4da8f11 100644 --- a/src/index.js +++ b/src/index.js @@ -1,7 +1,6 @@ import './utils/math' import { luckysheet } from './core' import __firefox from './utils/polyfill' -debugger // Prevent gulp warning: 'Use of eval is strongly discouraged, as it poses security risks and may cause issues with minification' // window.evall = window.eval; // polyfill event in firefox