Skip to content

Commit

Permalink
Swap default NC mode to adjusted (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmmarslender authored Feb 7, 2024
1 parent b56bc25 commit ca12c00
Showing 1 changed file with 26 additions and 17 deletions.
43 changes: 26 additions & 17 deletions dashboards/blockchain/nakamoto-coefficient.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"editable": true,
"fiscalYearStartMonth": 0,
"graphTooltip": 0,
"id": 30,
"id": 3,
"links": [],
"liveNow": false,
"panels": [
Expand All @@ -48,7 +48,8 @@
"value": null
}
]
}
},
"unitScale": true
},
"overrides": []
},
Expand All @@ -71,9 +72,11 @@
"fields": "",
"values": false
},
"textMode": "auto"
"showPercentChange": false,
"textMode": "auto",
"wideLayout": true
},
"pluginVersion": "10.0.1",
"pluginVersion": "10.3.1",
"targets": [
{
"datasource": {
Expand Down Expand Up @@ -104,6 +107,7 @@
"mode": "palette-classic"
},
"custom": {
"axisBorderShow": false,
"axisCenteredZero": false,
"axisColorMode": "text",
"axisLabel": "",
Expand All @@ -117,6 +121,7 @@
"tooltip": false,
"viz": false
},
"insertNulls": false,
"lineInterpolation": "linear",
"lineWidth": 1,
"pointSize": 5,
Expand Down Expand Up @@ -148,7 +153,8 @@
}
]
},
"unit": "none"
"unit": "none",
"unitScale": true
},
"overrides": []
},
Expand Down Expand Up @@ -219,7 +225,8 @@
"value": null
}
]
}
},
"unitScale": true
},
"overrides": []
},
Expand All @@ -242,9 +249,11 @@
"fields": "",
"values": false
},
"textMode": "auto"
"showPercentChange": false,
"textMode": "auto",
"wideLayout": true
},
"pluginVersion": "10.0.1",
"pluginVersion": "10.3.1",
"targets": [
{
"datasource": {
Expand Down Expand Up @@ -293,7 +302,8 @@
"value": 80
}
]
}
},
"unitScale": true
},
"overrides": [
{
Expand Down Expand Up @@ -366,7 +376,7 @@
"showHeader": true,
"sortBy": []
},
"pluginVersion": "10.0.1",
"pluginVersion": "10.3.1",
"targets": [
{
"dataset": "blocks",
Expand Down Expand Up @@ -409,17 +419,16 @@
}
],
"refresh": "",
"schemaVersion": 38,
"style": "dark",
"schemaVersion": 39,
"tags": [],
"templating": {
"list": [
{
"allValue": "",
"current": {
"selected": true,
"text": "Default",
"value": "{"
"text": "Adjusted",
"value": "_adjusted{"
},
"description": "Adjusted NC accounts for alternate farmer/harvester implementations that redirect a portion of farmer rewards to the developer's address. The default NC view shows these dev addresses as large farmers, but since the individual farmers sign their own blocks, the Adjusted NC removes these dev addresses from the calculations.",
"hide": 0,
Expand All @@ -429,12 +438,12 @@
"name": "adjusted_nc",
"options": [
{
"selected": true,
"selected": false,
"text": "Default",
"value": "{"
},
{
"selected": false,
"selected": true,
"text": "Adjusted",
"value": "_adjusted{"
}
Expand All @@ -454,6 +463,6 @@
"timezone": "",
"title": "Nakamoto Coefficient",
"uid": "6S16D9AVk",
"version": 9,
"version": 1,
"weekStart": ""
}

0 comments on commit ca12c00

Please sign in to comment.