Ci-dessous, les différences entre deux révisions de la page.
| 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: | ||
| - | < | + | < |
| { | { | ||
| - | | + | series: [ |
| - | height: 350, | + | { |
| - | type: 'bar', | + | data: [ |
| - | }, | + | { |
| - | | + | x: ' |
| - | | + | y: [ |
| - | }, | + | new Date(' |
| - | title: { | + | new Date(' |
| - | text: "From external url", | + | ] |
| - | } | + | }, |
| - | } | + | { |
| + | x: ' | ||
| + | y: [ | ||
| + | new Date(' | ||
| + | new Date(' | ||
| + | ] | ||
| + | }, | ||
| + | { | ||
| + | x: ' | ||
| + | y: [ | ||
| + | new Date(' | ||
| + | new Date(' | ||
| + | ] | ||
| + | }, | ||
| + | { | ||
| + | x: ' | ||
| + | y: [ | ||
| + | new Date(' | ||
| + | new Date(' | ||
| + | ] | ||
| + | } | ||
| + | ] | ||
| + | } | ||
| + | ], | ||
| + | | ||
| + | height: 350, | ||
| + | type: 'rangeBar' | ||
| + | }, | ||
| + | | ||
| + | bar: { | ||
| + | | ||
| + | } | ||
| + | | ||
| + | xaxis: { | ||
| + | type: ' | ||
| + | } | ||
| + | } | ||
| </ | </ | ||
| - | <achart url=: | ||
| - | { | ||
| - | chart: { | ||
| - | height: 350, | ||
| - | type: ' | ||
| - | }, | ||
| - | dataLabels: { | ||
| - | enabled: false | ||
| - | }, | ||
| - | title: { | ||
| - | text: "From a local file", | ||
| - | } | ||
| - | } | ||
| - | </ | ||