Socket
Socket
Sign inDemoInstall

react-native-chart-kit-chz

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-chart-kit-chz

React Native Chart Kit with Line Charts, Pie Charts and more


Version published
Weekly downloads
6
decreased by-53.85%
Maintainers
1
Weekly downloads
 
Created
Source

React Native Chart Kit Updated!

H1 H2

yarn add react-native-svg

Line Chart

H1X1I9f.md.png

{
  /*@ts-ignore*/
}
<LineChart
  data={{
    labels: ["Jan", "Feb", "Mar", "April", "June", "July", "Aug"],
    datasets: [
      {
        data: [10.47, 25.6, 11.4, 19.5, 8.9, 30.9, 55.9],
        amount: [5093995050, 283893, 382389, 80909, 48908, 893022, 2839090],
        color: "#AA9157",
        currency: "USD",
        id: 1,
      },
    ],
  }}
  onPointPress={(d: any) => {
    console.log("chart_Data", d);
  }}
  selectedDotColor="#000"
  width={Dimensions.get("window").width}
  height={200}
  chartConfig={{
    decimalPlaces: 1,
    color: () => `#E94023`,
    // fontFamily: "",
  }}
  bezier
  style={{
    marginVertical: 30,
  }}
/>;

Keywords

FAQs

Package last updated on 06 Feb 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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