From 487c0165447149bf72eba76f7edfa2c595a739cc Mon Sep 17 00:00:00 2001 From: Cagatay Civici Date: Tue, 27 Jul 2021 20:47:47 +0300 Subject: [PATCH] Fixed typo and doc --- src/views/chart/ChartDoc.vue | 2 +- src/views/setup/Setup.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 Types
-

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

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