0.8.0 • Published 9 years ago
react-raphael-chart v0.8.0
react-raphael-chart
so easy, create charts with react-raphael!
Install
# or specify the externals in webpack config
npm install --save raphael
# install react-raphael-chart in your react-raphael-chart project
npm install --save react-raphael-chartAPI
PieChart
All props
- color
stringarc fill color of PieChart - background
stringbackground fill color of PieChart - radius
numberradius of PieChart's circle - center
objectradius of PieChart's circle - label
numbertext of PieChart's label - fontsize
objectfontsize of PieChart's label - total
stringtotal of PieChart's data - value
numbervalue of PieChart's data - width
numberwidth of PieChart - height
numberwidth of PieChart - style
objectstyle of PieChart's container - className
stringclassName of PieChart's container - animate
booleananimation of PieChart - repeat
booleanrepeat the animation
DoughnutChart
All props
- color
stringarc fill color of DoughnutChart - background
stringbackground fill color of DoughnutChart - radius
numberradius of DoughnutChart's circle - center
objectradius of DoughnutChart's circle - thinckness
numberthinckness of DoughnutChart's circle - label
numbertext of DoughnutChart's label - fontsize
objectfontsize of DoughnutChart's label - total
stringtotal of DoughnutChart's data - value
numbervalue of DoughnutChart's data - width
numberwidth of DoughnutChart - height
numberwidth of DoughnutChart - style
objectstyle of DoughnutChart's container - className
stringclassName of DoughnutChart's container - animate
booleananimation of DoughnutChart - repeat
booleanrepeat the animation
LineChart ( VoronoiLineChart )
- width
numberwidth of LineChart - height
numberwidth of LineChart - serises
arrayserises of LineChart - dataarraydata of LineChart's serise - xnumberx of LineChart's serise data - ynumberx of LineChart's serise data - colorstringcolor of LineChart's serise - thicknessnumberthickness of LineChart's serise - curvebooleancurve of LineChart's serise - xAxis
objectxAxis of LineChart - minnumbermin value of xAxis - maxnumbermax value of xAxis - intervalnumberinterval value of xAxis - formatterfunctiontitle formatter of xAxis{ data: object }- heightnumberheight of xAxis - yAxis
objectyAxis of LineChart - minnumbermin value of yAxis - maxnumbermax value of yAxis - intervalnumberinterval value of yAxis - formatterfunctiontitle formatter of yAxis{ data: object }- widthnumberwidth of yAxis - grid
objectgrid of LineChart - colorstringcolor of LineChart's grid - thicknessnumberthickness of LineChart's serise - showYGridbooleanshow y axis grid of LineChart - showXGridbooleanshow y axis grid of LineChart - animate
booleananimation of LineChart - repeat
booleanrepeat the LineChart
BarChart
- width
numberwidth of BarChart - height
numberwidth of BarChart - serises
arrayserises of BarChart - dataarraydata of BarChart's serise - xnumberx of BarChart's serise data - ynumberx of BarChart's serise data - colorstringcolor of BarChart's serise - hoverColorstringhover color of BarChart's serise - xAxis
objectxAxis of BarChart - minnumbermin value of xAxis - maxnumbermax value of xAxis - intervalnumberinterval value of xAxis - formatterfunctiontitle formatter of xAxis{ data: object }- heightnumberheight of xAxis - yAxis
objectyAxis of BarChart - minnumbermin value of yAxis - maxnumbermax value of yAxis - intervalnumberinterval value of yAxis - formatterfunctiontitle formatter of yAxis{ data: object }- widthnumberwidth of yAxis - grid
objectgrid of BarChart - colorstringcolor of BarChart's grid - thicknessnumberthickness of BarChart's serise - showYGridbooleanshow y axis grid of BarChart - showXGridbooleanshow y axis grid of BarChart - barWidth
numbermax width of BarChart's bar - fontSize
numberfont size of BarChart's text - textAutoHide
booleanauto hide of BarChart's text
Develop
clone the repository
git clone https://github.com/liuhong1happy/react-raphael-chart.gitinstall dependency package;
npm installrun example
npm run examplebuild
npm run build
Use
Now , you can see example !
Contact
Email: liuhong1.happy@163.com
0.8.0
9 years ago
0.8.0-rc21
9 years ago
0.8.0-rc20
9 years ago
0.8.0-rc19
9 years ago
0.8.0-rc18
9 years ago
0.8.0-rc17
9 years ago
0.8.0-rc16
9 years ago
0.8.0-rc15
9 years ago
0.8.0-rc14
9 years ago
0.8.0-rc13
9 years ago
0.8.0-rc9
9 years ago
0.8.0-rc12
9 years ago
0.8.0-rc11
9 years ago
0.8.0-rc10
9 years ago
0.8.0-rc8
9 years ago
0.8.0-rc7
9 years ago
0.8.0-rc6
9 years ago
0.8.0-rc5
9 years ago
0.8.0-rc4
9 years ago
0.8.0-rc3
9 years ago
0.8.0-rc2
9 years ago
0.8.0-rc1
9 years ago
0.7.6
9 years ago
0.7.5
9 years ago
0.7.4
9 years ago
0.7.2
9 years ago
0.7.1
9 years ago
0.7.0
9 years ago
0.6.4
9 years ago
0.6.3
9 years ago
0.6.2
9 years ago
0.6.1
9 years ago
0.6.0
9 years ago