12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- {
- "copyright": "Licensed Materials - Property of IBM. IBM Cognos Products: BI Cloud(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": "Hierarchy",
- "id": "list",
- "label": "%listCaption",
- "caption": "%listCaption",
- "icon": "visualizations-hierarchy",
- "placeholderIcon": "dashboard-analytics/images/placeholders/hierarchy.svg",
- "renderer": "dashboard-analytics\/visualizations\/renderer\/indentedlist\/IndentedListRenderer",
- "control": "dashboard-analytics\/visualizations\/renderer\/indentedlist\/control\/IndentedListControl",
- "supportsAdvancedProperties": true,
- "scope": "default",
- "archetypes": ["list"],
- "dataRowLimit": 3000,
- "dataRowLimitIE": 3000,
- "preferredSize": {
- "width": 220,
- "height": 320
- },
- "datasets": [{
- "name":"data"
- }],
- "thumbnailConfig": {
- "unsupportedBrowsers": ["IE"]
- },
- "dataSlots": [{
- "id": "level1",
- "icon": "level",
- "type": "category",
- "caption": "%listDataSlot_level1Label",
- "sortOrder": 1,
- "sort": "asc",
- "stackItems": false,
- "filterException": true,
- "maxItems": 3,
- "recommendMulti": true,
- "datasetIdList": ["data"],
- "role": "explanatory"
- }],
- "propertyPrefixes": {
- "dataPoint": "listValue"
- },
- "propertyList": [{
- "id": "listValueColor"
- }, {
- "id": "listValueFontSize"
- }, {
- "id": "listValueFontFace"
- }, {
- "id": "listValueFontBold"
- }, {
- "id": "listValueFontItalic"
- }, {
- "id": "listValueFontUnderline"
- }, {
- "id": "listValueFontAlign"
- }],
- "propertyLayoutList": [],
- "themeMapping": [],
- "isRecommendable": true,
- "usages": ["TablesAndSummary"],
- "supportsSortAction": true,
- "supportsContextualTopBottomAction": true,
- "supportsNonContextualTopBottomAction": true,
- "supportsFormatAction": true,
- "supportsCustomGroupAction": true
- }]
- }]
- }
|