Skip to content

Commit

Permalink
Merge pull request bisq-network#3301 from wiz/increase-chart-data
Browse files Browse the repository at this point in the history
Increase chart maxTicks from 30 to 90
  • Loading branch information
ripcurlx authored Sep 23, 2019
2 parents e90856e + 3b2610f commit 490eaab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ public enum TickUnit {
private Map<Long, Pair<Date, Set<TradeStatistics2>>> itemsPerInterval;

TickUnit tickUnit = TickUnit.DAY;
final int maxTicks = 30;
final int maxTicks = 90;
private int selectedTabIndex;

///////////////////////////////////////////////////////////////////////////////////////////
Expand Down

0 comments on commit 490eaab

Please sign in to comment.