-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat!: add map chart components #7
Conversation
7156565
to
edd02da
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good so far! Only have a couple of questions
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No real comments on React code from my end, and no issues in testing.
For the readme:
- "Using a Map" doesn't mention
PointMap
- do the maps use
ChartConfigProvider
or is this only for Pie and Bar charts?
I'm assuming some features (like remembering which map position you were centered on last) will be handled by whatever app is calling the charts library, rather than the library itself.
The only really obvious missing element is translation handling, map labels appear to be in "local" language only. For the North this actually looks good, since local languages are included rather than forgotten, but in the future there may be a need for specifying, eg, English or French.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lgtm! Well done on isolating leaflet peer deps
🎉 This PR is included in version 2.4.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
No description provided.