Merge pull request #2431 from mempool/nymkappa/feature/ln-chart-no-smooth
This commit is contained in:
commit
586473a4e8
@ -300,7 +300,7 @@ export class NodesNetworksChartComponent implements OnInit {
|
|||||||
{ offset: 1, color: '#D81B60AA' },
|
{ offset: 1, color: '#D81B60AA' },
|
||||||
]),
|
]),
|
||||||
|
|
||||||
smooth: true,
|
smooth: false,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
zlevel: 1,
|
zlevel: 1,
|
||||||
@ -321,7 +321,7 @@ export class NodesNetworksChartComponent implements OnInit {
|
|||||||
{ offset: 0, color: '#FFB300' },
|
{ offset: 0, color: '#FFB300' },
|
||||||
{ offset: 1, color: '#FFB300AA' },
|
{ offset: 1, color: '#FFB300AA' },
|
||||||
]),
|
]),
|
||||||
smooth: true,
|
smooth: false,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
zlevel: 1,
|
zlevel: 1,
|
||||||
@ -342,7 +342,7 @@ export class NodesNetworksChartComponent implements OnInit {
|
|||||||
{ offset: 0, color: '#7D4698' },
|
{ offset: 0, color: '#7D4698' },
|
||||||
{ offset: 1, color: '#7D4698AA' },
|
{ offset: 1, color: '#7D4698AA' },
|
||||||
]),
|
]),
|
||||||
smooth: true,
|
smooth: false,
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
dataZoom: this.widget ? null : [{
|
dataZoom: this.widget ? null : [{
|
||||||
|
@ -274,7 +274,7 @@ export class LightningStatisticsChartComponent implements OnInit {
|
|||||||
width: 1,
|
width: 1,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
smooth: true,
|
smooth: false,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
zlevel: 0,
|
zlevel: 0,
|
||||||
@ -288,7 +288,7 @@ export class LightningStatisticsChartComponent implements OnInit {
|
|||||||
opacity: 0.5,
|
opacity: 0.5,
|
||||||
},
|
},
|
||||||
type: 'line',
|
type: 'line',
|
||||||
smooth: true,
|
smooth: false,
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
dataZoom: this.widget ? null : [{
|
dataZoom: this.widget ? null : [{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user