123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224 |
- {
- "copyright": "Licensed Materials - Property of IBM. IBM Cognos Products: Dashboard (C) Copyright IBM Corp.2014, 2019. 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": "Singleton",
- "id": "summary",
- "label": "%summaryCaption",
- "caption": "%summaryCaption",
- "icon": "visualizations-summary",
- "placeholderIcon": "dashboard-analytics/images/placeholders/summary.svg",
- "renderer": "dashboard-analytics\/visualizations\/renderer\/summary\/SummaryProxyView",
- "scope": "default",
- "control": "dashboard-analytics\/visualizations\/renderer\/summary\/control\/SummaryControl",
- "supportsFormatAction": true,
- "supportsAdvancedProperties": true,
- "supportsCustomGroupAction": false,
- "supportsFilterAction": false,
- "archetypes": ["summary"],
- "preferredSize": {
- "width": 300,
- "height": 170
- },
- "propertyPrefixes": {
- },
- "datasets": [{
- "name":"data"
- }],
- "thumbnailConfig": {
- "unsupportedBrowsers": ["IE"]
- },
- "dataSlots": [{
- "id": "actual",
- "type": "ordinal",
- "caption": "%summaryDataSlot_valuesLabel",
- "multiItems" : false,
- "maxItems": 1,
- "shapable": true,
- "datasetIdList": ["data"],
- "role": "response",
- "mldTitleProperty": "baseValueLabel",
- "format": {
- "type": "number",
- "maximumFractionDigits": 2,
- "decimalFormatLength": "short"
- }
- }],
- "propertyList": [{
- "id": "value.graphic.content"
- },{
- "id": "value.graphic.currentScaleOption"
- },{
- "id": "value.graphic.fillColor"
- },{
- "id": "value.graphic.borderColor"
- },{
- "id": "elementColor",
- "type":"colorClass",
- "editor": {
- "sectionId": "visualization.color",
- "position": 1,
- "uiControl": {
- "type": "ColorPicker",
- "label": "%prop_valueColorLabel",
- "addButton": true,
- "showHexValue": true,
- "open": false,
- "ariaLabel": "%prop_valueColorLabel",
- "paletteType": "DashboardColorSet",
- "missingIsLast": true
- }
- }
- }, {
- "id": "textAlignment",
- "defaultValue": "center",
- "editor": {
- "sectionId": "visualization.chart",
- "uiControl": {
- "preRenderCallback": {
- "feature" : "Dashboard.SummaryPropertyCallbacks",
- "callbackFunction": "preRenderAlignmentProperty",
- "callbackParams": []
- },
- "type": "IconPicker",
- "label": "%prop_textAlignmentLabel",
- "items": [{
- "name": "left",
- "label": "%prop_textAlignmentLeftLabel",
- "value": "common-left-align"
- }, {
- "name": "center",
- "label": "%prop_textAlignmentCenterLabel",
- "value": "common-center-align"
- }, {
- "name": "right",
- "label": "%prop_textAlignmentRightLabel",
- "value": "common-right-align"
- }]
- }
- }
- }, {
- "id": "baseValueSize",
- "defaultValue": "auto",
- "editor": {
- "sectionId": "visualization.chart",
- "uiControl": {
- "preRenderCallback": {
- "feature" : "Dashboard.SummaryPropertyCallbacks",
- "callbackFunction": "preRenderValueSizeProperty",
- "callbackParams": []
- },
- "type": "DropDown",
- "label": "%prop_baseValueSize",
- "ariaDescribedby": "%prop_baseValueSizeDescription",
- "options": [{
- "label": "auto",
- "value": "auto"
- }, {
- "label": "24",
- "value": "24"
- }, {
- "label": "32",
- "value": "32"
- }, {
- "label": "48",
- "value": "48"
- }, {
- "label": "64",
- "value": "64"
- }]
- }
- }
- }, {
- "id": "showItemLabel",
- "defaultValue": true,
- "editor": {
- "sectionId": "visualization.chart",
- "uiControl": {
- "label": "%prop_showItemLabelLabel",
- "type": "ToggleButton",
- "ariaLabel": "%prop_showItemLabelDescription"
- }
- }
- }, {
- "id": "baseValueLabel",
- "editor": {
- "sectionId": "visualization.chart",
- "uiControl": {
- "preRenderCallback": {
- "feature" : "Dashboard.SummaryPropertyCallbacks",
- "callbackFunction": "preRenderBaseLabelProperty",
- "callbackParams": []
- },
- "type": "InputLabel",
- "name": "baseValueLabel",
- "ellipses": false,
- "multilingual": true,
- "label": "%prop_baseLabelText",
- "ariaLabel": "%prop_baseLabelTextDescription",
- "newLook": true,
- "handleReturnKey": true
- }
- }
- }, {
- "id": "fillDirection",
- "editor": {
- "sectionId": "visualization.chart",
- "uiControl": {
- "preRenderCallback": {
- "feature" : "Dashboard.SummaryPropertyCallbacks",
- "callbackFunction": "preRenderFillDirectionProperty",
- "callbackParams": []
- },
- "ariaDescribedby": "%propFillDirectionDesciption",
- "options": [{
- "label": "%propFillDirectionSide",
- "value": "LeftToRight"
- }, {
- "label": "%propFillDirectionBottom",
- "value": "BottomToTop"
- }],
- "label": "%propFillDirection",
- "type": "DropDown"
- }
- }
- }],
- "propertyLayoutList": [{
- "type": "Group",
- "id": "visualization",
- "label": "%tabName_visualization"
- }, {
- "type": "Section",
- "id": "color",
- "label": "%sectionName_colorPalette",
- "position": 1
- }, {
- "type": "Section",
- "id": "chart",
- "label": "%sectionName_chart",
- "position": 4
- }],
- "actions": [{
- "id": "AggregationTypeAction",
- "slot": "actual"
- }, {
- "id": "FormatAction",
- "slot": "actual"
- }],
- "themeMapping": [],
- "isRecommendable": true,
- "customRecommendation": {
- "condition": {
- "fact": 1,
- "attribute": 0
- },
- "rank": 3
- },
- "usages": ["TablesAndSummary"]
- }]
- }]
- }
|