1.1.45 • Published 2 years ago

react-native-chowder v1.1.45

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

前言

我将工作中自己造的一些轮子,整理成了现在这个仓库

安装

npm i build

yarn add react-native-svg lodash

npm i react-native-chowder

npm发布

 npm Login
 npm version patch
 npm publish 
 

chart

基于react-native-svg 实现的图表,兼容android和ios

GuagePointer

Image text

import {GuageSvg} from 'react-native-chowder';
...
<GuageSvg progress={66} />

KLineBase

Image text

import {KLineBase} from 'react-native-chowder';

<KLineBase data={[
  [
    1634092200000,
    56403.38,
    56429.96,
    56397.52,
    56429.96,
  ],
  [
    1634094000000,
    56409.48,
    56463.28,
    56385.63,
    56463.28,
  ],
  [
    1634095800000,
    56515.48,
    56542.51,
    56466.01,
    56466.01,
  ]]} />

KLinePanResponder

Image text

import {KLineBase} from 'react-native-chowder';
...
//必须在外面套上view,并指定高度
<View style={{ height: 248 }}>
  <KLinePanResponder data={data24H} backPng={require('./src/assets/backGround.png')} />
</View>

PieCircle

import {PieCircle} from 'react-native-chowder';
...
//必须在外面套上view,并指定高度
<PieCircle />

PiePaht

import {PiePaht} from 'react-native-chowder';
...
//必须在外面套上view,并指定高度
<PiePaht  />

参考

探讨npm依赖管理之peerDependencies

1.1.45

2 years ago

1.1.43

3 years ago

1.1.41

3 years ago

1.1.40

3 years ago

1.1.39

3 years ago

1.1.38

3 years ago

1.1.37

3 years ago

1.1.36

3 years ago

1.1.35

3 years ago

1.1.34

3 years ago

1.1.33

3 years ago

1.1.32

3 years ago

1.1.31

3 years ago

1.1.30

3 years ago

1.1.29

3 years ago

1.1.28

3 years ago

1.1.27

3 years ago

1.1.26

3 years ago

1.1.25

3 years ago

1.1.24

3 years ago

1.1.23

3 years ago

1.1.22

3 years ago

1.1.19

3 years ago

1.1.18

3 years ago

1.1.17

3 years ago

1.0.19

3 years ago

1.0.17

3 years ago

1.0.16

3 years ago

1.0.15

3 years ago

1.0.14

3 years ago

1.0.13

3 years ago

1.0.12

3 years ago

1.0.11

3 years ago

1.0.10

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago