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