Home
Product
Introduction
Usage Guide
Resource
Demo
Doc
Vancharts API
Chart Maker Docs
Downloads
Buy
Support
{ "chartType": "Area3D", "title": { "text": "sales", "font": { "fontName": "Microsoft YaHei UI", "style": "bold", "size": 18.666666666666668 } }, "data": { "series": [ { "seriesName": "2013", "value": [ 1100, 2400, 3100, 2500, 1500, 1600, 2500, 3102, 3204, 4000, 2300, 1100 ], "seriesIndex": 0 }, { "seriesName": "2014", "value": [ 500, 600, 100, 1000, 2100, 500, 400, 2000, 1200, 2200, 1500, 3000 ], "seriesIndex": 1 } ], "category": [ "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec" ] }, "tooltip": { "isShowMutiSeries": false, "valueFormat": "#.##", "labelContent": "${VALUE}" }, "plot": { "yAxis": { "position": "left", "mainGridStyle": 1, "axisType": "ValueAxis", "font": {"fontName": "Century Gothic"}, "gap": 0 }, "color": { "colorStyle": "fill", "definedColors": "bright" }, "xAxis": { "position": "bottom", "axisType": "CategoryAxis" }, "isStacked": true } }
Refresh