Hi @VaibhavShinde,
Thanks for a copy of the mashup. When I view your mashup on my screens there was not a scroll bar initially. However just minor resizing vertically caused the scroll bar to appear.
So the issue is that your bar chart can only be minimized so much ( 160 px ) before the scrolling appears even in a responsive mashup. This ensures your chart is always some what readable. To fix the scroll bars you can do this in one of two ways:
- Write some custom css to override the minimum height and width of the chart
- Adjust your container-6 to have a size range with a minimum around 210 ( minimum for chat 160 + fixed header 38 + X margin and padding).
Thanks,