You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Based on this discussion #2548 (comment)
We probably could improve the elementVisibility breakpoits based on the new default calculations.
Currently we do the following:
first we compute the heightBasedFontSizes and the element visibility for title/subtitle/extra/value based only on height (with getMetricTextPartDimensions)
then we compute the fit fontsize for the value (with getFitValueFontSize)
and then we update the calculated value font size based on the desired configuration (fit, default/snap)
We can probably change this to compute the element visibility after that to increase the visibility of more text as possible
The text was updated successfully, but these errors were encountered:
markov00
changed the title
[Metric] Improve title/subtitle/extra visibility breakpoint based on fit fot size
[Metric] Improve title/subtitle/extra visibility breakpoint based on fit font size
Oct 23, 2024
Based on this discussion #2548 (comment)
We probably could improve the elementVisibility breakpoits based on the new default calculations.
Currently we do the following:
getMetricTextPartDimensions
)getFitValueFontSize
)We can probably change this to compute the element visibility after that to increase the visibility of more text as possible
The text was updated successfully, but these errors were encountered: