Closed venkymano-akamai closed 1 month ago
@jaalah , as discussed the icon names are updated
I'm not sure if this is a bug or not, but with the new overflow/scrolling, can we keep the mobile layout the same as desktop? I actually think it looks better and it would enable us to remove a lot of breakpoint specific styles.
Before | After |
---|---|
I'm not sure if this is a bug or not, but with the new overflow/scrolling, can we keep the mobile layout the same as desktop? I actually think it looks better and it would enable us to remove a lot of breakpoint specific styles.
Before After
@jaalah-akamai , if it is regarding the styles of legend rows it is actual behaviour of linegraph, this involves changes in actual line graph component i think, anyway as we are migrating to recharts, we don't want to touch the actual line graph component. Let me know your thoughts on this
Also to achieve this we need to the changes in LineGraph.styles.ts and remove all styles involving theme.breakpoints.down('md'). We hope this might have already handled if we go for recharts, so we don't need now
Also , if this is mandatory and no one is using linegraph, we can remove those styles and commit it, please confirm
@jaalah-akamai , I addressed most of comments and replied my thoughts on some of the comments, can you please check once?
I'm not sure if this is a bug or not, but with the new overflow/scrolling, can we keep the mobile layout the same as desktop? I actually think it looks better and it would enable us to remove a lot of breakpoint specific styles. Before After
@jaalah-akamai , if it is regarding the styles of legend rows it is actual behaviour of linegraph, this involves changes in actual line graph component i think, anyway as we are migrating to recharts, we don't want to touch the actual line graph component. Let me know your thoughts on this
Also to achieve this we need to the changes in LineGraph.styles.ts and remove all styles involving theme.breakpoints.down('md'). We hope this might have already handled if we go for recharts, so we don't need now
Also , if this is mandatory and no one is using linegraph, we can remove those styles and commit it, please confirm
My recommendation is not to touch the existing linegraph as its a generic component and we anyway planned to migrate to recharts in next sprint (2 weeks from now) and any changes to linegraph might be a throw away code again.
Will merge if pipeline passes ๐
For some reason I'm seeing that the first two graphs take up the entire screen width, even on a large screen, vs the last two graphs - not sure if this expected? Is anyone else experiencing the same?
pic 1 pic 2
Yes!! Thats expected, User has the ability to Zoom in/Zoom out the widget, based on that size of the widget varies.
Will merge if pipeline passes ๐
Thanks!! @jaalah-akamai
Yes!! Thats expected, User has the ability to Zoom in/Zoom out the widget, based on that size of the widget varies.
Awesome, thanks for clarifying! ๐คฆ
Coverage Report: โ
Base Coverage: 86.94%
Current Coverage: 86.94%
Description ๐
CSS updates according to UX feedback for widgets and main bar
Changes ๐
Target release date ๐๏ธ
01-10-2024
Preview ๐ท
How to test ๐งช
As an Author I have considered ๐ค
Check all that apply