[[Template core/front/global/follow is throwing an error. This theme may be out of date. Run the support tool in the AdminCP to restore the default theme.]]
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
[[Template core/front/global/follow is throwing an error. This theme may be out of date. Run the support tool in the AdminCP to restore the default theme.]]
Question
Groover
Hi,
It seem like series not present in the first time step will not be rendered at all when feeding the chart with JSON.
For example, with the JSON below, only the the series MY-HOST will be present in the chart.
Is there any way to to make sure all series are included and drawn in the chart, even with an unreliable JSON like this?
Thanks!
Sample JSON
[
{
"Date": "2013-11-12 19:45",
"MY-HOST": 66
},
{
"Date": "2013-11-12 19:46",
"MY-HOST": 48
},
{
"Date": "2013-11-12 19:47",
"AVG": 27592,
"COMPLETED": 1,
"ABORTED": 0,
"MY-HOST": 36
},
{
"Date": "2013-11-12 19:48",
"AVG": 10142,
"COMPLETED": 2,
"ABORTED": 0,
"MY-HOST": 28
},
{
"Date": "2013-11-12 19:49",
"AVG": 3201,
"COMPLETED": 1,
"ABORTED": 0,
"MY-HOST": 31
},
{
"Date": "2013-11-12 19:50",
"MY-HOST": 35
}
]
Link to comment
Share on other sites
7 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.