Skip to content

Commit

Permalink
Merge pull request #462 from Ekta29yadav/ui
Browse files Browse the repository at this point in the history
Task #0000- UI fix for event dahboard graph label
  • Loading branch information
ManojNathIC authored Aug 9, 2024
2 parents 5b16ef8 + e0583a5 commit 80f9504
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/nulp_elite/src/pages/events/dashboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,11 @@ const Dashboard = () => {
scaleType: "band",
data: eventNames,
tickSize: 5,
tickRotation: -45,
tickLabelStyle: {
angle: -65,
textAnchor: "end",
fontSize: 12,
},
},
]}
series={[{ data: eventTopUser }]}
Expand Down

0 comments on commit 80f9504

Please sign in to comment.