1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- {
- "copyright": "Licensed Materials - Property of IBM. IBM Cognos Products: Dashboard (C) Copyright IBM Corp.2014, 2020. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.",
- "features": [
- {
- "id": "com.ibm.bi.dashboard",
- "collectionItems": [
- {
- "containerId": "com.ibm.bi.dashboard.live-visualizations",
- "type": "DataPlayer",
- "id": "dataPlayer",
- "label": "%dataPlayerCaption",
- "caption": "%dataPlayerCaption",
- "icon": "visualizations-dataplayer",
- "placeholderIcon": "dashboard-analytics/images/placeholders/dataplayer.svg",
- "renderer": "dashboard-analytics\/visualizations\/renderer\/dataplayer\/DataPlayerRenderer",
- "scope": "default",
- "archetypes": ["dataPlayer"],
- "dataRowLimit": 200,
- "preferredSize": {
- "width": 520,
- "height": 120
- },
- "datasets": [
- {
- "name":"data"
- }
- ],
- "dataSlots": [
- {
- "id": "category",
- "type": "category",
- "caption": "%categoriesLabel",
- "sort": "asc",
- "stackItems": false,
- "filterException": true,
- "maxItems": 1,
- "datasetIdList": ["data"],
- "role": "explanatory"
- }
- ],
- "isRecommendable": true,
- "reactToExternalBrushing": false,
- "usages": ["Trend"],
- "supportsSortAction": true,
- "supportsContextualTopBottomAction": true,
- "supportsNonContextualTopBottomAction": true,
- "supportsFormatAction": true,
- "supportsCustomGroupAction": false
- }
- ]
- }
- ]
- }
|