tremorlabs / tremor

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

feat: multiple y axes #1028

Closed scaltunsoy closed 3 days ago

scaltunsoy commented 2 weeks ago

Description

I am opening this PR because https://github.com/tremorlabs/tremor/pull/857 was closed. @severinlandolt asked me to open a new PR (https://github.com/tremorlabs/tremor/pull/857#issuecomment-2067227546).

Related issue(s)

https://github.com/tremorlabs/tremor/issues/855 https://github.com/tremorlabs/tremor/issues/827

What kind of change does this PR introduce? (check at least one)

Does this PR introduce a breaking change? (check one)

If yes, please describe the impact and migration path for existing applications:

How has This been tested?

Storybook. 4 new stories has been added in total.

Screenshots (if appropriate):

Multiple y axes:

image

Y axis on the right side:

image

The PR fulfills these requirements:

vercel[bot] commented 2 weeks ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
tremor-storybook ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 29, 2024 3:06pm
severinlandolt commented 3 days ago

Hi! Sorry for the delayed response. I already forked your repo and made a new PR with correct attribution. Here is the beta branch: https://github.com/tremorlabs/tremor/tree/beta-dual-axis

We currently have a few users testing it out. Will give it some time because it's a significant change.