Zaid-Ajaj / Feliz

A fresh retake of the React API in Fable and a collection of high-quality components to build React applications in F#, optimized for happiness
https://zaid-ajaj.github.io/Feliz/
MIT License
534 stars 78 forks source link

`Feliz.Recharts` tooltip and legend missing values #545

Closed jamil7 closed 1 year ago

jamil7 commented 1 year ago

I was experimenting with Feliz.Recharts a bit, and I noticed some discrepancies between the examples on the official website, and the ones on the Feliz docs.

image

Looking at the picture above there are no labels before the numbers in the tooltip, and the legend only shows colors, again no text.

image

The example from Recharts however, seem to include pv and uv in the tooltip and the legend with no extra code.

Is this intentional or is it a bug?