Use 5 decimals for daily/monthly revenue (#2)
Signed-off-by: Julien Riou <julien@riou.xyz>
This commit is contained in:
parent
ce1b837ae0
commit
9b1857c1cc
1 changed files with 4 additions and 2 deletions
|
@ -59,7 +59,7 @@
|
||||||
"gnetId": null,
|
"gnetId": null,
|
||||||
"graphTooltip": 0,
|
"graphTooltip": 0,
|
||||||
"id": null,
|
"id": null,
|
||||||
"iteration": 1616061734073,
|
"iteration": 1616068614673,
|
||||||
"links": [],
|
"links": [],
|
||||||
"panels": [
|
"panels": [
|
||||||
{
|
{
|
||||||
|
@ -241,6 +241,7 @@
|
||||||
"yaxes": [
|
"yaxes": [
|
||||||
{
|
{
|
||||||
"$$hashKey": "object:180",
|
"$$hashKey": "object:180",
|
||||||
|
"decimals": 5,
|
||||||
"format": "ETH",
|
"format": "ETH",
|
||||||
"label": "income",
|
"label": "income",
|
||||||
"logBase": 1,
|
"logBase": 1,
|
||||||
|
@ -431,6 +432,7 @@
|
||||||
"yaxes": [
|
"yaxes": [
|
||||||
{
|
{
|
||||||
"$$hashKey": "object:180",
|
"$$hashKey": "object:180",
|
||||||
|
"decimals": 5,
|
||||||
"format": "ETH",
|
"format": "ETH",
|
||||||
"label": "income",
|
"label": "income",
|
||||||
"logBase": 1,
|
"logBase": 1,
|
||||||
|
@ -2575,5 +2577,5 @@
|
||||||
"timezone": "",
|
"timezone": "",
|
||||||
"title": "Flexpool overview",
|
"title": "Flexpool overview",
|
||||||
"uid": "Q3JPASkgz",
|
"uid": "Q3JPASkgz",
|
||||||
"version": 2
|
"version": 3
|
||||||
}
|
}
|
Reference in a new issue