-
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
Feature/f 165 linechart barchart support #134
Conversation
… reflect predcition styling
…-functionalities-for-forecast
…ineChart component
…g and svg download
…ll later be used by the CategoricalChart and ContinuousChart copmpeontn
…ater support categorical and continues data
…be-available-on-minimized
…ghcharts options - fixes the chart export color problem
…categorical chart options for highchart
✅ Deploy Preview for wfp-hungermap ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
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.
great job!
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.
Crazy feature! Pie Chart as well?? @plaume8 you are the best, exceeding the expectations as always! Also clean code, docs, generic components, awesome!|
F-165
I have introduced a new component called
CategoricalChart
and refactored all chart components to reduce code redundancy. In particular, I have introduced theChartContainer
to prevent redundant code...This is now the first working version I’d like to submit for the PR. There are still a few minor things missing, but to ensure the
CategoricalChart
component can be used in the main branch as soon as possible, it makes sense to merge this version now.All the other minor todos have already been added to F-183.