mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-11 02:33:51 +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',
|
||||
name: CHART_PROFIT,
|
||||
animation: false,
|
||||
animation: true,
|
||||
step: 'start',
|
||||
lineStyle: {
|
||||
color: this.getChartTheme === 'dark' ? '#c2c2c2' : 'black',
|
||||
|
|
|
@ -127,11 +127,13 @@ export default class HourlyChart extends Vue {
|
|||
{
|
||||
type: 'line',
|
||||
name: CHART_PROFIT,
|
||||
animation: false,
|
||||
// symbol: 'none',
|
||||
},
|
||||
{
|
||||
type: 'bar',
|
||||
name: CHART_TRADE_COUNT,
|
||||
animation: false,
|
||||
itemStyle: {
|
||||
color: 'rgba(150,150,150,0.3)',
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue
Block a user