1.1.45 • Published 4 years ago

react-native-chowder v1.1.45

Weekly downloads
-
License
ISC
Repository
-
Last release
4 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

4 years ago

1.1.43

5 years ago

1.1.41

5 years ago

1.1.40

5 years ago

1.1.39

5 years ago

1.1.38

5 years ago

1.1.37

5 years ago

1.1.36

5 years ago

1.1.35

5 years ago

1.1.34

5 years ago

1.1.33

5 years ago

1.1.32

5 years ago

1.1.31

5 years ago

1.1.30

5 years ago

1.1.29

5 years ago

1.1.28

5 years ago

1.1.27

5 years ago

1.1.26

5 years ago

1.1.25

5 years ago

1.1.24

5 years ago

1.1.23

5 years ago

1.1.22

5 years ago

1.1.19

5 years ago

1.1.18

5 years ago

1.1.17

5 years ago

1.0.19

5 years ago

1.0.17

5 years ago

1.0.16

5 years ago

1.0.15

5 years ago

1.0.14

5 years ago

1.0.13

5 years ago

1.0.12

5 years ago

1.0.11

5 years ago

1.0.10

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago