mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 09:52:23 +01:00
Increase chart maxTicks from 30 to 90
This commit is contained in:
parent
9c82510e4e
commit
3b2610f79e
@ -112,7 +112,7 @@ class TradesChartsViewModel extends ActivatableViewModel {
|
||||
private Map<Long, Pair<Date, Set<TradeStatistics2>>> itemsPerInterval;
|
||||
|
||||
TickUnit tickUnit = TickUnit.DAY;
|
||||
final int maxTicks = 30;
|
||||
final int maxTicks = 90;
|
||||
private int selectedTabIndex;
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
Loading…
Reference in New Issue
Block a user