Differences

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

Link to this comparison view

development:javascript:vue:apexcharts [2021/07/07 14:40]
kalenpw created
development:javascript:vue:apexcharts [2021/07/07 14:40] (current)
kalenpw
Line 1: Line 1:
 ====== Apex Charts ====== ====== Apex Charts ======
  
-** Installation ** \\+---- 
 + 
 +===== Installation =====
 <code bash> <code bash>
 npm install --save apexcharts npm install --save apexcharts
Line 14: Line 16:
  
 ---- ----
-** Example **+===== Example =====
 <code javascript> <code javascript>
 <template> <template>
Line 64: Line 66:
  
 </code> </code>
 +
 +----