(()=>{ let options = {"title":{"text":"Emplois liés à l'environnement et aux technologies propres, Québec, 2012-2024","align":"left","style":{"fontFamily":"Roboto, sans-serif","color":"#223654","fontSize":"18px","fontWeight":"bold","fontStyle":"normal"},"margin":40,"widthAdjust":-44},"subtitle":{"text":"","align":"left","style":{"fontFamily":"Roboto, sans-serif","color":"#223654","fontSize":"16px","fontWeight":"bold","fontStyle":"normal"}},"yAxis":[{"title":{"text":"Nombre d'emplois","style":{"fontFamily":"\"Open Sans\", sans-serif","color":"#223654","fontSize":"14px","fontWeight":"normal","fontStyle":"normal"},"align":"high","enabled":"middle","x":121,"margin":40,"rotation":360,"y":-20,"reserveSpace":false},"min":65000,"max":90000,"gridLineColor":"#dee2e6","gridLineWidth":1,"lineColor":"#dee2e6","lineWidth":0,"endOnTick":false,"startOnTick":true,"tickColor":"#ccd6eb","tickWidth":0,"tickPosition":"outside","tickLength":10,"minorGridLineWidth":1,"minorTickColor":"#999999","minorTicks":true,"minorTickWidth":0,"tickPixelInterval":100,"minorTickLength":2,"minorTickPosition":"outside","minPadding":0.01,"minorTickInterval":5,"labels":{"style":{"fontSize":"14px","color":"#223654"},"format":"{value:.,.0f}","distance":15,"reserveSpace":true},"showLastLabel":true,"showFirstLabel":true,"showEmpty":true,"reversedStacks":true,"allowDecimals":false,"tickInterval":5000}],"series":[{"name":"%","turboThreshold":0,"marker":{"enabled":false},"type":"line","label":{"enabled":false},"color":"#223654","lineWidth":3,"colorByPoint":false},{"visible":false}],"data":{"csvURL":"/api/entrepot/donnees-graphiques/dd_eco_resp_emp-121"},"legend":{"align":"center","verticalAlign":"bottom","floating":false,"lineHeight":16,"shadow":false,"rtl":false,"reversed":false,"squareSymbol":true,"title":{"text":""},"itemStyle":{"fontFamily":"\"Open Sans\", sans-serif","color":"#223654","fontSize":"14px","fontWeight":"normal","fontStyle":"normal","cursor":"pointer"},"itemHiddenStyle":{"fontFamily":"\"Open Sans\", sans-serif","color":"#cccccc","fontSize":"12px","fontWeight":"normal","fontStyle":"normal"},"borderWidth":0,"itemMarginBottom":3,"itemMarginTop":3,"layout":"horizontal","symbolWidth":36,"enabled":false},"xAxis":[{"lineColor":"#dee2e6","type":"category","tickColor":"#dee2e6","tickPosition":"outside","title":{"style":{"fontFamily":"\"Open Sans\", sans-serif","color":"#223654","fontSize":"14px","fontWeight":"normal","fontStyle":"normal"},"x":0,"useHTML":false},"labels":{"style":{"fontSize":"14px","color":"#223654"},"x":0,"useHTML":true,"distance":15,"padding":5,"autoRotation":["-45"],"rotation":0,"reserveSpace":false},"gridLineColor":"#e6e6e6","alignTicks":true,"minorGridLineColor":"#c5cad2","minorGridLineWidth":0,"minorTickLength":0,"minorTickWidth":1,"showEmpty":false,"startOnTick":true,"tickInterval":4,"tickmarkPlacement":"between","tickLength":7,"opposite":false,"reversed":false,"tickWidth":1,"showFirstLabel":true}],"pane":{"background":[]},"responsive":{"rules":[{"condition":{"maxWidth":480},"chartOptions":{"title":{"style":{"fontSize":"16px"}},"subtitle":{"style":{"fontSize":"14px"}},"yAxis":[{"title":{"x":100,"style":{"fontSize":"12px"},"margin":-14},"labels":{"style":{"fontSize":"12px"}}}],"xAxis":[{"labels":{"style":{"fontSize":"12px"}}}],"chart":{"style":{"fontSize":"12px"}},"legend":{"itemStyle":{"fontSize":"12px","marginLeft":"12px"}},"caption":{"style":{"fontSize":"10px"}}}}]},"chart":{"width":null,"height":500,"style":{"fontFamily":"\"Open Sans\", sans-serif","color":"#333","fontSize":"14px","fontWeight":"normal","fontStyle":"normal"},"spacingBottom":8,"spacingLeft":24,"spacingRight":24,"spacingTop":24,"plotBorderWidth":0,"borderWidth":1,"borderColor":"#c5cad2","inverted":false},"tooltip":{"borderColor":"#223654","headerFormat":"
{point.key}","pointFormat":"{point.y:,.0f}
","shared":true,"useHTML":true,"backgroundColor":"rgba(247,247,247,0.95)"},"lang":{"contextButtonTitle":"Menu contextuel","printChart":"Imprimer","downloadPNG":"Télécharger au format PNG","downloadJPEG":"Télécharger au format JPEG","downloadPDF":"Télécharger au format PDF","downloadSVG":"Télécharger au format SVG","resetZoom":"Réinitialiser","decimalPoint":",","downloadCSV":"Télécharger les données CSV","downloadXLS":"Télécharger les données XLSX","drillUpText":"Retour {series.name}","exitFullscreen":"Quitter le mode plein écran","hideData":"Cacher le tableau de données","invalidDate":"Date non valide","loading":"Chargement...","months":["Janvier","Février","Mars","Avril","Mai","Juin","Juillet","Août","Septembre","Octobre","Novembre","Décembre"],"noData":"Aucune donnée","rangeSelectorFrom":"De","rangeSelectorTo":"À","viewData":"Voir le tableau de données","viewFullscreen":"Afficher en plein écran"},"caption":{"useHTML":true,"text":"
Note
p : Donnée provisoire.
Source
Statistique Canada, Compte des produits environnementaux et de technologies propres, tableau 36-10-0632-01.
","style":{"fontFamily":"Open Sans","color":"#223654","fontSize":"12px","fontWeight":"normal","fontStyle":"normal"},"margin":16,"x":0,"y":24},"credits":{"enabled":false},"exporting":{"buttons":{"contextButton":{"menuItems":["viewFullscreen","downloadJPEG","downloadPNG","downloadPDF"]}}},"accessibility":{"describeSingleSeries":true},"googleSpreadsheetKey":false,"googleSpreadsheetWorksheet":false}; const merge = (_, dest, src) => { if (!dest || typeof dest !== "object" || (Array.isArray(dest) && !Array.isArray(src))) dest = src; else if (Array.isArray(dest) && Array.isArray(src)) { dest.forEach((_item, i) => i <= src.length - 1 && merge(_, dest[i], src[i])); if (src.length > dest.length) src.forEach((_item, i) => i > dest.length - 1 && dest.push(src[i])); } else if (!src || typeof src !== "object") dest = src; else { Object.keys(dest).map((key) => (Object.keys(src).includes(key) ? (typeof dest[key] === "object" ? merge(_, dest[key], src[key]) : (dest[key] = src[key])) : null)); Object.keys(src) .filter((key) => !Object.keys(dest).includes(key)) .map((key) => (dest[key] = src[key])); } }; return options; })()