We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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" } ] }
The text was updated successfully, but these errors were encountered:
I do not understand the question.
Sorry, something went wrong.
Do you have an example of using detailedNode?
No branches or pull requests
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"
}
]
}
The text was updated successfully, but these errors were encountered: