Fixed typo and doc

pull/1391/head
Cagatay Civici 2021-07-27 20:47:47 +03:00
parent 0afd0f6800
commit 487c016544
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ import Chart from 'primevue/chart';
</code></pre>
<h5>Chart Types</h5>
<p>Chart type is defined using the <i>type</i> property. Currently there are 6 options available; <b>pie</b>, <b>doughtnut</b>, <b>line</b>, <b>bar</b>, <b>radar</b> and <b>polarArea</b>.</p>
<p>Chart type is defined using the <i>type</i> property. Currently there are 6 options available; <b>pie</b>, <b>doughnut</b>, <b>line</b>, <b>bar</b>, <b>radar</b> and <b>polarArea</b>.</p>
<h5>Data</h5>
<p>Data of a chart is provided using a binding to the <i>data</i> property, each type has its own format of data. Here is an example of a line chart. For more information refer to the <a href="https://www.chartjs.org/">charts.js</a> documentation.</p>

View File

@ -16,7 +16,7 @@
<p>PrimeVue is available at <a href="https://www.npmjs.com/package/primevue">npm</a>, if you have an existing application run the following commands to download PrimeVue and PrimeIcons to your project.</p>
<pre v-code.script><code>
npm install primevue@^3.5.1 --save
npm install primevue@3.6.0 --save
npm install primeicons --save
</code></pre>