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
}
},
"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,
"",

1
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

Loading…
Cancel
Save