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.
Guidelines
This pull request adds three new chart types to the Drafter library: Radar Chart, Gantt Chart, and Bubble Chart. These additions significantly expand the library's capabilities, offering users more options for data visualization in their Compose Multiplatform applications.
These new chart types address potential feature requests for more diverse visualization options, enhancing the library's utility for various use cases such as performance analysis (Radar Chart), project management (Gantt Chart), and multi-dimensional data representation (Bubble Chart).
Types of changes
What types of changes does your code introduce?
Preparing a pull request for review
Ensure your change is properly formatted by running:
$ ./gradlew spotlessApply
Please correct any failures before requesting a review.
I have run the spotlessApply task and ensured that the code formatting meets the project's standards. There were no formatting issues to correct.
Additional Notes:
Please review the changes and let me know if any further modifications or clarifications are needed.