mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-23 11:35:14 +00:00
visualMap is an array...
This commit is contained in:
parent
34da0af17e
commit
180cbad9ae
|
@ -102,20 +102,22 @@ export default class TradesLogChart extends Vue {
|
||||||
end: 100,
|
end: 100,
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
visualMap: {
|
visualMap: [
|
||||||
show: true,
|
{
|
||||||
seriesIndex: 0,
|
show: true,
|
||||||
pieces: [
|
seriesIndex: 0,
|
||||||
{
|
pieces: [
|
||||||
max: 0.0,
|
{
|
||||||
color: '#f84960',
|
max: 0.0,
|
||||||
},
|
color: '#f84960',
|
||||||
{
|
},
|
||||||
min: 0.0,
|
{
|
||||||
color: '#2ed191',
|
min: 0.0,
|
||||||
},
|
color: '#2ed191',
|
||||||
],
|
},
|
||||||
},
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
series: [
|
series: [
|
||||||
{
|
{
|
||||||
type: 'bar',
|
type: 'bar',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user