"axes": {
"x": {
"key": "x",
"type": "date"
},
"y": {
"type": "linear"
},
"y2": {
"type": "linear"
}
},
"series": [
{
"y": "count",
"color": "steelblue",
"type": "column",
"axis": "y",
"striped": true,
"label": "Sum Of Count",
"id": "data"
},
{
"y": "trendCount",
"color": "#ff7f0e",
"type": "line",
"axis": "y",
"id": "trend",
"label": "Average",
"thickness": "1px",
"dotSize": 2
},
{
"y": "countRegLine",
"color": "#006600",
"type": "line",
"axis": "y",
"id": "RegressionLine",
"label": "Regression",
"visible": true,
"thickness": "1px",
"dotSize": 2
}
],
"lineMode": "linear",
"tension": 0.7,
"tooltip": {
"mode": "scrubber"
},
"drawLegend": true,
"drawDots": true,
"columnsHGap": 20,
"stacks": [],
"margin": {
"top": 20,
"right": 50,
"bottom": 60,
"left": 50,
"width": 795,
"height": 500
},
"hideOverflow": false
}