{
  "title":{
    "text":  "(title)",
    "style": "{font-size: 20px; color:#0000ff; font-family: Verdana; text-align: center;}"
  },

  "y_legend":{
    "text": "iWebShop",
    "style": "{color: #736AFF; font-size: 12px;}"
  },

  "elements":[
    {
      "type":      "bar_glass",
      "alpha":     0.8,
      "colour":    "#0000FF",
      "text":      "销售额",
      "font-size--": 10,
      "values" :   [(numbers)]
    }
  ],

  "x_axis":{
    "stroke":       1,
    "tick_height":  10,
    "colour":      "#d000d0",
    "grid_colour": "#00ff00",
    "labels": {
      "labels": [(dates)]
    }
   },

  "y_axis":{
    "stroke":      4,
	"steps": (steps),
    "tick_length": 3,
    "colour":      "#d000d0",
    "grid_colour": "#00ff00",
    "offset":      0,
    "max":         (max)
  },

  "tooltip":{
    "text": "My Tip<br>val=#val#, top=#top#"
  }

/* &x_axis_steps=2& */

}

