﻿{
  "title":{
    "text":"(title)",
    "style":"{font-size:20px; color: #FF0000; }"
  },
"bg_colour":"#2F4F4F ",
  "elements":[
    {
      "type":      "(charttype)",
      "font-size": 10,
      "alpha":     0.8,
      "width":2,
      "tip":"#top#<br>#x_label#",
      "values" :   [(values)]
    }
  ],
  "x_axis":{
  "grid-visible":false,
  "3d":     5,
    "labels": {
    "rotate": 315,
    "labels" :[(xlabels)]
    }
  },
  "y_axis":{
    "steps":(steps),
    "min": (ymin),
    "max": (ymax)
  },
  "x_legend":{
    "text":"WebZhu图表统计",
    "style":"{font-size: 12px; color:#FF9400;}"
  }
}