change graph type
This commit is contained in:
parent
8626ed55f2
commit
6753f00e49
@ -937,8 +937,10 @@ export class GraphListComponent implements OnInit {
|
|||||||
{
|
{
|
||||||
x: gDate,
|
x: gDate,
|
||||||
y: gaddedreward,
|
y: gaddedreward,
|
||||||
type: 'scatter',
|
// type: 'scatter',
|
||||||
mode: 'lines',
|
// mode: 'lines',
|
||||||
|
fill: 'tozeroy',
|
||||||
|
type: 'line',
|
||||||
name: '',
|
name: '',
|
||||||
line: {
|
line: {
|
||||||
color: '#17BECF',
|
color: '#17BECF',
|
||||||
|
Loading…
Reference in New Issue
Block a user