battlebeast01 commented on issue #18684:
URL: https://github.com/apache/echarts/issues/18684#issuecomment-1573662115
> You could play with _grid.width_ in %, but still narrow screens will have
the problem.
>
> ```
> grid: {
> left: 5,
> width:'93%',
> bottom: '3%',
> containLabel: true
> }
> ```
yes, there are hard-coded solutions for the above problem (ie. grid.right,
grid.containLabel etc.). What all these solutions have in common is to increase
the rightmost gap, but as you said in narrow screens or when a bigger font size
is used for the labels, these approaches does not always work effectively.
Can the Echarts crew develop a dynamic/reactive solution for these kinds of
scenarios?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]