Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-native-pathjs-charts

Package Overview
Dependencies
Maintainers
3
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-pathjs-charts - npm Package Versions

2

0.0.34

Diff

Changelog

Source

0.0.34 (2018-02-18)

Full Changelog

Closed issues:

  • How i make a PR? #226

Merged pull requests:

c1rncharts
published 0.0.33 •

Changelog

Source

0.0.33 (2017-11-29)

Full Changelog

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)
c1rncharts
published 0.0.32 •

Changelog

Source

0.0.32 (2017-11-13)

Full Changelog

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:

c1rncharts
published 0.0.31 •

Changelog

Source

0.0.31 (2017-09-02)

Full Changelog

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:

c1rncharts
published 0.0.30 •

Changelog

Source

0.0.30 (2017-07-12)

Full Changelog

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)
c1rncharts
published 0.0.29 •

Changelog

Source

0.0.29 (2017-06-16)

Full Changelog

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:

c1rncharts
published 0.0.28 •

Changelog

Source

0.0.28 (2017-05-05)

Full Changelog

Merged pull requests:

c1rncharts
published 0.0.27 •

Changelog

Source

0.0.27 (2017-04-19)

Full Changelog

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)
c1rncharts
published 0.0.26 •

Changelog

Source

0.0.26 (2017-02-22)

Full Changelog

Fixed bugs:

  • Axis.js Line 91 will return NaN #89
  • Issues with Y Axis Values & Decimal Values Using Bar Chart #28

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)
c1rncharts
published 0.0.25 •

Changelog

Source

0.0.25 (2017-02-10)

Full Changelog

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)
2
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc