mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-23 11:35:14 +00:00
Add min to hourly chart
This commit is contained in:
parent
b79eabd0ba
commit
c3950af541
|
@ -99,7 +99,7 @@ export default class HourlyChart extends Vue {
|
|||
pieces: [
|
||||
{
|
||||
max: -0.001,
|
||||
// min: -2,
|
||||
min: -2,
|
||||
color: 'red',
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user