Ci-dessous, les différences entre deux révisions de la page.
Prochaine révision | Révision précédente | ||
admin:notes:acharts [06/07/2024/H21:49:47] jeannot créée |
admin:notes:acharts [10/07/2024/H17:48:49] (Version actuelle) jeannot |
||
---|---|---|---|
Ligne 1: | Ligne 1: | ||
====== Acharts ====== | ====== Acharts ====== | ||
https:// | https:// | ||
- | <achart url=: | + | / |
{ | { | ||
chart: { | chart: { | ||
Ligne 16: | Ligne 16: | ||
</ | </ | ||
+ | ---- | ||
+ | < | ||
+ | { | ||
+ | chart: { | ||
+ | width: 380, | ||
+ | type: ' | ||
+ | toolbar: { show: true,tools: { download: true } }, | ||
+ | }, | ||
+ | labels: ['Team A', 'Team B', 'Team C', 'Team D', 'Team E'], | ||
+ | series: [44, 55, 13, 43, 22], | ||
+ | responsive: [{ | ||
+ | breakpoint: 480, | ||
+ | options: { | ||
+ | chart: { | ||
+ | width: 200 | ||
+ | }, | ||
+ | legend: { | ||
+ | position: ' | ||
+ | } | ||
+ | } | ||
+ | }] | ||
+ | } | ||
+ | </ | ||
you see this when javscript or css is not working correct