Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Documentation Update:
README.md: Updated the project title with an emoji and made minor changes to the example configurations.Dependency Update:
package.json: Updated the@octokit/restdependency version from^21.1.0to^21.1.1.Chart Component Enhancements:
src/chart/components/bubbles.ts: Added a new functionprocessBubbleNodesto handle bubble node processing, including creating bubble elements and generating styles.src/chart/components/legend.ts: Introduced a new functioncreateLegendto generate the legend for the bubble chart, including preparing legend items and grouping them into rows.src/chart/components/title.ts: Added a new functioncreateTitleElementto generate the title element for the chart, including handling text wrapping and style generation.Chart Generator Refactor:
src/chart/generator.ts: Refactored the chart generation process by integrating the new component functions (processBubbleNodes,createLegend, andcreateTitleElement) and improving the overall structure and error handling.