-
Notifications
You must be signed in to change notification settings - Fork 413
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/master' into dev
# Conflicts: # src/chart.js # src/pie-chart.js # src/progress-circle.js # src/x-axis.js # src/y-axis.js
- Loading branch information
Showing
6 changed files
with
24 additions
and
36 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,12 @@ | ||
|
||
* **Support for styles xAxis labels** | ||
* **Support for horizontal StackedBarChart** | ||
|
||
XAxis now supports complex data argument with `svg` property to style each label individually. See [examples repo](https://github.com/JesperLekland/react-native-svg-charts-examples) for usage. | ||
Thanks to @fqueiruga for this ❤️ | ||
StackedBarChart now supports the prop `horizontal` | ||
just as a regular BarChart | ||
|
||
|
||
* **Support for backgroundColor in ProgressCircle** | ||
|
||
You can now customize the progress "background" color | ||
|
||
* **Support for strokeWidth in ProgressCircle** | ||
|
||
Customize the width of the ProgressCircle | ||
|
||
* **Prettier transition in ProgressCircle from progress to background** | ||
|
||
Old implementation used to have a small cutoff between the progress and the background. | ||
Now the progress seems to be "inside" the circle instead. | ||
* **StackedBar/AreaChart adheres to new `extras` api** | ||
|
||
StackedBarChart and StackedAreaChart was still on the legacy `renderExtras` | ||
pattern. It has now been migrated to the single `extras` prop api. | ||
|
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
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
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
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
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