Alexandre Balon-Perin

Results 17 issues of Alexandre Balon-Perin

### What problem does this feature solve? I would like to remove the padding that is set when the x axis or the y axis is shown. ### What does...

Type: Feature

**Description** Add a new prop to overwrite the hardcoded x-axis padding **Related issue(s)** https://github.com/tremorlabs/tremor/issues/1079 **What kind of change does this PR introduce?** (check at least one) - [ ] Bug...

Hint: Duplicate

### Tremor Version 3.17.2 ### Link to minimal reproduction https://stackblitz.com/edit/stackblitz-starters-phbnaf?file=app%2Fpage.tsx ### Steps to reproduce - Create at least two charts on the same page next to each other - Make...

Type: Bug

## Description Fixes https://github.com/recharts/recharts/issues/4757 I am using the state xAxisMap to access the domain of each x axis and create the missing payloads. Not sure that's the best solution but...

- [x] I have searched the [issues](https://github.com/recharts/recharts/issues) of this repository and believe that this is not a duplicate. ### Reproduction link [![Edit on CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/p/sandbox/line-chart-width-multi-series-forked-zd2hk5) ### Steps to reproduce Hover on...

enhancement
feature request
Tooltip

Implemented for AreaCharts, LineCharts & BarCharts **Description** This change is quite big because I refactored quite a bit of code to reduce code duplication due to the multiple axis. It...

### What problem does this feature solve? Multiple Y-Axis allow showing multiple data series with different data ranges while keeping both series nicely visible and comparable. Multiple X-Axis can be...

Type: Feature