-
Notifications
You must be signed in to change notification settings - Fork 46
Refactor chart components to utilize LineTimeSerieChart #4661
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
base: development/131.0
Are you sure you want to change the base?
Refactor chart components to utilize LineTimeSerieChart #4661
Conversation
Hello jeanmarcmilletscality,My role is to assist you with the merge of this Available options
Available commands
Status report is not available. |
Request integration branchesWaiting for integration branch creation to be requested by the user. To request integration branches, please comment on this pull request with the following command:
Alternatively, the |
Add ts-ignore directivel: will be fix by refactor of quantile chart
…f the data received by the chart where Q5 and Q90 were reversed Improve metrics and utils fn typing, remove ts directives
clean debugging code
Create custom tooltip to allow fetching of data on hover
Improve typing
…ver fetching logic and ensure proper handling of quantile data. Update shared tooltip transformation to handle null values more gracefully. Adjust graphUtils to use constants for cluster average and clean up unused code.
…s and clean up code for better readability.
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 !
/create_integration_branches |
Integration data createdI have created the integration data for the additional destination branches.
The following branches will NOT be impacted:
You can set option
The following options are set: create_integration_branches |
Waiting for approvalThe following approvals are needed before I can proceed with the merge:
Peer approvals must include at least 1 approval from the following list: The following options are set: create_integration_branches |
… use register instead of direclty defining colorSet for ChartLegend
…rt and SymmetricalQuantileChart to remove duplicate calculation
Improvement/replace quantile chart
Waiting for approvalThe following approvals are needed before I can proceed with the merge:
Peer approvals must include at least 1 approval from the following list: The following options are set: create_integration_branches |
The goal of this PR is to replace line chart with new core-ui version
Include only the "simple" charts
The transformation data were not changed as they are also use by quantile chart
Next step: refactor the quantile chart and the data transformation fn to reflect new types for line chart
Still a draft as a new release of core-ui is needed