Skip to content

Commit

Permalink
chore: Package front-end files
Browse files Browse the repository at this point in the history
  • Loading branch information
PindleskinY committed Mar 24, 2021
1 parent b814781 commit 9b5439a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 3 additions & 1 deletion packages/cjs/flask-state.js
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,9 @@

initialCPUOptions(cpuCount, data) {
this.cpuOption.legend.data = [];
this.cpuOption.color = ["#42a5f5", "#26c6da", "#26a69a", "#66bb6a", "#9ccc65", "#d4e157", "#ffee58", "#ffca28", "#ffa726"];
this.cpuOption.color = ["#42a5f5", '#F75B81', '#8083E5', '#FBA364',
"#A1887F", "#89E8E0", "#FFDE99", "#87EE84",
"#EDA8FF", "#FFF176"];
this.cpuOption.legend.selected = {};
this.cpuOption.series = [];
for (let i = 0; i < cpuCount + 1; i++) {
Expand Down
2 changes: 1 addition & 1 deletion packages/cjs/flask-state.min.js

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion packages/umd/flask-state.js
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,9 @@

initialCPUOptions(cpuCount, data) {
this.cpuOption.legend.data = [];
this.cpuOption.color = ["#42a5f5", "#26c6da", "#26a69a", "#66bb6a", "#9ccc65", "#d4e157", "#ffee58", "#ffca28", "#ffa726"];
this.cpuOption.color = ["#42a5f5", '#F75B81', '#8083E5', '#FBA364',
"#A1887F", "#89E8E0", "#FFDE99", "#87EE84",
"#EDA8FF", "#FFF176"];
this.cpuOption.legend.selected = {};
this.cpuOption.series = [];
for (let i = 0; i < cpuCount + 1; i++) {
Expand Down
2 changes: 1 addition & 1 deletion packages/umd/flask-state.min.js

Large diffs are not rendered by default.

0 comments on commit 9b5439a

Please sign in to comment.