Skip to content
This repository has been archived by the owner on Mar 28, 2024. It is now read-only.

Commit

Permalink
docs(demo): demo sparkline
Browse files Browse the repository at this point in the history
demo sparkline
  • Loading branch information
Dushusir committed Jul 24, 2020
1 parent 78df135 commit 82592db
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
8 changes: 4 additions & 4 deletions src/demoData/sheetSparkline.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const sheetSparkline = {
"0": 101
}
},
"index": 4,
"index": "4",
"chart": [
{
"sheetIndex": "0",
Expand All @@ -57,7 +57,7 @@ const sheetSparkline = {
}
],
"status": "0",
"order": 4,
"order": "4",
"column": 18,
"row": 36,
"celldata": [
Expand Down Expand Up @@ -759,7 +759,7 @@ const sheetSparkline = {
{
"r": 2,
"c": 2,
"index": "Sheet_a3wL60hb6ehl_1595574256825",
"index": "4",
"func": [
true,
"",
Expand All @@ -773,7 +773,7 @@ const sheetSparkline = {
{
"r": 2,
"c": 4,
"index": "Sheet_a3wL60hb6ehl_1595574256825",
"index": "4",
"func": [
true,
"",
Expand Down
1 change: 0 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 82592db

Please sign in to comment.