123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165 |
- {
- "copyright": "Licensed Materials - Property of IBM. IBM Cognos Products: BI Cloud(C) Copyright IBM Corp. 2017, 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": "List",
- "id": "JQGrid",
- "label": "%JQGridCaption",
- "caption": "%JQGridCaption",
- "icon": "visualizations-table",
- "placeholderIcon": "dashboard-analytics/images/placeholders/table.svg",
- "renderer": "dashboard-analytics\/visualizations\/renderer\/grid\/GridRenderer",
- "scope": "default",
- "control": "dashboard-analytics\/visualizations\/renderer\/grid\/control\/JQGrid",
- "supportsAdvancedProperties": true,
- "archetypes": ["JQGrid"],
- "dataRowLimit" : 10000,
- "dataRowLimitIE": 3000,
- "preferredSize": {
- "width": 500,
- "height": 420
- },
- "specification": {
- "template": "/visualizations/JQGrid/template"
- },
- "thumbnailConfig": {
- "unsupportedBrowsers": ["IE"]
- },
- "datasets": [{
- "name":"data"
- }],
- "dataSlots": [{
- "id": "grid_cols",
- "type": "any",
- "stackItems": false,
- "caption": "%JQGridDataSlot_grid_colsLabel",
- "sort": "asc",
- "summaries": true,
- "summaryValues": true,
- "icon": "column_heading",
- "repeats": true,
- "datasetIdList": ["data"]
- }, {
- "id": "heat",
- "icon": "colorBy",
- "stackItems": false,
- "type": "ordinal",
- "caption": "%JQGridDataSlot_colorByLabel",
- "sortOrder": 99,
- "sort": "asc",
- "optional": true,
- "maxItems" : 1,
- "datasetIdList": ["data"]
- }],
- "propertyPrefixes": {
- "dataPoint": "cellValue",
- "grid_cols": "columnHeading"
- },
- "propertyList":[{
- "id": "condColorPalette",
- "editor": {
- "sectionId": "visualization.colorPalette",
- "uiControl": {
- "linkLabel": "%prop_changeCondColorPaletteLabel",
- "reversePalettePropName": "condColorOrder",
- "paletteType": "ConditionalPalette",
- "type": "NewPalette",
- "ariaLabel": "%prop_condColorPaletteLabel",
- "newPaletteLabel": "%prop_newCondColorPaletteLabel",
- "enableReorder": true,
- "sectionLabel": "%prop_condColorPaletteLabel",
- "open": false
- }
- }
- }, {
- "id": "condColorOrder"
- }, {
- "id": "hideSummaries",
- "editor": {
- "sectionId": "visualization.chart",
- "uiControl": {
- "label": "%prop_hideSummariesLabel",
- "type": "ToggleButton",
- "ariaLabel": "%prop_hideSummariesDescription"
- }
- }
- }, {
- "id": "cellValueColor"
- }, {
- "id": "cellValueFontSize"
- }, {
- "id": "cellValueFontFace"
- }, {
- "id": "cellValueFontBold"
- }, {
- "id": "cellValueFontItalic"
- }, {
- "id": "cellValueFontUnderline"
- }, {
- "id": "cellValueFontAlign"
- }, {
- "id": "columnHeadingColor"
- }, {
- "id": "columnHeadingFontSize"
- }, {
- "id": "columnHeadingFontFace"
- }, {
- "id": "columnHeadingFontBold"
- }, {
- "id": "columnHeadingFontItalic"
- }, {
- "id": "columnHeadingFontUnderline"
- }, {
- "id": "columnHeadingFontAlign"
- }],
- "propertyLayoutList": [{
- "type": "Group",
- "id": "visualization",
- "label": "%tabName_visualization"
- }, {
- "type": "Section",
- "id": "colorPalette",
- "label": "%sectionName_colorPalette",
- "position": 1
- }, {
- "type": "Section",
- "id": "chart",
- "label": "%sectionName_chart",
- "position": 4
- }],
- "themeMapping": [{
- "id": "backgroundColor",
- "mapping": ["backgroundColor"]
- }, {
- "id": "contentCellBackground",
- "mapping": ["cellBackgroundColor"]
- }, {
- "id": "contentCellColor",
- "mapping": ["cellColor"]
- }, {
- "id": "headerCellBackground",
- "mapping": ["titleBackgroundColor"]
- }, {
- "id": "headerCellColor",
- "mapping": ["titleColor"]
- }, {
- "id": "font",
- "mapping": ["font"]
- }, {
- "id": "titleFont",
- "mapping": ["titlefont"]
- }, {
- "id": "border",
- "mapping": ["border"]
- }],
- "usages": ["TablesAndSummary"],
- "supportsSortAction": true,
- "supportsContextualTopBottomAction": true,
- "supportsNonContextualTopBottomAction": true,
- "supportsFormatAction": true,
- "supportsCustomGroupAction": true
- }]
- }]
- }
|