Skip to content

Commit

Permalink
Update dashboard.jade
Browse files Browse the repository at this point in the history
  • Loading branch information
hardwarewise committed Dec 11, 2020
1 parent a8099d1 commit 5be353e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions views/dashboard.jade
Expand Up @@ -59,7 +59,7 @@ block content
$("#barTxStatsNumber").text('');
plot3 = $.jqplot('barTxStatsNumber', [nTx], {
title: 'Transactions per day',
seriesColors:['#BB9038'],
seriesColors:['#0FADB9'],
grid: {drawGridlines: false, borderColor: 'transparent', shadow: false, drawBorder: false, shadowColor: 'transparent'},
seriesDefaults: {
renderer:$.jqplot.BarRenderer
Expand Down Expand Up @@ -119,7 +119,7 @@ block content
max: 200,
background: '#011567',
intervals:[50, 100, 150, 200],
intervalColors:['#00FF00', '#228B22', '#BB9038', '#F5332F']
intervalColors:['#2E3191', '#0FADB9', '#CDAD0E', '#A56736']
}
}
});
Expand All @@ -132,7 +132,7 @@ block content
{
title: 'HODL Coin Offering: ' + totalHCO + ' $SIN',
grid: {background: 'transparent'},
seriesColors: [ "#FF0000", "#FF8000", "#FFBF00"],
seriesColors: [ "#0FADB9", "#A56736", "#2E3191"],
series: [{
renderer: $.jqplot.PieRenderer,
rendererOptions: {
Expand All @@ -144,7 +144,7 @@ block content
showDataLabels: true,
}
}],
grid: {borderWidth:0, shadow:false},
grid: {borderWidth:0, shadow:false,},
legend: {
show: true, placement: "outsideGrid",
rendererOptions: {
Expand Down

0 comments on commit 5be353e

Please sign in to comment.