Ci-dessous, les différences entre deux révisions de la page.
| Les deux révisions précédentesRévision précédenteProchaine révision | Révision précédente | ||
| devweb:highcharts [28-04-2015 08:30] – edmc73 | devweb:highcharts [04-09-2018 09:23] (Version actuelle) – [Options par défaut] edmc73 | ||
|---|---|---|---|
| Ligne 12: | Ligne 12: | ||
| Highcharts.setOptions({ | Highcharts.setOptions({ | ||
| lang: { | lang: { | ||
| - | loading: 'graph is loading', | + | loading: 'Chargement en cours', |
| rangeSelectorZoom: | rangeSelectorZoom: | ||
| months: [' | months: [' | ||
| Ligne 18: | Ligne 18: | ||
| shortMonths: | shortMonths: | ||
| decimalPoint: | decimalPoint: | ||
| - | thousandsSep: | + | thousandsSep: |
| }, | }, | ||
| global: { | global: { | ||
| Ligne 109: | Ligne 109: | ||
| }); | }); | ||
| </ | </ | ||
| + | exemple => http:// | ||
| + | |||
| + | <code javascript> | ||
| + | $(function () { | ||
| + | $('# | ||
| + | title: { | ||
| + | text: 'Zone with dash style' | ||
| + | }, | ||
| + | subtitle: { | ||
| + | text: ' | ||
| + | }, | ||
| + | xAxis: { | ||
| + | categories: [' | ||
| + | }, | ||
| + | series: [{ | ||
| + | data: [29.9, 71.5, 106.4, 129.2, 144.0, 176.0, 135.6, 148.5, 216.4, 194.1, 95.6, 54.4], | ||
| + | zoneAxis: ' | ||
| + | zones: [{ | ||
| + | value: 7, | ||
| + | dashStyle: ' | ||
| + | }, { | ||
| + | value: 8, | ||
| + | dashStyle: ' | ||
| + | }, { | ||
| + | value: 9, | ||
| + | dashStyle: ' | ||
| + | }] | ||
| + | }] | ||
| + | }); | ||
| + | }); | ||
| + | </ | ||
| + | |||
| + | http:// | ||