MCPcopy Create free account

hub / github.com/tomauty/react-native-chart / functions

Functions29 in github.com/tomauty/react-native-chart

↓ 4 callersFunctionuniqueValuesInDataSets
(data : [Pair[]], index : number)
src/util.js:11
↓ 2 callersMethod_degreesToRadians
* _degreesToRadians(degrees) * * Helper function to convert degrees to radians * * @param {number} degrees * @return {number}
src/Wedge.js:61
↓ 2 callersFunctiongetRoundNumber
(value, gridStep)
src/Chart.js:16
↓ 2 callersFunctionmakeDataPoint
(x : number, y : number, data : any, index : number)
src/LineChart.js:11
↓ 1 callersMethod_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 callersMethod_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 callersFunctioncalculateDivisor
(minBound : number, maxBound : number)
src/LineChart.js:29
↓ 1 callersFunctiongetColor
(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
FunctioncomponentDidMount
()
src/Chart.js:65
FunctioncomponentDidUpdate
(props : any)
src/Chart.js:73
FunctioncomponentDidUpdate
()
src/LineChart.js:51
FunctioncomponentWillUpdate
()
src/LineChart.js:44
Functionconstructor
(props : any)
src/Chart.js:61
Functionconstructor
(props : any)
src/LineChart.js:37
Functionconstructor
(props : any)
src/PieChart.js:11
Functionconstructor
(props : any)
src/yAxis.js:36
Methodconstructor
(props : any)
src/Wedge.js:46
Methodconstructor
(props : any)
src/BarChart.js:17
Methodrender
()
src/Wedge.js:158
Methodrender
()
src/Circle.js:22
Methodrender
()
src/xAxis.js:39
FunctionshortenLargeNumber
(num, useDecimal)
src/yAxis.js:42
FunctionshouldComponentUpdate
(props, state)
src/Chart.js:69
FunctionshouldComponentUpdate
(props : any)
src/PieChart.js:16
Methodtransform
(d)
src/xAxis.js:41
FunctionuniqueValuesInDataSet
(data : Pair[])
src/util.js:3