-
Total Blockchain Size for Monero and Bitcoin (Bytes)
-+ +
+ Total Blockchain Size for Monero and Bitcoin (Bytes) +
+ +-
Average Block Size for both Monero and Bitcoin (Bytes)
-+ +
+ Average Block Size for both Monero and Bitcoin (Bytes) +
+ +https://www.moneroj.net', showarrow: false, @@ -190,7 +138,7 @@ separators: ",.", legend: { x: 1, - y: 0.95, + y: 0.05, bgcolor: '#333333', bordercolor: '#5f5f5f', borderwidth: 1, @@ -232,15 +180,14 @@ ,size: 13 } ,gridcolor: "#333333" - ,range: ['2009-01-01', '2026-01-01'] ,zeroline: true }, margin: { - l: 120, - r: 60, - b: 35, - t: 10, - pad: 4 + l: 100, + r: 50, + b: 50, + t: 20, + pad: 10 } }; @@ -286,15 +233,14 @@ ,size: 7 } ,gridcolor: "#444444" - ,range: ['2009-01-01', '2026-01-01'] ,zeroline: true }, margin: { - l: 40, - r: 0, - b: 35, - t: 10, - pad: 0 + l: 100, + r: 50, + b: 50, + t: 20, + pad: 10 } }; @@ -321,11 +267,9 @@ } env_size = findBootstrapEnvironment(); if (env_size == "xs") { - document.getElementById("graph1").style.height="350px"; Plotly.newPlot('graph', data_mobile, layout_mobile, {responsive: true, modeBarButtonsToRemove: ['toImage', 'hoverCompareCartesian', 'hoverClosest2d', 'toggleSpikelines', 'lasso2d', 'select2d', 'hoverClosestCartesian'], displaylogo: false}); } else { - document.getElementById("graph1").style.height="700px"; Plotly.newPlot('graph', data, layout, {responsive: true, modeBarButtonsToRemove: ['toImage', 'hoverCompareCartesian', 'hoverClosest2d', 'toggleSpikelines', 'lasso2d', 'select2d', 'hoverClosestCartesian'], displaylogo: false}); } diff --git a/charts/templates/charts/coincards.html b/charts/templates/charts/coincards.html index 619609c..9301885 100644 --- a/charts/templates/charts/coincards.html +++ b/charts/templates/charts/coincards.html @@ -9,101 +9,29 @@
-
Coincards Usage (%)
-+ +
+ Coincards Usage (%) +
+ +
+ Coins in Circulation
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Monero's Supply
- {{ now_xmr }} XMR
-
-
-
-
-
-
-
-
- Bitcoin's Supply
- {{ now_btc }} BTC
-
-
-
-
+
+
-
-
-
-
- Not financial advice.
- For information about the chart, click the button >
-
-
-
-
-
-
-
-
-
-
@@ -282,16 +230,15 @@
,size: 13
}
,gridcolor: "#333333"
- ,range: ['2009-01-01', '2045-01-01']
,zeroline: true
},
- margin: {
- l: 120,
- r: 60,
- b: 35,
- t: 10,
- pad: 4
- }
+ margin: {
+ l: 100,
+ r: 50,
+ b: 50,
+ t: 20,
+ pad: 10
+ }
};
var layout_mobile = {
@@ -336,16 +283,15 @@
,size: 7
}
,gridcolor: "#444444"
- ,range: ['2009-01-01', '2045-01-01']
,zeroline: true
},
- margin: {
- l: 40,
- r: 0,
- b: 35,
- t: 10,
- pad: 0
- }
+ margin: {
+ l: 100,
+ r: 50,
+ b: 50,
+ t: 20,
+ pad: 10
+ }
};
function findBootstrapEnvironment() {
@@ -371,11 +317,9 @@
}
env_size = findBootstrapEnvironment();
if (env_size == "xs") {
- document.getElementById("graph1").style.height="350px";
Plotly.newPlot('graph', data_mobile, layout_mobile, {responsive: true, modeBarButtonsToRemove: ['toImage', 'hoverCompareCartesian', 'hoverClosest2d', 'toggleSpikelines', 'lasso2d', 'select2d', 'hoverClosestCartesian'], displaylogo: false});
}
else {
- document.getElementById("graph1").style.height="700px";
Plotly.newPlot('graph', data, layout, {responsive: true, modeBarButtonsToRemove: ['toImage', 'hoverCompareCartesian', 'hoverClosest2d', 'toggleSpikelines', 'lasso2d', 'select2d', 'hoverClosestCartesian'], displaylogo: false});
}
diff --git a/charts/templates/charts/commit.html b/charts/templates/charts/commit.html
index 3d7396f..eb2eef1 100644
--- a/charts/templates/charts/commit.html
+++ b/charts/templates/charts/commit.html
@@ -9,82 +9,29 @@
-
-
-
-
-
-
-
-
-
- Miner Commitment (Hashrate divided by revenue, hashs/dollar) -
- WARNING: DON'T COMPARE DIRECTLY BOTH COINS
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+ Miner Commitment (Hashrate divided by revenue, hashs/dollar) - WARNING: DON'T COMPARE DIRECTLY BOTH COINS
+
+
+
-
-
-
-
-
-
-
-
-
-
- Monero Miner Commitment
- {{ now_xmr }}
-
-
-
-
-
-
-
-
- Bitcoin Miner Commitment
- {{ now_btc }}
-
-
-
-
+
+
-
-
-
-
- Not financial advice.
- For information about the chart, click the button >
-
-
-
-
-
-
-
-
-
-
@@ -240,10 +187,10 @@
},
margin: {
l: 120,
- r: 60,
- b: 35,
- t: 10,
- pad: 4
+ r: 50,
+ b: 50,
+ t: 20,
+ pad: 10
}
};
@@ -293,11 +240,11 @@
,zeroline: true
},
margin: {
- l: 40,
- r: 0,
- b: 35,
- t: 10,
- pad: 0
+ l: 120,
+ r: 50,
+ b: 50,
+ t: 20,
+ pad: 10
}
};
@@ -324,11 +271,9 @@
}
env_size = findBootstrapEnvironment();
if (env_size == "xs") {
- document.getElementById("graph1").style.height="350px";
Plotly.newPlot('graph', data_mobile, layout_mobile, {responsive: true, modeBarButtonsToRemove: ['toImage', 'hoverCompareCartesian', 'hoverClosest2d', 'toggleSpikelines', 'lasso2d', 'select2d', 'hoverClosestCartesian'], displaylogo: false});
}
else {
- document.getElementById("graph1").style.height="700px";
Plotly.newPlot('graph', data, layout, {responsive: true, modeBarButtonsToRemove: ['toImage', 'hoverCompareCartesian', 'hoverClosest2d', 'toggleSpikelines', 'lasso2d', 'select2d', 'hoverClosestCartesian'], displaylogo: false});
}
diff --git a/charts/templates/charts/commitntv.html b/charts/templates/charts/commitntv.html
index 9a426c4..03fdbaa 100644
--- a/charts/templates/charts/commitntv.html
+++ b/charts/templates/charts/commitntv.html
@@ -9,82 +9,29 @@
-
-
-
-
-
-
-
-
-
- Miner Commitment (Hashrate divided by revenue, hashs/coin) -
- WARNING: DON'T COMPARE DIRECTLY BOTH COINS
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+ Miner Commitment (Hashrate divided by revenue, hashs/coin) - WARNING: DON'T COMPARE DIRECTLY BOTH COINS
+
+
+
-
-
-
-
-
-
-
-
-
-
- Monero Miner Commitment
- {{ now_xmr }}
-
-
-
-
-
-
-
-
- Bitcoin Miner Commitment
- {{ now_btc }}
-
-
-
-
+
+
-
-
-
-
- Not financial advice.
- For information about the chart, click the button >
-
-
-
-
-
-
-
-
-
-
@@ -240,11 +187,11 @@
,zeroline: true
},
margin: {
- l: 120,
- r: 60,
- b: 35,
- t: 10,
- pad: 4
+ l: 100,
+ r: 50,
+ b: 50,
+ t: 20,
+ pad: 10
}
};
@@ -294,11 +241,11 @@
,zeroline: true
},
margin: {
- l: 40,
- r: 0,
- b: 35,
- t: 10,
- pad: 0
+ l: 100,
+ r: 50,
+ b: 50,
+ t: 20,
+ pad: 10
}
};
@@ -325,11 +272,9 @@
}
env_size = findBootstrapEnvironment();
if (env_size == "xs") {
- document.getElementById("graph1").style.height="350px";
Plotly.newPlot('graph', data_mobile, layout_mobile, {responsive: true, modeBarButtonsToRemove: ['toImage', 'hoverCompareCartesian', 'hoverClosest2d', 'toggleSpikelines', 'lasso2d', 'select2d', 'hoverClosestCartesian'], displaylogo: false});
}
else {
- document.getElementById("graph1").style.height="700px";
Plotly.newPlot('graph', data, layout, {responsive: true, modeBarButtonsToRemove: ['toImage', 'hoverCompareCartesian', 'hoverClosest2d', 'toggleSpikelines', 'lasso2d', 'select2d', 'hoverClosestCartesian'], displaylogo: false});
}
diff --git a/charts/templates/charts/competitors.html b/charts/templates/charts/competitors.html
index e71a80c..dbed165 100644
--- a/charts/templates/charts/competitors.html
+++ b/charts/templates/charts/competitors.html
@@ -9,99 +9,29 @@
-
-
-
-
-
-
-
-
-
- Competitor Performance (Log Scale)
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+ Competitor Performance (Log Scale)
+
+
+
-
-
-
-
-
-
-
-
-
- Monero's Return on Capital
- {{ now_xmr }}
-
-
-
-
-
-
-
-
- Dash's Return on Capital
- {{ now_dash }}
-
-
-
-
-
-
-
-
- Grin's Return on Capital
- {{ now_grin }}
-
-
-
-
-
-
-
-
- Zcash's Return on Capital
- {{ now_zcash }}
-
-
-
+
+
-
-
-
-
- Not financial advice.
- For information about the chart, click the button >
-
-
-
-
-
-
-
-
-
-
@@ -302,15 +232,14 @@
,size: 13
}
,gridcolor: "#333333"
- ,range: ['1', '3200']
,zeroline: true
},
margin: {
- l: 120,
- r: 60,
- b: 35,
- t: 10,
- pad: 4
+ l: 100,
+ r: 50,
+ b: 50,
+ t: 20,
+ pad: 10
}
};
@@ -356,15 +285,14 @@
,size: 7
}
,gridcolor: "#444444"
- ,range: ['1', '3200']
,zeroline: true
},
margin: {
- l: 40,
- r: 0,
- b: 35,
- t: 10,
- pad: 0
+ l: 100,
+ r: 50,
+ b: 50,
+ t: 20,
+ pad: 10
}
};
@@ -391,11 +319,9 @@
}
env_size = findBootstrapEnvironment();
if (env_size == "xs") {
- document.getElementById("graph1").style.height="350px";
Plotly.newPlot('graph', data_mobile, layout_mobile, {responsive: true, modeBarButtonsToRemove: ['toImage', 'hoverCompareCartesian', 'hoverClosest2d', 'toggleSpikelines', 'lasso2d', 'select2d', 'hoverClosestCartesian'], displaylogo: false});
}
else {
- document.getElementById("graph1").style.height="700px";
Plotly.newPlot('graph', data, layout, {responsive: true, modeBarButtonsToRemove: ['toImage', 'hoverCompareCartesian', 'hoverClosest2d', 'toggleSpikelines', 'lasso2d', 'select2d', 'hoverClosestCartesian'], displaylogo: false});
}
diff --git a/charts/templates/charts/competitorslin.html b/charts/templates/charts/competitorslin.html
index 81699e6..95a83ba 100644
--- a/charts/templates/charts/competitorslin.html
+++ b/charts/templates/charts/competitorslin.html
@@ -9,100 +9,29 @@
-
-
-
-
-
-
-
-
-
- Competitor Performance (Linear Scale)
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+ Competitor Performance (Linear Scale)
+
+
+
-
-
-
-
-
-
-
-
-
-
- Monero's Return on Capital
- {{ now_xmr }}
-
-
-
-
-
-
-
-
- Dash's Return on Capital
- {{ now_dash }}
-
-
-
-
-
-
-
-
- Grin's Return on Capital
- {{ now_grin }}
-
-
-
-
-
-
-
-
- Zcash's Return on Capital
- {{ now_zcash }}
-
-
-
+
+
-
-
-
-
- Not financial advice.
- For information about the chart, click the button >
-
-
-
-
-
-
-
-
-
-
@@ -244,7 +173,7 @@
yref: 'paper',
x: 0.02,
xanchor: 'auto',
- y: 0.50,
+ y: 0.80,
yanchor: 'auto',
text: 'Moneroj
https://www.moneroj.net',
showarrow: false,
@@ -303,15 +232,14 @@
,size: 13
}
,gridcolor: "#333333"
- ,range: ['1', '3200']
,zeroline: true
},
margin: {
- l: 120,
- r: 60,
- b: 35,
- t: 10,
- pad: 4
+ l: 100,
+ r: 50,
+ b: 50,
+ t: 20,
+ pad: 10
}
};
@@ -323,8 +251,8 @@
namelength: -1
},
legend: {
- x: 0.02,
- y: 0.98,
+ x: 0.98,
+ y: 0.05,
bgcolor: '#000000',
bordercolor: '#5f5f5f',
borderwidth: 1,
@@ -357,15 +285,14 @@
,size: 7
}
,gridcolor: "#444444"
- ,range: ['1', '3200']
,zeroline: true
},
margin: {
- l: 40,
- r: 0,
- b: 35,
- t: 10,
- pad: 0
+ l: 100,
+ r: 50,
+ b: 50,
+ t: 20,
+ pad: 10
}
};
@@ -392,11 +319,9 @@
}
env_size = findBootstrapEnvironment();
if (env_size == "xs") {
- document.getElementById("graph1").style.height="350px";
Plotly.newPlot('graph', data_mobile, layout_mobile, {responsive: true, modeBarButtonsToRemove: ['toImage', 'hoverCompareCartesian', 'hoverClosest2d', 'toggleSpikelines', 'lasso2d', 'select2d', 'hoverClosestCartesian'], displaylogo: false});
}
else {
- document.getElementById("graph1").style.height="700px";
Plotly.newPlot('graph', data, layout, {responsive: true, modeBarButtonsToRemove: ['toImage', 'hoverCompareCartesian', 'hoverClosest2d', 'toggleSpikelines', 'lasso2d', 'select2d', 'hoverClosestCartesian'], displaylogo: false});
}
diff --git a/charts/templates/charts/competitorssats.html b/charts/templates/charts/competitorssats.html
index cffdb52..03645c7 100644
--- a/charts/templates/charts/competitorssats.html
+++ b/charts/templates/charts/competitorssats.html
@@ -9,104 +9,34 @@
-
-
-
-
-
-
-
-
-
- Competitor Performance
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+ Competitor Performance
+
+
+
-
-
-
-
-
-
-
-
-
-
- Monero's Return on Capital
- {{ now_xmr }}
-
-
-
-
-
-
-
-
- Dash's Return on Capital
- {{ now_dash }}
-
-
-
-
-
-
-
-
- Grin's Return on Capital
- {{ now_grin }}
-
-
-
-
-
-
-
-
- Zcash's Return on Capital
- {{ now_zcash }}
-
-
-
+
+
-
-
-
-
- Not financial advice.
- For information about the chart, click the button >
-
-
-
-
-
-
-
-
-
-
+
-
-
Miner Commitment (Hashrate divided by revenue, hashs/dollar) - - WARNING: DON'T COMPARE DIRECTLY BOTH COINS
-+ +
+ Miner Commitment (Hashrate divided by revenue, hashs/dollar) - WARNING: DON'T COMPARE DIRECTLY BOTH COINS +
+ +-
Miner Commitment (Hashrate divided by revenue, hashs/coin) - - WARNING: DON'T COMPARE DIRECTLY BOTH COINS
-+ +
+ Miner Commitment (Hashrate divided by revenue, hashs/coin) - WARNING: DON'T COMPARE DIRECTLY BOTH COINS +
+ +-
Competitor Performance (Log Scale)
-+ +
+ Competitor Performance (Log Scale) +
+ +-
Competitor Performance (Linear Scale)
-+ +
+ Competitor Performance (Linear Scale) +
+ +https://www.moneroj.net', showarrow: false, @@ -303,15 +232,14 @@ ,size: 13 } ,gridcolor: "#333333" - ,range: ['1', '3200'] ,zeroline: true }, margin: { - l: 120, - r: 60, - b: 35, - t: 10, - pad: 4 + l: 100, + r: 50, + b: 50, + t: 20, + pad: 10 } }; @@ -323,8 +251,8 @@ namelength: -1 }, legend: { - x: 0.02, - y: 0.98, + x: 0.98, + y: 0.05, bgcolor: '#000000', bordercolor: '#5f5f5f', borderwidth: 1, @@ -357,15 +285,14 @@ ,size: 7 } ,gridcolor: "#444444" - ,range: ['1', '3200'] ,zeroline: true }, margin: { - l: 40, - r: 0, - b: 35, - t: 10, - pad: 0 + l: 100, + r: 50, + b: 50, + t: 20, + pad: 10 } }; @@ -392,11 +319,9 @@ } env_size = findBootstrapEnvironment(); if (env_size == "xs") { - document.getElementById("graph1").style.height="350px"; Plotly.newPlot('graph', data_mobile, layout_mobile, {responsive: true, modeBarButtonsToRemove: ['toImage', 'hoverCompareCartesian', 'hoverClosest2d', 'toggleSpikelines', 'lasso2d', 'select2d', 'hoverClosestCartesian'], displaylogo: false}); } else { - document.getElementById("graph1").style.height="700px"; Plotly.newPlot('graph', data, layout, {responsive: true, modeBarButtonsToRemove: ['toImage', 'hoverCompareCartesian', 'hoverClosest2d', 'toggleSpikelines', 'lasso2d', 'select2d', 'hoverClosestCartesian'], displaylogo: false}); } diff --git a/charts/templates/charts/competitorssats.html b/charts/templates/charts/competitorssats.html index cffdb52..03645c7 100644 --- a/charts/templates/charts/competitorssats.html +++ b/charts/templates/charts/competitorssats.html @@ -9,104 +9,34 @@
-
Competitor Performance
-+ +