great-tables icon indicating copy to clipboard operation
great-tables copied to clipboard

Add label stacking capability

Open tylerriccio33 opened this issue 8 months ago • 0 comments

html( f'{major!s}<span style="font-size: 0.75em; vertical-align: sub; position: relative; line-height: 0.5em;">{minor!s}</span>' )

In that code I stack a major label and a minor label meant for the titling. It would be cool to have something like a GT().stack_labels(...). I make the same argument in #653 .

tylerriccio33 avatar Mar 28 '25 12:03 tylerriccio33