Outils pour utilisateurs

Outils du site


test

Ceci est une ancienne révision du document !


const dataSource = { chart: { caption: "App Publishing Trend", subcaption: "2012-2016", xaxisname: "Years", yaxisname: "Total number of apps in store", formatnumberscale: "1", plottooltext: "$dataValue apps were available on $seriesName in $label", theme: "fusion" }, categories: [ { category: [ { label: "2012" }, { label: "2013" }, { label: "2014" }, { label: "2015" }, { label: "2016" } ] } ], dataset: [ { seriesname: "iOS App Store", data: [ { value: "125000" }, { value: "300000" }, { value: "480000" }, { value: "800000" }, { value: "1100000" } ] }, { seriesname: "Google Play Store", data: [ { value: "70000" }, { value: "150000" }, { value: "350000" }, { value: "600000" }, { value: "1400000" } ] }, { seriesname: "Amazon AppStore", data: [ { value: "10000" }, { value: "100000" }, { value: "300000" }, { value: "600000" }, { value: "900000" } ] } ] }; FusionCharts.ready(function() { var myChart = new FusionCharts({ type: "mscolumn3d", renderAt: "chart-container", width: "100%", height: "100%", dataFormat: "json", dataSource }).render(); });

test.1614078476.txt.gz · Dernière modification: 2021/02/23 12:07 de vanlindtmarc