tremorlabs / tremor

React components to build charts and dashboards
https://npm.tremor.so
Apache License 2.0
16.13k stars 463 forks source link

[Feature]: Control yAxisWidth automatically #646

Open christopherkindl opened 1 year ago

christopherkindl commented 1 year ago

What problem does this feature solve?

Currently, the yAxisWidth needs to be set manually, which can become cumbersome when dealing with dynamic data where a fixed y-axis width cannot be predetermined. Therefore, we are exploring options for automatically adjusting the y-axis width. Ideally, this adjustment should not affect chart performance, avoiding the need for complex event listeners or similar solutions.

yAxisWidth

What does the proposed API look like?

yAxisWidth prop can stay as an optional prop

mbauchet commented 1 year ago

I can work on it

IttzyTT commented 4 months ago

did this get released?

eshwaruppala commented 3 months ago

any update on this?