Browse Source

docs(demo): demo sparkline

demo sparkline
master
liurunze 5 years ago
parent
commit
82592db12f
  1. 8
      src/demoData/sheetSparkline.js
  2. 1
      src/index.js

8
src/demoData/sheetSparkline.js

@ -41,7 +41,7 @@ const sheetSparkline = {
"0": 101 "0": 101
} }
}, },
"index": 4, "index": "4",
"chart": [ "chart": [
{ {
"sheetIndex": "0", "sheetIndex": "0",
@ -57,7 +57,7 @@ const sheetSparkline = {
} }
], ],
"status": "0", "status": "0",
"order": 4, "order": "4",
"column": 18, "column": 18,
"row": 36, "row": 36,
"celldata": [ "celldata": [
@ -759,7 +759,7 @@ const sheetSparkline = {
{ {
"r": 2, "r": 2,
"c": 2, "c": 2,
"index": "Sheet_a3wL60hb6ehl_1595574256825", "index": "4",
"func": [ "func": [
true, true,
"", "",
@ -773,7 +773,7 @@ const sheetSparkline = {
{ {
"r": 2, "r": 2,
"c": 4, "c": 4,
"index": "Sheet_a3wL60hb6ehl_1595574256825", "index": "4",
"func": [ "func": [
true, true,
"", "",

1
src/index.js

@ -1,7 +1,6 @@
import './utils/math' import './utils/math'
import { luckysheet } from './core' import { luckysheet } from './core'
import __firefox from './utils/polyfill' 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' // Prevent gulp warning: 'Use of eval is strongly discouraged, as it poses security risks and may cause issues with minification'
// window.evall = window.eval; // window.evall = window.eval;
// polyfill event in firefox // polyfill event in firefox

Loading…
Cancel
Save