0.0.1 • Published 4 years ago

bar-chart-component v0.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

Bar Chart Component

This is a bar chart component that plots bar chart and can be used in any framework, be it Angular, React, Vue, etc

It accepts following properties:

PropertyDescriptionData TypeDefault Value
chartIdunique id for the chart that is not preseent in the document for any other elementsstringchart
chartWidthwidth of the chartstring400px
chartHeightheight of the chartstring400px
labelsthe labels of each of the barsstring[]'Red', 'Blue', 'Yellow', 'Green', 'Purple', 'Orange'
chartDatathe data points each of the barsnumber[]12, 19, 3, 5, 2, 3
chartLabelthe label for the Y-axisstring# of Votes
backgroundColorsbackground color or fill color of each of the barsstring[]'rgba(255, 99, 132, 0.2)','rgba(54, 162, 235, 0.2)','rgba(255, 206, 86, 0.2)','rgba(75, 192, 192, 0.2)','rgba(153, 102, 255, 0.2)','rgba(255, 159, 64, 0.2)'
borderColorsborder color of each of the barsstring[]'rgba(255, 99, 132, 1)','rgba(54, 162, 235, 1)','rgba(255, 206, 86, 1)','rgba(75, 192, 192, 1)','rgba(153, 102, 255, 1)','rgba(255, 159, 64, 1)'
0.0.1

4 years ago