﻿{
  "title":{
    "text":"资产走势统计图",
    "style":"{font-size: 18px;color: #356aa0;}"
},

"elements":[
{
  "type":      "line",
  "colour":    "#99cc33",
  "text":      "净资产",
  "font-size": 12,
  "width":     2,
  "dot-style": {
    "type":"solid-dot", "dot-size": 4, "tip":"#val#<br>#x_label#" },
    "values" :   [13104.00,12094.00,10944.00,11591.00,11867.00,12565.00,13947.00,15385.00,16700.00,17335.00,17199.00,18105.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": 0,
     "max":  18200
   }

}
