0.0.34 (2018-02-18)
Closed issues:
- How i make a PR? #226
Merged pull requests:
- added pie animation #227 (melkayam92)
- Update test snapshots to match current state #222 (marzolfb)
- feature: add interaction on line chart. #221 (soloviola)
- Upgrade to.33 #212 (marzolfb)
0.0.33 (2017-11-29)
Closed issues:
- more Invariant Violation: Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: object. #209
- Unhandled Promise rejection due to babel-polyfill #195
- After Installing Error : _reactNative.AsyncStorage.getItem(..).then(..).done is not a function #173
Merged pull requests:
- Removed babel-polyfill and substituted with narrower imports #211 (marzolfb)
- Upgrade to latest rn and rnsvg dependencies and general cleanup #210 (marzolfb)
0.0.32 (2017-11-13)
Closed issues:
- Library causes app to crash when using await AsyncStorage.getItem(STORAGE_KEY); #202
- How do I change the color of the grid? #191
- Changing default gray background to transparent #185
- gridColor applied to wrong axis #179
Merged pull requests:
- Fix grid axis appearing on top of the lines #197 (Minishlink)
- Fix default pointRadius and add parameters to renderPoint #196 (Minishlink)
- Feature/improve smoothline chart #183 (AmauryLiet)
0.0.31 (2017-09-02)
Closed issues:
- The sort method cannot be invoked on an Immutable data structure. #178
- Build failed in RN 0.45.1 (iOS) #169
Merged pull requests:
- New release for .31 #187 (marzolfb)
- Upgrade to RN 0.47.2 #184 (Minishlink)
- Upgrade to .30 #171 (marzolfb)
0.0.30 (2017-07-12)
Closed issues:
- No component found for view with name "RNSVGGroup" React-native 0.45.1 #166
- Add press event to labels of radar chart #161
Merged pull requests:
- Fix the RN 0.46 and above incompatibility issues caused by React Native SVG 5.2 #170 (kensongoo)
- Add on press radar chart #164 (Shagamii)
0.0.29 (2017-06-16)
Implemented enhancements:
- Add options to style axis ticks. #136
Closed issues:
- No component found for view with name "RNSVGGroup" #162
- [Bar] show inaccurate when some data #158
- Got No view Manager defined for class RNSVGGroup #154
- Compilation error with RN 0.44 (incorrect arguments to TouchEvent.obtain) #147
- Can not used in RN 0.38? #143
Merged pull requests:
- Upgrade to RN 0.45.1 #163 (Minishlink)
- Added options for axis tick size and color #159 (kurtsergey)
- importing docs #150 (katscott)
0.0.28 (2017-05-05)
Merged pull requests:
- Update to latest react, react-native, and react-native-svg versions #149 (marzolfb)
- Add rotation bar chart label #144 (superandrew213)
0.0.27 (2017-04-19)
Fixed bugs:
- Bar Chart Color Pattern #134
- Margin left move axis X too #103
- Question: how to limit the number of lines on an axis? #97
- High performance impact when dataset only contains small floats #94
Closed issues:
- Unable to set the number of rings to be displayed in radar chart #130
- Lines in Barchart too wide #128
- how to resize the pie charts(Radius of center and size all chart) #126
- Pie chart with 1 item in the midle not Transparent #124
- Resize Pie Chart #114
- Using dates on X axes #107
- How do you set the min for axisY for stockline chart? #104
- No component found for view with name "RNSVGGroup" #102
- react native pathjs charts crashes in iPone simulator #101
- Colors for multiple lines #100
- Text in the middle of the Pie Chart #98
- Single Item Bar Chart with Spacing #96
- Running example fails to build DependencyGraph: @providesModule naming collision #95
- undefined is not a function #90
Merged pull requests:
- Increment version to 0.0.27 #140 (marzolfb)
- Fix pie chart centering #138 (dgladkov)
- Fixes #134 - allowing bar coloring to respect grouped data #137 (marzolfb)
- Added rings option to radar chart. fixes issue #130 #131 (HineshMandalia)
- Added color, gridColor, strokeWidth and opacity to axis options #121 (microwavesafe)
- Fix #103 - cleanup x axis label offsets to avoid tie to chart offsets #111 (marzolfb)
- Fix #97 - handle possibility of null value for axis tick label #109 (marzolfb)
- Fix label.fill props #108 (DupK)
- fix #94 - constrain tick value range to upper bound determined via… #99 (marzolfb)
0.0.26 (2017-02-22)
Fixed bugs:
Closed issues:
- Passed an invalid numeric value (NaN, or not-a-number) to CoreGraphics API #87
- "undefined is not a function" when I run the example #86
- SmoothLine graph plot doesn't actually go through data points #83
- react-native-svg库不能正常使用 #81
- Visually indicate threshold for graph #80
- Always start y-axis from a minimum value (say: 0) irrespective of minimum value of the data? #76
- Update react-native-svg to fix error #74
- Error while updating property 'd' in shadow node of type RNSVGPath #70
- undefined is not a function error from upgraded paths-js in many example app charts #62
Merged pull requests:
- Increment version to 0.0.26 #93 (marzolfb)
- Fix #89 - fix gridline rendering when using non-numeric static labels #92 (marzolfb)
- Fix #28 - rounding floats to fix abnormal axis display issues #91 (marzolfb)
- Adding babel-polyfill import to many charts to fix #62 for Android #85 (marzolfb)
0.0.25 (2017-02-10)
Fixed bugs:
- Re-render charts when data changed #49
Closed issues:
- Pie chart not rendering the labels and numbers #77
- Errors when using RN 0.40 #66
- Example app error - Couldn't find preset "react-native" relative to directory #63
- Example cannot run #60
- Missing onload property #59
- Please add SPDX lines in license headers. #57
- I want that column and column between each other in my BarChart has scattered points or gaps. #56
Merged pull requests:
- Upgrade version to 0.0.25 #79 (marzolfb)
- Upgrade to react-native 0.41.2 and react-native-svg 4.5.0 #78 (marzolfb)
- Add min/max scale support to the y axis on the bar chart #72 (mlabrum)
- Fix #57 - Added SPDX lines to license headers and added missing license headers #68 (marzolfb)
- Add color management to Radar chart #67 (MeisterTea)
- Fix #63 - adding babelrc config file to example #65 (marzolfb)
- Fix #62 - adding Babel polyfill to fix undefined not a function error #64 (marzolfb)
0.0.24 (2017-01-27)
v0.0.24 (2017-01-27)
Implemented enhancements:
- Line Chart - Line Thickness/Width #44
- Way to extend y axis line within scale? #31
- Use non-Number values for data on StockLine chart type #4
Fixed bugs:
- Running Example app fails - updated versions of react-native and react-native-svg needed #55
- Extra vertical gridline on the StockLine chart with a specific data set #23
- Pie graph doesn't render with only 1 data item #20
Closed issues:
Merged pull requests:
- Pinning to patch-updates only for react-native and react-native-svg #58 (marzolfb)
- Fix #31 and add regions #53 (marzolfb)
- Added java code to import rn-svg package - rn link doesn't work #52 (marzolfb)
- Fix #4 - Added support for static and dynamic tick labels on chart axes #48 (marzolfb)
- Enhancement #44 - Line Chart StrokeWidth #46 (edencakir)
- Fixed #20 - renders single-item pie chart correctly now #45 (marzolfb)
- Fix jest tests from changes in #42 #43 (marzolfb)
- Feature/pie colors #42 (tonyneel923)
0.0.23 (2017-01-06)
Closed issues:
- Way to do a basic line chart, no fill color under line, no smoothing of line. #39
- How i can scroll chart horizontally? #35
Merged pull requests:
- Added new demo image to README #37 (marzolfb)
- Enhanced pie chart multicolor support, jest tests, & updated example sync util #36 (marzolfb)
- Cleaning up example project #34 (katscott)
- Updating NPM badge to one that auto-versions #33 (katscott)
0.0.22 (2016-12-15)
Fixed bugs:
- There are no numbers for axis on android #17
- Chart is not getting drawn at the center of the view #8
Closed issues:
- Stock graph with a combined horizontal line at a specific price? #30
- Charts not showing properly on Android #26
- In Bars chart first line hide yAxis numbers #25
- NPM Update #16
- xcode'error unknow class method in the running App #15
Merged pull requests:
- Update react and react-native versions #32 (ctscoville)
- Fixed #26 - axes now respect offsets properly and cleanup of other offset #27 (marzolfb)
- Added watchman-update-example-src script to ease manual testing #21 (marzolfb)
- Fix documentation for #8 #19 (SimchaShats)
0.0.21 (2016-11-08)
Fixed bugs:
- Android build errors with latest move to react-native 0.35 #12
Closed issues:
- No chart visible #10
- build failed with example app #6
- undefined is not an object (evaluating '_reactNative.UIManager.RNSVGRenderable.NativeProps') #2
- use react-native-pathjs-charts was wrong #1
Merged pull requests:
- Initial circleci config for autopublishing to npm registry #18 (marzolfb)
- GitHub templates #14 (katscott)
- Fix android build problem after .35 upgrade #13 (marzolfb)
- Fix broken example app by upgrading to React Native 0.35 and adding c++ linker flag #11 (marzolfb)
- Fix version of react-native-svg #9 (maarekj)
- adds showAreas prop - allows user to define if areas are shown #7 (Mindaugas-Jacionis)
0.0.20 (2016-08-04)
Merged pull requests:
* This Change Log was automatically generated by github_changelog_generator