Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sample_data.json with detailedNode #116

Open
rehanann opened this issue Jan 26, 2018 · 2 comments
Open

sample_data.json with detailedNode #116

rehanann opened this issue Jan 26, 2018 · 2 comments

Comments

@rehanann
Copy link

rehanann commented Jan 26, 2018

I am trying to use the further configuration in sample_data.json as below, just trying to figure out the correct pattern.
did anyone tried this method can someone give me idea here?
{
"renderer": "global",
"name": "edge",
"detailedNode":{
"volume":{
"default":{
"donut":{
"top": {
"header":"% RPS",
"format": 0.00
},
"bottom":{
"header":"% RPS",
"format": 0.00
},
"data":"data.globalClassPercents",
"indices":[
{"key":"normal",
"class": "normalDonut"}
],
"nodes": [
{
"renderer":"region",
"name":"INTERNET"
},
{
"renderer":"region",
"name":"abc"
},
{
"renderer":"region",
"name":"def"
}
]
}
}
}
},
"connections":[
{
"source": "INTERNET",
"target": "abc",
"metrics": {
"normal": 30,
"danger": 20
},
"class": "normal"
},
{
"source": "INTERNET",
"target": "def",
"metrics": {
"normal": 30,
"danger": 20
},
"class": "normal"
}
]
}

@jrsquared
Copy link
Contributor

I do not understand the question.

@thebrandonhoward
Copy link

Do you have an example of using detailedNode?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants