diff --git a/src/views/chart/ChartDoc.vue b/src/views/chart/ChartDoc.vue index 5d1aa4ae1..c6870a11c 100755 --- a/src/views/chart/ChartDoc.vue +++ b/src/views/chart/ChartDoc.vue @@ -18,7 +18,7 @@ import Chart from 'primevue/chart';
Chart type is defined using the type property. Currently there are 6 options available; pie, doughtnut, line, bar, radar and polarArea.
+Chart type is defined using the type property. Currently there are 6 options available; pie, doughnut, line, bar, radar and polarArea.
Data of a chart is provided using a binding to the data property, each type has its own format of data. Here is an example of a line chart. For more information refer to the charts.js documentation.
diff --git a/src/views/setup/Setup.vue b/src/views/setup/Setup.vue index 68b1b1266..b76687340 100755 --- a/src/views/setup/Setup.vue +++ b/src/views/setup/Setup.vue @@ -16,7 +16,7 @@PrimeVue is available at npm, if you have an existing application run the following commands to download PrimeVue and PrimeIcons to your project.
-npm install primevue@^3.5.1 --save
+npm install primevue@3.6.0 --save
npm install primeicons --save