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

Add missing Recharts Components and properties #537

Closed sydsutton closed 1 year ago

sydsutton commented 1 year ago

I added ErrorBar, Funnel, Legend, and Text, along with some missing properties along the way. Please check the 'onMouseEnter', 'onMouseLeave', etc... properties as I copied them from other components and don't know if they 100% fit with the components I added them to.

Thanks!

sydsutton commented 1 year ago

I'm not sure why it's not passing the "AppVeyor" checks. After fixing the build errors in my last commit, it builds on my machine just fine.

Zaid-Ajaj commented 1 year ago

Thanks a lot @sydsutton for the contribution 🙏! I've merged and published Feliz.Recharts v4.1.0 (also updated Feliz dependency to v2.3.0)

Just in case you still using Fable v3 + Feliz v1.68, I've published another package v3.16.0 that is compatible with that combination 😄

sydsutton commented 1 year ago

Great, thanks so much @Zaid-Ajaj ! I'm pretty new to F#, and development in general, but your continued support of F# is what makes it a great language. I'm just trying to pull my weight. 😉 Thanks again!