Skip to content

Commit

Permalink
Merge branch 'master' into release/kintsugi/2.41.6
Browse files Browse the repository at this point in the history
* master: (223 commits)
  chore: release v2.41.6
  refactor: line chart config (#1635)
  chore: release v2.41.5
  chore: bump bridge (#1631)
  chore: release v2.41.4
  api: rewrite python functions in javascript (#1630)
  chore: release v2.41.3
  Switch Bifrost RPC node (#1627)
  chore: release v2.41.2
  api: add dia fair price feed (#1619)
  chore: release v2.41.1
  Tom/update parallel xcm nodes (#1621)
  Tom/hotfix/disable parallel xcm channel (#1620)
  chore: release v2.41.0
  Feat: expose TVLs fetched via lib as part of api endpoints (#1605)
  [release] Interlay 2.40.2 (#1611)
  chore: release v2.40.2
  update staking labels and format valuers (#1609)
  fix: add rewards alert and remove insights (#1607)
  fix: subwallet logo (#1606)
  ...

# Conflicts:
#	package.json
  • Loading branch information
tomjeatt committed Feb 8, 2024
2 parents d23b129 + f76b897 commit e99c3b3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "interbtc-ui",
"version": "2.41.5",
"version": "2.41.6",
"private": true,
"dependencies": {
"@craco/craco": "^6.1.1",
Expand Down
5 changes: 1 addition & 4 deletions src/config/charts.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
// Get 6 values to be able to calculate difference between 5 days ago and 6 days ago.
// Thus volume per day 5 days ago can be displayed.
// Cumulative volume is also only displayed to 5 days.
const COUNT_OF_DATES_FOR_CHART = 6;
const COUNT_OF_DATES_FOR_CHART = 180;

export { COUNT_OF_DATES_FOR_CHART };
1 change: 1 addition & 0 deletions src/pages/Dashboard/LineChart/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ const LineChart = ({ colors, labels, yLabels, yAxes, datasets, wrapperClassName
zeroLineColor
},
ticks: {
maxTicksLimit: 8,
fontColor: textPrimaryColor
}
}
Expand Down

0 comments on commit e99c3b3

Please sign in to comment.