Skip to content

Instantly share code, notes, and snippets.

@eshrinivasan
Created November 29, 2022 07:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eshrinivasan/b3c80b9f2a8131da657ae1911b621017 to your computer and use it in GitHub Desktop.
Save eshrinivasan/b3c80b9f2a8131da657ae1911b621017 to your computer and use it in GitHub Desktop.
json
[
{
"statisticsName": "Supplier by Revenue",
"statisticsType": "Financial Performance",
"chartType": "Pie",
"statisticsUnit": "Percentage",
"statisticData": [
{
"clusterName": "high",
"clusterValue": 300
},
{
"clusterName": "Medium",
"clusterValue": 300
},
{
"clusterName": "Low",
"clusterValue": 300
}
]
},
{
"statisticsName": "Supplier by Margin",
"statisticsType": "Financial Performance",
"chartType": "Pie",
"statisticsUnit": "Percentage",
"statisticData": [
{
"clusterName": "high",
"clusterValue": 300
},
{
"clusterName": "Medium",
"clusterValue": 300
},
{
"clusterName": "Low",
"clusterValue": 300
}
]
},
{
"statisticsName": "Supplier by Region",
"statisticData": [
{
"clusterName": "North America",
"clusterValue": 150
},
{
"clusterName": "South America",
"clusterValue": 50
},
{
"clusterName": "Asia pacific",
"clusterValue": 100
},
{
"clusterName": "Europe",
"clusterValue": 100
}
]
},
{
"statisticsName": "Supplier by Industry",
"statisticsType": "Industry Classification",
"chartType": "Treemap",
"statisticsUnit": "Count/Percentage",
"statisticData": [
{
"clusterName": "North America",
"clusterValue": 150
},
{
"clusterName": "South America",
"clusterValue": 50
},
{
"clusterName": "Asia pacific",
"clusterValue": 100
},
{
"clusterName": "Europe",
"clusterValue": 100
}
]
},
{
"statisticsName": "Supplier by Delivery time",
"statisticData": [
{
"clusterName": "On schedule > 70%",
"clusterValue": 150
},
{
"clusterName": "Ahead of schedule > 70%",
"clusterValue": 50
},
{
"clusterName": "Behind schedule > 60%",
"clusterValue": 100
}
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment