Refactor PeptonizerChart to D3 and remove Highcharts#1787
Refactor PeptonizerChart to D3 and remove Highcharts#1787pverscha merged 6 commits intodevelopunipept/unipept:developfrom refactor/remove-highcharts-2318652022530725901unipept/unipept:refactor/remove-highcharts-2318652022530725901Copy head branch name to clipboard
Conversation
Replaced the Highcharts implementation in PeptonizerChart.vue with a native D3 horizontal bar chart. Uninstalled highcharts and highcharts-vue dependencies to reduce bundle size. Updated E2E tests to verify the D3 chart. Co-authored-by: pverscha <9608686+pverscha@users.noreply.github.com>
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
Increased Playwright global test timeout to 120s to handle slower CI environments. Removed uninstalled 'highcharts' and 'highcharts-vue' from 'vite.config.ts' optimizeDeps to prevent potential build warnings or errors. Co-authored-by: pverscha <9608686+pverscha@users.noreply.github.com>
pverscha
left a comment
There was a problem hiding this comment.
I've checked this PR, made some improvements myself and it is now ready to be merged.
Replaced the Highcharts implementation in PeptonizerChart.vue with a native D3 horizontal bar chart. Uninstalled highcharts and highcharts-vue dependencies to reduce bundle size. Updated E2E tests to verify the D3 chart.
PR created automatically by Jules for task 2318652022530725901 started by @pverscha