Arjen Keller
Arjen Keller
Nivo would be nice but something like react-chartjs-2 would be fine https://nivo.rocks/ https://www.npmjs.com/package/react-chartjs-2
Looking at the latest updates: Maybe the tanstack charts https://react-charts.tanstack.com/
I have these extensions now for GridProps ``` inline var GridProps.xs: Int get() = throw NotImplementedError("Prop is write-only!") set(value) { asDynamic().xs = value } inline var GridProps.justifyContent: String get() =...
This would be nice!