colour code updated

This commit is contained in:
raja.blaze 2019-09-09 15:49:38 +05:30
parent 861e00289e
commit 1e7b5376e7

View File

@ -455,7 +455,7 @@ export class GraphListComponent implements OnInit {
type: 'scatter', type: 'scatter',
name: 'Progpow', name: 'Progpow',
yaxis: 'y2', yaxis: 'y2',
line: { color: '#818787' }, line: { color: '#0091ff' },
hovertemplate: 'Progpow : %{y:,}', hovertemplate: 'Progpow : %{y:,}',
hoverlabel: {namelength : 0} hoverlabel: {namelength : 0}
}, },
@ -467,7 +467,7 @@ export class GraphListComponent implements OnInit {
type: 'scatter', type: 'scatter',
name: 'RandomX', name: 'RandomX',
yaxis: 'y3', yaxis: 'y3',
line: { color: '#222223' }, line: { color: '#48dc6b' },
hovertemplate: 'RandomX : %{y:,}', hovertemplate: 'RandomX : %{y:,}',
hoverlabel: {namelength : 0} hoverlabel: {namelength : 0}
}, },
@ -484,7 +484,7 @@ export class GraphListComponent implements OnInit {
mode: 'lines+markers', mode: 'lines+markers',
type: 'scatter', type: 'scatter',
name: '', name: '',
line: { color: '#222223' }, line: { color: '#48dc6b' },
hovertemplate: '%{text}<br> Difficulty : %{y:,}', hovertemplate: '%{text}<br> Difficulty : %{y:,}',
}]; }];
break; break;
@ -699,7 +699,7 @@ export class GraphListComponent implements OnInit {
hovertemplate: '%{x}<br> ProgPow : %{text:,}', hovertemplate: '%{x}<br> ProgPow : %{text:,}',
hoverlabel: {namelength : 0}, hoverlabel: {namelength : 0},
marker: { marker: {
color: '#222223', color: '#48dc6b',
}, },
}, },
{ {
@ -711,7 +711,7 @@ export class GraphListComponent implements OnInit {
hovertemplate: '%{x}<br> RandomX : %{text:,}', hovertemplate: '%{x}<br> RandomX : %{text:,}',
hoverlabel: {namelength : 0}, hoverlabel: {namelength : 0},
marker: { marker: {
color: '#818787', color: '#0091ff',
}, },
} }
@ -1070,7 +1070,7 @@ export class GraphListComponent implements OnInit {
type: 'line', type: 'line',
name: 'RandomX', name: 'RandomX',
line: { line: {
color: '#818787', color: '#0091ff',
}, },
}, },
{ {
@ -1083,7 +1083,7 @@ export class GraphListComponent implements OnInit {
type: 'line', type: 'line',
name: 'ProgPow', name: 'ProgPow',
line: { line: {
color: '#222223', color: '#48dc6b',
}, },
}, },
], ],
@ -1203,7 +1203,7 @@ export class GraphListComponent implements OnInit {
text: Ttotalkernal, text: Ttotalkernal,
hovertemplate: 'Total Kernel : %{text:,} ', hovertemplate: 'Total Kernel : %{text:,} ',
hoverlabel: {namelength : 0}, hoverlabel: {namelength : 0},
line: { color: '#818787' }, line: { color: '#0091ff' },
}, },
{ {
type: 'scatter', type: 'scatter',
@ -1214,7 +1214,7 @@ export class GraphListComponent implements OnInit {
text: Ttotaloutput, text: Ttotaloutput,
hovertemplate: 'Total Output : %{text:,} ', hovertemplate: 'Total Output : %{text:,} ',
hoverlabel: {namelength : 0}, hoverlabel: {namelength : 0},
line: { color: '#222223' }, line: { color: '#48dc6b' },
}, },
], ],
layout: { layout: {