-
Notifications
You must be signed in to change notification settings - Fork 122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[partition] Centering labels in partitions #2195
Comments
Hi @nickofthyme, what does the
|
Strangely nothing 🤔 After testing and seeing no affect I dug into the code and found the padding is only passed to the So it's passed in but never accounted for. This is definitely a bug I'll open up a new issue for this to be address alongside #2128 and this centering issue. elastic-charts/packages/charts/src/chart_types/partition_chart/layout/viewmodel/fill_text_layout.ts Lines 49 to 77 in 7e319d5
But this code is original to the partition chart implementation 3 years ago and hasn't been touched since. |
Is there a way to center the fill labels in the partitions? I've been looking at the
PartialTheme
FillLabelConfig
but can't find a way to center the labels.Expected:
Current:
The text was updated successfully, but these errors were encountered: