Hi! After fighting with recharts to try to improve some things, it's striking how much effort it takes to get e.g. a label to align and do what every label on every simple line chart does. Because these are pretty straightforward charts, using d3 directly, or something like vega-lite (e.g. chart+tooltip), or some other alternative, might allow for prettier, faster-rendering, and maybe even better-on-mobile charts.
Hi! After fighting with recharts to try to improve some things, it's striking how much effort it takes to get e.g. a label to align and do what every label on every simple line chart does. Because these are pretty straightforward charts, using d3 directly, or something like vega-lite (e.g. chart+tooltip), or some other alternative, might allow for prettier, faster-rendering, and maybe even better-on-mobile charts.
Are you open to PRs exploring some options here?