Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
development:javascript:vue:charts [2021/07/07 14:37]
kalenpw
— (current)
Line 1: Line 1:
-====== Charts ====== 
  
----- 
- 
-===== Apex Charts ===== 
- 
-** Installation ** \\ 
-<code bash> 
-npm install --save apexcharts 
-npm install --save vue3-apexcharts 
-</code> 
-In ''main.js'' 
-<code javascript> 
-import VueApexCharts from "vue3-apexcharts"; 
- 
-createApp(App).use(VueApexCharts).mount('#app') 
-</code>