Fixed typo and doc
parent
0afd0f6800
commit
487c016544
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue