mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-23 06:55:08 +01:00
Increase chart maxTicks from 30 to 90
This commit is contained in:
parent
9c82510e4e
commit
3b2610f79e
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue