The Nuxt charts refer to a graphical representation of data.
Keep reading these simple yet flexible Javascript charting for designers & developers.
We used Vue Chart.js along with Chart.js library and created some re-usable components on top of it so you can easily use in your project.
Global usage
For local usage
Line Chart component
Line Chart With Numbers And Grid
Gradient Bar Chart
Multiple Bars Chart Pro
Pie chart component Pro
10.000$
A total of $54000
Multiple Pie Chart Pro
130,000
Feedback from 20.000 users
Line Chart props
PROP NAME |
TYPE |
DEFAULT |
DESCRIPTION |
extraOptions |
Object |
N/A |
|
gradientColors |
Array |
[ “rgba(72,72,176,0.2)”, “rgba(72,72,176,0.0)”, “rgba(119,52,169,0)” ] |
|
gradientStops |
Array |
[ 1, 0.4, 0 ] |
|
Bar Chart props
PROP NAME |
TYPE |
DEFAULT |
DESCRIPTION |
extraOptions |
Object |
N/A |
|
gradientColors |
Array |
[ “rgba(72,72,176,0.2)”, “rgba(72,72,176,0.0)”, “rgba(119,52,169,0)” ] |
|
gradientStops |
Array |
[ 1, 0.4, 0 ] |
|
Pie Chart props Pro
PROP NAME |
TYPE |
DEFAULT |
DESCRIPTION |
extraOptions |
Object |
N/A |
|
gradientColors |
Array |
[ “rgba(72,72,176,0.2)”, “rgba(72,72,176,0.0)”, “rgba(119,52,169,0)” ] |
|
gradientStops |
Array |
[ 1, 0.4, 0 ] |
|