Skip to content

Instantly share code, notes, and snippets.

@erguotou520
Created December 9, 2016 08:17
Show Gist options
  • Save erguotou520/ca62fab24d98371894d8eb2b6e3e4021 to your computer and use it in GitHub Desktop.
Save erguotou520/ca62fab24d98371894d8eb2b6e3e4021 to your computer and use it in GitHub Desktop.
{
"title": {
"text": "CPU使用率"
},
"tooltip": {
"trigger": "axis"
},
"legend": {
"data": [
"CPU使用率"
]
},
"xAxis": {
"type": "category",
"boundaryGap": false,
"data": [
"2005-02-25 10:58:43",
"2010-02-06 11:07:03",
"2001-11-10 11:35:42",
"1985-05-17 00:02:32",
"2004-07-10 04:53:56",
"1992-05-04 00:56:21",
"2004-02-27 03:12:20"
]
},
"yAxis": {
"type": "value",
"max": 100,
"axisLabel": {
"formatter": "{value} %"
}
},
"series": [
{
"name": "CPU使用率",
"type": "line",
"data": [
16,
73,
70,
64,
49,
71,
51
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment