Skip to content

Commit

Permalink
[update]: bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hongkuiw committed Nov 13, 2021
1 parent 682ce32 commit 261bb9f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
9 changes: 8 additions & 1 deletion preview/big-number-breakdown/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,12 @@ const visObject = {
font-family: "Google Sans", Roboto, "Noto Sans JP", "Noto Sans", "Noto Sans CJK KR", Helvetica, Arial, sans-serif;
font-weight: 200;
}
.highcharts-credits {
font-style: italic;
}
</style>
<figure class="highcharts-figure">
<div id="container"></div>
Expand Down Expand Up @@ -296,7 +302,8 @@ const visObject = {
enabled: false,
},
credits: {
enabled: false,
enabled: true,
text: "Metrics Widget by Hong"
},
exporting: {
enabled: false
Expand Down
8 changes: 7 additions & 1 deletion preview/big-number-trend/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,11 @@ const visObject = {
font-family: "Google Sans", Roboto, "Noto Sans JP", "Noto Sans", "Noto Sans CJK KR", Helvetica, Arial, sans-serif;
font-weight: 200;
}
.highcharts-credits {
font-style: italic;
}
</style>
<figure class="highcharts-figure">
<div id="container"></div>
Expand Down Expand Up @@ -399,7 +404,8 @@ const visObject = {
enabled: false,
},
credits: {
enabled: false,
enabled: true,
text: "Metrics Widget by Hong"
},
exporting: {
enabled: false
Expand Down

0 comments on commit 261bb9f

Please sign in to comment.