Outils pour utilisateurs

Outils du site


test

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentes Révision précédente
Prochaine révision
Révision précédente
test [2021/02/23 12:27]
vanlindtmarc
test [2021/02/23 12:57] (Version actuelle)
vanlindtmarc
Ligne 1: Ligne 1:
-<achart url=https://gist.github.com/karl257/6e799cc0d8a5e47ac11d97672a6890dc/raw/0a80ea7ff3b89d0f376aec0eff0d817550b32334/convertcsv.csv height=320px align=center>+<achart>
 { {
-  chart: { +          series: [ 
-      height: 350, +          { 
-      type: 'bar', +            data: [ 
-  }, +              { 
-  dataLabels: { +                x: 'Code', 
-      enabledfalse +                y: [ 
-  }, +                  new Date('2019-03-02').getTime(), 
-  title: { +                  new Date('2019-03-04').getTime() 
-      text"From external url", +                ] 
-  +              }, 
-}+              { 
 +                x: 'Test', 
 +                y: [ 
 +                  new Date('2019-03-04').getTime(), 
 +                  new Date('2019-03-08').getTime() 
 +                ] 
 +              }, 
 +              { 
 +                x: 'Validation', 
 +                y: [ 
 +                  new Date('2019-03-08').getTime(), 
 +                  new Date('2019-03-12').getTime() 
 +                ] 
 +              }, 
 +              { 
 +                x: 'Deployment', 
 +                y: [ 
 +                  new Date('2019-03-12').getTime(), 
 +                  new Date('2019-03-18').getTime() 
 +                ] 
 +              } 
 +            ] 
 +          } 
 +        ], 
 +          chart: { 
 +          height: 350, 
 +          type: 'rangeBar
 +        }, 
 +        plotOptions: { 
 +          bar{ 
 +            horizontal: true 
 +          } 
 +        }, 
 +        xaxis: { 
 +          type'datetime' 
 +        
 +        }
 </achart> </achart>
  
-<achart url=:exemple:convertcsv.csv height=320px align=center> 
-{ 
-  chart: { 
-      height: 350, 
-      type: 'bar', 
-  }, 
-  dataLabels: { 
-      enabled: false 
-  }, 
-  title: { 
-      text: "From a local file", 
-  } 
-} 
-</achart> 
test.1614079655.txt.gz · Dernière modification: 2021/02/23 12:27 de vanlindtmarc