mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-13 03:33:50 +00:00
Change animation behavior of hourly and cum chart
This commit is contained in:
parent
494902eae7
commit
cc203132b0
|
@ -123,7 +123,7 @@ export default class CumProfitChart extends Vue {
|
||||||
{
|
{
|
||||||
type: 'line',
|
type: 'line',
|
||||||
name: CHART_PROFIT,
|
name: CHART_PROFIT,
|
||||||
animation: false,
|
animation: true,
|
||||||
step: 'start',
|
step: 'start',
|
||||||
lineStyle: {
|
lineStyle: {
|
||||||
color: this.getChartTheme === 'dark' ? '#c2c2c2' : 'black',
|
color: this.getChartTheme === 'dark' ? '#c2c2c2' : 'black',
|
||||||
|
|
|
@ -127,11 +127,13 @@ export default class HourlyChart extends Vue {
|
||||||
{
|
{
|
||||||
type: 'line',
|
type: 'line',
|
||||||
name: CHART_PROFIT,
|
name: CHART_PROFIT,
|
||||||
|
animation: false,
|
||||||
// symbol: 'none',
|
// symbol: 'none',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: 'bar',
|
type: 'bar',
|
||||||
name: CHART_TRADE_COUNT,
|
name: CHART_TRADE_COUNT,
|
||||||
|
animation: false,
|
||||||
itemStyle: {
|
itemStyle: {
|
||||||
color: 'rgba(150,150,150,0.3)',
|
color: 'rgba(150,150,150,0.3)',
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue
Block a user