Hi, when I try to resize my row chart, I expect the bar size to automatically fit the size of my card. But the size always stay the same, is it the expected behavior?
And is there any option to show data label in row chart?
Thank you very much!!
Hi, when I try to resize my row chart, I expect the bar size to automatically fit the size of my card. But the size always stay the same, is it the expected behavior?
And is there any option to show data label in row chart?
Thank you very much!!
Hi @hitomebore
You are seeing this issue:
https://github.com/metabase/metabase/issues/13769 - upvote by clicking on the first post
Currently the Row chart has it's own code, which causes various issues, but we have been looking into changing the code, so it's based on the Bar chart, but just rotated - that's still a big task:
https://github.com/metabase/metabase/issues/10967 - upvote by clicking on the first post
Awesome, thank you very much!!