chenyulin0719 opened a new pull request, #157: URL: https://github.com/apache/yunikorn-web/pull/157
### What is this PR for? - Enable Tooltip for bar-chart/area-chart/donut-chart. - Show node list in tooltips’s footer. (No more than 15 nodes) - Adjust ‘Nodes Resource Utilization’ chart width size (was 35%, is 50%) - Use same color for bars in ‘Nodes Resource Utilization’ (Using multi-clor for the same resource is meaningless.) - Expose domaint resource type in subtitle of ‘Nodes Resource Utilization’ bar cahrt. - Fix wrong variable name in bar-chart. (was ‘donutChartData’, is ‘barChartData’) - Refactor SchedulerService.fetchNodeUtilization() - move data transformation logic to NodeUtilization.toNodeUtilizationChartData() and add test case ### What type of PR is it? * [ ] - Bug Fix * [x] - Improvement * [ ] - Feature * [ ] - Documentation * [ ] - Hot Fix * [ ] - Refactoring ### Todos NA ### What is the Jira issue? https://issues.apache.org/jira/browse/YUNIKORN-2231 ### How should this be tested? Run 'make test' and all test cases should pass. Run 'yarn start' + 'yarn start:srv' in different terminal and check localhost:4200/ ### Screenshots (if appropriate)  ### Questions: NA -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
