mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2026-01-05 03:56:35 +00:00
30 lines
973 B
JSON
30 lines
973 B
JSON
[
|
|
{
|
|
"name": "chart_1",
|
|
"displayName": "Chart 1",
|
|
"description": "This is a sample Chart for Looker",
|
|
"chartType": "Text",
|
|
"sourceUrl": "http://localhost:8088/looker/explore/?form_data=%7B%22slice_id%22%3A%20114%7D"
|
|
},
|
|
{
|
|
"name":"chart_2",
|
|
"displayName": "Chart 2",
|
|
"description": "This is a sample Chart for Looker",
|
|
"chartType": "Bar",
|
|
"sourceUrl": "http://localhost:8088/looker/explore/?form_data=%7B%22slice_id%22%3A%20166%7D"
|
|
},
|
|
{
|
|
"name": "chart_3",
|
|
"displayName": "✈️ Chart 3",
|
|
"description": "This is a sample Chart for Looker",
|
|
"chartType": "Other",
|
|
"sourceUrl": "http://localhost:8088/looker/explore/?form_data=%7B%22slice_id%22%3A%2092%7D"
|
|
},
|
|
{
|
|
"name": "chart_4",
|
|
"displayName": "Chart 4",
|
|
"description": "This is a sample Chart for Looker",
|
|
"chartType": "Histogram",
|
|
"sourceUrl": "http://localhost:8088/looker/explore/?form_data=%7B%22slice_id%22%3A%20117%7D"
|
|
}
|
|
] |