-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Develop #86
Merged
Merged
Develop #86
Conversation
This file contains 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
* Improve bar chart animation #48 * Update bar chart app demo
* Make stack bar animation smoother * Add AnimationSpec
* Simplify chart data set public interface * Add support for multi-line chart * Improve chart styles - Added new options - Removed showLegend from chartViewStyle because we are showing legend based on chart data * Migrate charts to use new data set classes * Update app demo * Update docs
- Improve formatting - Keep names more consistent
* Improve pie chart performance - Keep hierarchy more flat - Use one canvas for all slices - Use canvas drawWithCache - Fix pie chart animation spec * Fix ChartViewStyle builder name
* Improve pie chart animation * Consume drag point event * Use constant for a default value * Stacked bar chart: Use correct colors for the legend * Use better names for properties * Line chart: Fix drag points visibility * Bar chart: Fix no selection state - use correct data
* Improve pie chart animation * Consume drag point event * Use constant for a default value * Stacked bar chart: Use correct colors for the legend * Use better names for properties * Line chart: Fix drag points visibility * Bar chart: Fix no selection state - use correct data * Improve app demo - Show chart style options - Repeat chart
* Improve pie chart animation * Consume drag point event * Use constant for a default value * Stacked bar chart: Use correct colors for the legend * Use better names for properties * Line chart: Fix drag points visibility * Bar chart: Fix no selection state - use correct data * Improve app demo - Show chart style options - Repeat chart * App demo - add main menu icons * Improve app demo - Support for multiple themes - Github icon - App and build version * Keep builder chart style name consistent for all charts
- Added donut animation - Added donut border line
- Single state for line animation - Animate path instead of each segment - Removed lerp - Show points after animation is done - AnimationSpec update
- Updated app and build version - Added charts version label on the Main screen
- Show errors if data is invalid - Added tests - Optional categories for MultiChartDataSet
* Improve naming of pie chart style options * Add pieColors style option * Validate pie chart data - Add tests - Fix previous data tests - Use Resources instead of Context * Fix property name to be consistent with style * Fix tests
* Refactor chartView style to be reusable * Use color with elevation for main card * Update charts demo data and style
* Refactor chart styles - Improved public api usability - Removed builder classes - Used a simpler approach following compose guidelines * Improve app demo - Updated the app demo to use the new style API - Made the style table options dynamic * Update dependencies
* Update README.md
Code cleanup
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.