Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
Block Explorer UI
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hive
Block Explorer UI
Merge requests
!507
Delrifai/
#394
2 add charts to balance history
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Delrifai/
#394
2 add charts to balance history
delrifai/#394_2_add_charts_to_balance_history
into
develop
Overview
1
Commits
39
Pipelines
4
Changes
1
Merged
Dima Rifai
requested to merge
delrifai/#394_2_add_charts_to_balance_history
into
develop
3 months ago
Overview
1
Commits
39
Pipelines
4
Changes
1
Expand
0
0
Merge request reports
Viewing commit
7def51dc
Prev
Next
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
7def51dc
Fix Brush X-position
· 7def51dc
Dima Rifai
authored
2 months ago
components/balanceHistory/BalanceHistoryChart.tsx
+
1
−
1
Options
@@ -246,7 +246,7 @@ const BalanceHistoryChart: React.FC<BalanceHistoryChartProps> = ({
travellerWidth
=
{
10
}
tickFormatter
=
{
(
value
)
=>
moment
(
value
).
format
(
"
MMM D
"
)
}
y
=
{
380
}
x
=
{
8
0
}
x
=
{
5
0
}
className
=
"text-xs"
/>
)
}
Loading