Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
playground:plugins [2025/09/26 03:42] rahulplayground:plugins [2025/09/26 03:44] (current) – [ApexCharts] rahul
Line 35: Line 35:
  
 <achart url=[[https://gist.github.com/karl257/6e799cc0d8a5e47ac11d97672a6890dc/raw/0a80ea7ff3b89d0f376aec0eff0d817550b32334/convertcsv.csv|https://gist.github.com/karl257/6e799cc0d8a5e47ac11d97672a6890dc/raw/0a80ea7ff3b89d0f376aec0eff0d817550b32334/convertcsv.csv]] height=320px align=center> { <achart url=[[https://gist.github.com/karl257/6e799cc0d8a5e47ac11d97672a6890dc/raw/0a80ea7ff3b89d0f376aec0eff0d817550b32334/convertcsv.csv|https://gist.github.com/karl257/6e799cc0d8a5e47ac11d97672a6890dc/raw/0a80ea7ff3b89d0f376aec0eff0d817550b32334/convertcsv.csv]] height=320px align=center> {
-<code> 
  
 chart: { chart: {
Line 52: Line 51:
 } }
  
-</code> 
  
 } </achart> } </achart>
Line 58: Line 56:
 <achart url=:playground:2kWy2.csv height=320px align=center> { <achart url=:playground:2kWy2.csv height=320px align=center> {
  
-<code>chart: {+chart: {
     height: 350,     height: 350,
     type: 'line',     type: 'line',
Line 91: Line 89:
     text: "Production (kWh)",     text: "Production (kWh)",
 } }
- 
-</code> 
- 
 } </achart> } </achart>
  
 <achart url=:playground:2kWy2.csv height=320px align=center> { <achart url=:playground:2kWy2.csv height=320px align=center> {
  
-<code>chart: {+chart: {
     height: 350,     height: 350,
     type: 'bar',     type: 'bar',
Line 114: Line 109:
     text: "Production (kWh), Yield",     text: "Production (kWh), Yield",
 } }
- 
-</code> 
  
 } </achart> } </achart>