Skip to content

Release/5.3.0 #357

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

Merged
merged 48 commits into from
Jul 6, 2019
Merged

Release/5.3.0 #357

merged 48 commits into from
Jul 6, 2019

Conversation

JesperLekland
Copy link
Owner

No description provided.

iammosespaulr and others added 30 commits June 17, 2018 21:14
Fixed Typos and grammatical mitsakes ; )
Remove duplicated texts.
Duplicated Chart but altered it to use the standard grouping data structure and implemented a line gate that produces a path for each line.  Also added a story for a grouped set of lines.
Remove commented out extranious imports.
Replicated the structure for grouped bar charts for stacked bar charts.  Also, seperated out the generation of extent, indexes, and series for stacked bar so they could be overriden for grouped data.
Added a Grouped story for StackedBarChart.  It seems like I'm doing something wrong here, generate enough areas, but some of them have `NaN` in the path data.
The stacked bar groups no longer extends the stacked bars because everything is now overriden.  The last issue I had was that the last group kept coming out with NaN in its path data.  This was due to the miscalculation of the Scale based on the indexes of the top level data as Stacked Bars does it.  Also, the indexes needed to be calculated off of the number of groups instead of the number of total bars.

Also removed any test code left in.
Added a story for horizontal groups of stacked bars.
Removed unnecessary comments and added one to give context to the grouped stack bars calcIndexes function.
For both single and grouped stacked bars, bandwidth was added to their child props.
It looks like now in RN 0.57 there is a bug that `transparent` doesn't work properly with `View` component without `backgroundColor` specified.
Fix 'transparent' color for X-Axis and Y-Axis in RN 0.57
Following the example from the charts, this adds extra props fro use in laying out axes children to both the x and y axes.
looking for maintainers
Using an index for a key in RN is not advised, it does not provide a key that is maintainable and does not properly update each node.  It's complicated but there are some very good write-ups on this.  this lead to odd spacing dispite y(value) returning proper values.  The items simply weren't rerendering.
- Added space between bars
- Added radius to vertical bars
If the borderRadius is bigger than the barHeight should be scaled proportionally
add required library version
This makes the path animation compatible with InteractionManager.runAfterInteractions
Create interaction handle during animation
@JesperLekland JesperLekland merged commit f9c3c03 into master Jul 6, 2019
@JesperLekland JesperLekland deleted the release/5.3.0 branch July 6, 2019 17:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.