123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147 |
- {
- "copyright": "Licensed Materials - Property of IBM. IBM Cognos Products: BI Cloud(C) Copyright IBM Corp. 2017, 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",
- "cssStyles": ["dashboard-analytics/css/main.css"]
- }, {
- "id": "com.ibm.bi.dashboard.widgets",
- "collectionItems": [{
- "containerId": "com.ibm.bi.dashboard.widgets",
- "id": "com.ibm.bi.dashboard.widgets.live",
- "label": "Live",
- "builtin": true,
- "ownTitle": false,
- "widget": "dashboard-analytics/widgets/livewidget/LiveWidget",
- "modelClassPath": "dashboard-analytics/widgets/livewidget/models/LiveWidgetModel",
- "layoutConsumeView": "dashboard/layout/views/Widget",
- "enableSmarts": true,
- "propertyList": [{
- "id": "fillColor",
- "editor": {
- "sectionId": "general.appearance",
- "uiControl": {
- "type": "ColorPicker",
- "label": "%propFillColor",
- "showHexValue": true,
- "addButton": true,
- "open": false,
- "ariaLabel": "%propFillColor",
- "paletteType": "DashboardColorSet"
- }
- }
- }, {
- "id": "borderColor",
- "defaultValue": "transparent",
- "editor": {
- "sectionId": "general.appearance",
- "uiControl": {
- "type": "ColorPicker",
- "showHexValue": true,
- "addButton": true,
- "label": "%propBorderColor",
- "open": false,
- "ariaLabel": "%propBorderColor",
- "paletteType": "DashboardColorSet"
- }
- }
- }, {
- "id": "showTitle",
- "defaultValue": false,
- "editor": {
- "sectionId": "general.appearance",
- "uiControl": {
- "type": "ToggleButton",
- "propertyType": "checkBoxOptions",
- "label": "%showTitleLabel",
- "ariaLabel": "%showTitleLabel"
- }
- }
- },{
- "id": "datagrid.viewOption",
- "defaultValue": "projectedAggregated"
- }, {
- "id": "queryRefresh",
- "defaultValue":{"autoRefresh": false, "unit": "seconds", "value": "60"},
- "editor": {
- "position": 100,
- "sectionId": "visualization.chart",
- "uiControl": {
- "type": "ToggledCombo",
- "label": "%propRefreshAutomatically",
- "description": "%propAutoRefreshDropdownDescription",
- "dropDownOptions": {
- "name": "unit",
- "options": [{
- "label": "%propRefreshIntervalInSeconds",
- "value": "seconds"
- }, {
- "label": "%propRefreshIntervalInMinutes",
- "value": "minutes"
- }, {
- "label": "%propRefreshIntervalInHours",
- "value": "hours"
- }]
- },
- "inputOptions": {
- "name": "value"
- },
- "checkBoxOptions": {
- "name": "autoRefresh"
- },
- "toggledComboHint": "%propInputHint"
- }
- }
- }, {
- "id": "titleMode",
- "editor": {
- "position": 100,
- "sectionId": "visualization.chart",
- "uiControl": {
- "type": "DropDown",
- "label": "%titleTypeLabel",
- "ariaLabel": "%titleTypeLabel",
- "options": [{
- "label": "%smartTitleLabel",
- "value": "smartTitle"
- }, {
- "label": "%customTitleLabel",
- "value": "customTitle"
- }, {
- "label": "%noTitleLabel",
- "value": "noTitle"
- }],
- "active": true
- }
- }
- }],
- "propertyLayoutList": [{
- "type": "Group",
- "id": "general",
- "label": "%tabName_general"
- }, {
- "type": "Group",
- "id": "visualization",
- "label": "%tabName_visualization"
- }, {
- "type": "Section",
- "id": "appearance",
- "label": "%sectionName_appearance"
- }, {
- "type": "Section",
- "id": "chart",
- "label": "%sectionName_chart"
- },
- {
- "id": "banner",
- "value": "%dataAssetPropertiesLabel",
- "name": "banner",
- "type": "Banner"
- }]
- }, {
- "containerId": "com.ibm.bi.dashboard.colorSetExtensions",
- "id": "com.ibm.bi.dashboard.colorSetExtensions.analyticsColorSet",
- "name": "analyticsColorSet",
- "module": "dashboard-analytics/util/AnalyticsColorSet"
- }]
- }]
- }
|