@google/dscc
Version:
`dscc` (Data Studio Community Component) is a library to help with the building of community components for Google Data Studio. It can be used as a standalone library, or as a npm dependency.
30 lines (29 loc) • 501 B
JSON
{
"data": [
{
"id": "concepts",
"label": "Concepts",
"elements": [
{
"id": "dimID",
"label": "A dimension",
"type": "DIMENSION",
"options": {
"min": 1,
"max": 1
}
},
{
"id": "metricID",
"label": "A metric",
"type": "METRIC",
"options": {
"min": 1,
"max": 1
}
}
]
}
],
"style": [ ]
}