πŸš€ Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more β†’
Socket
Sign inDemoInstall
Socket

react-native-radarchart

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-radarchart

svg radar chart

1.0.3
latest
npm
Version published
Maintainers
1
Created
Source

React-Native-Radarchart

ParameterTypeDescription
dataListobjRequired. Your data shown on the radar chart.The key is the label and the value is the numerical result data.
backGroundColorstringdefault "#91d9d4". The background color of the radar chart.
radarSizenumberdefault "1.2". The size of the whole chart.
resultColorstringdefault "purple". The color of the result radar.

Example Usage

import RadarChart from 'react-native-radarchart';


function App() {
  return (
    <SafeAreaView>
      <RadarChart dataList={{θƒ½εŠ›: 1, θ…¦εŠ›: 3, 團隊: 4, ζŠ€θƒ½: 4.5, 積ζ₯΅: 3}} backGroundColor="#91d9d4" radarSize={1.1}  resultColor='purple'/>
    </SafeAreaView>
  );
}

image

Keywords

radar-chart

FAQs

Package last updated on 09 Aug 2022

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