File tree Expand file tree Collapse file tree 2 files changed +12
-11
lines changed
Expand file tree Collapse file tree 2 files changed +12
-11
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Deploy steps:
1616
1717- ` npm run deploy `
1818
19- Release steps ** (do deploy first) ** :
19+ Release steps:
2020
21- - ` npm version major|minor|patch `
22- - ` npm publish `
21+ - Do deploy steps first
22+ - ` np major|minor|patch `
Original file line number Diff line number Diff line change 1- 'use strict' ;
1+ 'use strict'
22
33functionPlot ( {
44 target : '#playground' ,
5- data : [ {
6- fn : 'x^2' ,
7- graphType : 'polyline' ,
8- attr : {
9- 'stroke-width' : 10
5+ data : [
6+ {
7+ fn : 'x^2' ,
8+ graphType : 'polyline' ,
9+ attr : {
10+ class : 'hello'
11+ }
1012 }
11- } ]
13+ ]
1214} )
1315
1416// window.f = functionPlot({
@@ -85,7 +87,6 @@ functionPlot({
8587// }]
8688//});
8789
88-
8990// var options = {
9091// target: '#playground',
9192// data: [{
You can’t perform that action at this time.
0 commit comments