chartjs updates#1284
Open
gvreddy04 wants to merge 5 commits into
Open
Conversation
- Introduced BubbleChart component for visualizing three dimensions of data. - Added BubbleChartOptions for configuration including responsiveness and interaction settings. - Implemented BubbleChartDataset and BubbleChartDataPoint for dataset management. - Enhanced documentation for Bubble Chart with examples and key types. - Updated existing chart components to support new animation and stacking features. - Added demo pages for Bubble Chart showcasing dynamic updates and interaction options.
- Added [AddedVersion] attributes to various properties in LineChartDataset, PieChartDataset, PolarAreaChartDataset, RadarChartDataset, ScatterChartDataset, and their respective data labels classes to indicate version changes. - Introduced new properties in chart options classes such as BarChartOptions, BubbleChartOptions, DoughnutChartOptions, LineChartOptions, PieChartOptions, PolarAreaChartOptions, RadarChartOptions, and ScatterChartOptions, along with version annotations. - Updated documentation for bar, line, and scatter charts to reflect the correct version numbers for properties related to animations, axes, and interactions.
…iptions - Added plugin configuration properties to Doughnut, Line, Pie, Polar Area, and Scatter chart options. - Introduced interaction and layout configurations for Line and Scatter charts. - Enhanced Bar, Bubble, Doughnut, Line, Pie, Polar Area, and Scatter chart plugins with data label configurations. - Updated ChartPlugins class with detailed descriptions for legend, title, and tooltip configurations. - Introduced RGB and RGBA color representation records with documentation.
- Added [AddedVersion] attributes to various properties in PieChartDataset, PolarAreaChartDataset, RadarChartDataset, ScatterChartDataset to indicate versioning. - Enhanced documentation with XML comments for clarity on chart options classes including BarChartOptions, BubbleChartOptions, DoughnutChartOptions, LineChartOptions, PieChartOptions, PolarAreaChartOptions, RadarChartOptions, and ScatterChartOptions. - Ensured consistent use of [JsonIgnore] and [DefaultValue] attributes across chart options and datasets for better serialization and default behavior.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.