mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-22 19:15:15 +00:00
Remove console.log
This commit is contained in:
parent
9a8e7fe156
commit
2b3f2cd112
|
@ -64,7 +64,6 @@ export default class TradesLogChart extends Vue {
|
||||||
tooltip: {
|
tooltip: {
|
||||||
trigger: 'axis',
|
trigger: 'axis',
|
||||||
formatter: (params) => {
|
formatter: (params) => {
|
||||||
console.log(params);
|
|
||||||
return `Profit %<br>${params[0].data[1]} % ${params[0].data[2]}`;
|
return `Profit %<br>${params[0].data[1]} % ${params[0].data[2]}`;
|
||||||
},
|
},
|
||||||
axisPointer: {
|
axisPointer: {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user