Skip to content
Snippets Groups Projects
Commit 8dcc5f1b authored by Yoan VALLET's avatar Yoan VALLET
Browse files

feat: adjust margin right to chart

parent 3f6f399f
No related branches found
No related tags found
1 merge request!248Features/us365 change fluid navigation
...@@ -32,7 +32,7 @@ const BarChart: React.FC<BarChartProps> = ({ ...@@ -32,7 +32,7 @@ const BarChart: React.FC<BarChartProps> = ({
width = 600, width = 600,
height = 400, height = 400,
marginLeft = 10, marginLeft = 10,
marginRight = 50, marginRight = 55,
marginTop = 20, marginTop = 20,
marginBottom = 50, marginBottom = 50,
isSwitching, isSwitching,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment