﻿{
  "title":{
    "text":"年度收支统计图",
    "style":"{font-size: 18px;color: #356aa0;}"
},

  "elements":[
  {
    "type":      "bar",
    "alpha":     0.5,
    "colour":    "#639F45",
    "text":      "收入",
    "font-size": 12,
    "values" :   [4175.00,1331.00,50.00,2000.00,2680.00,2582.00,2434.00,3061.00,2243.00,2527.00,2590.00,2576.00]
  },
  {
    "type":      "bar",
    "alpha":     0.5,
    "colour":    "#0066CC",
    "text":      "支出",
    "font-size": 12,
    "values" :   [971.00,2341.00,1200.00,1353.00,2404.00,1884.00,1052.00,1623.00,928.00,1892.00,2026.00,1670.00]
  },
  {
    "type":      "bar",
    "alpha":     0.8,
    "colour":    "#CC3399",
    "text":      "结余",
    "font-size": 12,
    "values" :   [3204.00,-1010.00,-1150.00,647.00,276.00,698.00,1382.00,1438.00,1315.00,635.00,564.00,906.00]
  }
 ],

  "x_axis":{
    "labels": {
      "colour": "#736AFF",
      "font-size": 11,
    "labels": ["2010年2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月","2011年1月"]
   }
  },

   "y_axis":{
     "min": -1200,
     "max":  4200
   }

}
