Skip to content

Commit

Permalink
style : 更改C3.js渲染大小
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiang511 committed Feb 26, 2024
1 parent 0d9bb74 commit 1d665f7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion newsite/js/dashboardC3.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,11 @@ const Arrresult = arr.reduce((a, b) => a + b);


var chart = c3.generate({
size: {
height: 380,
},
padding: {
top: 68,
top: 30,
right: 50,
bottom: 10,
// left: 100,
Expand Down

0 comments on commit 1d665f7

Please sign in to comment.