Hi Expert, I have a requirement from the business user to display the dashboard according the to display device resolution.
Therefore I have implement @media screen in the css class for the display adjustment.
The issue I'm having currently is that the css class does not reflect in my chart layout.
Could anyone give me any pointers on solving the issue?
Below are the setting in the design studio chart properties.
And below is the script written for css class .chartRes
@media screen and (max-width: 1024px)
{
.chartRes {top: 30px;
left: 150px;
bottom: auto;
right: auto;
width: 500px;
height: 264px}
}
Really appreciate the assistance.
Thanks,
Afiq