Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/tomauty/react-native-chart
/ functions
Functions
29 in github.com/tomauty/react-native-chart
⨍
Functions
29
◇
Types & classes
13
↓ 4 callers
Function
uniqueValuesInDataSets
(data : [Pair[]], index : number)
src/util.js:11
↓ 2 callers
Method
_degreesToRadians
* _degreesToRadians(degrees) * * Helper function to convert degrees to radians * * @param {number} degrees * @return {number}
src/Wedge.js:61
↓ 2 callers
Function
getRoundNumber
(value, gridStep)
src/Chart.js:16
↓ 2 callers
Function
makeDataPoint
(x : number, y : number, data : any, index : number)
src/LineChart.js:11
↓ 1 callers
Method
_createArcPath
* _createArcPath(sa, ea, ca, or, ir) * * Creates the ReactART Path for an arc or wedge. * * @param {number} startAngle The starting degrees re
src/Wedge.js:106
↓ 1 callers
Method
_createCirclePath
* _createCirclePath(or, ir) * * Creates the ReactART Path for a complete circle. * * @param {number} or The outer radius of the circle * @pa
src/Wedge.js:77
↓ 1 callers
Function
calculateDivisor
(minBound : number, maxBound : number)
src/LineChart.js:29
↓ 1 callers
Function
getColor
(colors : Array<string>, index : number)
src/PieChart.js:8
Function
_computeBounds
()
src/Chart.js:79
Function
_maxVerticalBound
()
src/Chart.js:159
Function
_minVerticalBound
()
src/Chart.js:154
Function
componentDidMount
()
src/Chart.js:65
Function
componentDidUpdate
(props : any)
src/Chart.js:73
Function
componentDidUpdate
()
src/LineChart.js:51
Function
componentWillUpdate
()
src/LineChart.js:44
Function
constructor
(props : any)
src/Chart.js:61
Function
constructor
(props : any)
src/LineChart.js:37
Function
constructor
(props : any)
src/PieChart.js:11
Function
constructor
(props : any)
src/yAxis.js:36
Method
constructor
(props : any)
src/Wedge.js:46
Method
constructor
(props : any)
src/BarChart.js:17
Method
render
()
src/Wedge.js:158
Method
render
()
src/Circle.js:22
Method
render
()
src/xAxis.js:39
Function
shortenLargeNumber
(num, useDecimal)
src/yAxis.js:42
Function
shouldComponentUpdate
(props, state)
src/Chart.js:69
Function
shouldComponentUpdate
(props : any)
src/PieChart.js:16
Method
transform
(d)
src/xAxis.js:41
Function
uniqueValuesInDataSet
(data : Pair[])
src/util.js:3