Skip to content

Commit

Permalink
Revert "Merge pull request #111 from Koniverse/dotinsights-dev"
Browse files Browse the repository at this point in the history
This reverts commit b9a04ea, reversing
changes made to f02ba99.
  • Loading branch information
hieudd committed Sep 26, 2023
1 parent 5e7b55f commit 23ad5b8
Show file tree
Hide file tree
Showing 17 changed files with 73 additions and 119 deletions.
2 changes: 1 addition & 1 deletion docs/assets/css/report-q2-2023.css

Large diffs are not rendered by default.

Binary file removed docs/assets/images/projects/coinbase-pay.png
Binary file not shown.
Binary file removed docs/assets/images/projects/creditcoin.png
Binary file not shown.
Binary file modified docs/assets/images/projects/deeper-network.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/assets/images/projects/jur.png
Binary file not shown.
Binary file removed docs/assets/images/projects/krest.png
Binary file not shown.
Binary file removed docs/assets/images/projects/kusama-asset-hub.png
Binary file not shown.
Binary file not shown.
Binary file removed docs/assets/images/projects/layerx-network.png
Binary file not shown.
Binary file modified docs/assets/images/projects/moonwell.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/assets/images/projects/polkadot-asset-hub.png
Binary file not shown.
Binary file removed docs/assets/images/projects/polkadot-bridge-hub.png
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/assets/js/reports-q2-2023.js

Large diffs are not rendered by default.

159 changes: 53 additions & 106 deletions docs/polkadot-report-q2-2023-en/index.html

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions docs/test/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -477,5 +477,10 @@ <h3 class="modal-title">Connect Your Wallet</h3>
<script src="../assets/js/frontend.js?v=1.4"></script>
<script src="../assets/js/reports-q4-2022.js?v=1.0"></script>
<script src="../assets/js/wallet-manager.js?v=1.15"></script>
<!-- BS:SNIPPET-->
<script id="__bs_script__">//<![CDATA[
document.write('<script async src=\'http://HOST:3000/browser-sync/browser-sync-client.js?v=2.27.10\'><\/script>'.replace('HOST', location.hostname));
//]]></script>
<!-- BS:SNIPPET:END-->
</body>
</html>
20 changes: 11 additions & 9 deletions src/assets/js-code/reports-q2-2023.js
Original file line number Diff line number Diff line change
Expand Up @@ -2086,8 +2086,8 @@
tooltip: false,
legend: false,
grid: {
left: '0',
right: '0',
left: '3%',
right: '3%',
top: '0',
containLabel: true,
},
Expand All @@ -2111,26 +2111,26 @@
show: true,
fontFamily: fontFamily,
color: '#ffffff',
fontSize: 17,
fontSize: 15,
fontWeight: '500',
formatter: function(param) {
var value = NumberUtil.formatWithCommas(param.value);

return '{per|' + param.percent + '%}\n{b|' + param.name + '}\n{c|' + value + ' KSM' + '}';
return '{per|' + param.percent + '%}\n{b|' + param.name + '}\n{c|' + value + '}';
},
rich: {
per: {
fontFamily: fontFamily,
fontWeight: 700,
color: '#ffffff',
fontSize: 27,
fontSize: 32,
align: 'center',
},
b: {
fontFamily: fontFamily,
fontWeight: 500,
color: '#b1b1b1',
fontSize: 14,
color: '#cccccc',
fontSize: 17,
align: 'center',
padding: [
10, 0, 10, 0,
Expand All @@ -2140,8 +2140,10 @@
fontFamily: fontFamily,
fontWeight: 700,
color: '#ffffff',
fontSize: 15,
lineHeight: 26,
fontSize: 17,
formatter: function(name) {
return '$ ' + name;
},
align: 'center',
},
},
Expand Down
4 changes: 2 additions & 2 deletions src/assets/scss/report-q2-2023.scss
Original file line number Diff line number Diff line change
Expand Up @@ -301,8 +301,8 @@
--td-ver-gap: 14px;

svg {
width: 27px;
height: 27px;
width: 32px;
height: 32px;
}

tr {
Expand Down

0 comments on commit 23ad5b8

Please sign in to comment.