BAlist.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "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.",
  3. "features": [{
  4. "id": "com.ibm.bi.dashboard",
  5. "collectionItems": [{
  6. "containerId": "com.ibm.bi.dashboard.live-visualizations",
  7. "type": "Hierarchy",
  8. "id": "list",
  9. "label": "%listCaption",
  10. "caption": "%listCaption",
  11. "icon": "visualizations-hierarchy",
  12. "placeholderIcon": "dashboard-analytics/images/placeholders/hierarchy.svg",
  13. "renderer": "dashboard-analytics\/visualizations\/renderer\/indentedlist\/IndentedListRenderer",
  14. "control": "dashboard-analytics\/visualizations\/renderer\/indentedlist\/control\/IndentedListControl",
  15. "supportsAdvancedProperties": true,
  16. "scope": "default",
  17. "archetypes": ["list"],
  18. "dataRowLimit": 3000,
  19. "dataRowLimitIE": 3000,
  20. "preferredSize": {
  21. "width": 220,
  22. "height": 320
  23. },
  24. "datasets": [{
  25. "name":"data"
  26. }],
  27. "thumbnailConfig": {
  28. "unsupportedBrowsers": ["IE"]
  29. },
  30. "dataSlots": [{
  31. "id": "level1",
  32. "icon": "level",
  33. "type": "category",
  34. "caption": "%listDataSlot_level1Label",
  35. "sortOrder": 1,
  36. "sort": "asc",
  37. "stackItems": false,
  38. "filterException": true,
  39. "maxItems": 3,
  40. "recommendMulti": true,
  41. "datasetIdList": ["data"],
  42. "role": "explanatory"
  43. }],
  44. "propertyPrefixes": {
  45. "dataPoint": "listValue"
  46. },
  47. "propertyList": [{
  48. "id": "listValueColor"
  49. }, {
  50. "id": "listValueFontSize"
  51. }, {
  52. "id": "listValueFontFace"
  53. }, {
  54. "id": "listValueFontBold"
  55. }, {
  56. "id": "listValueFontItalic"
  57. }, {
  58. "id": "listValueFontUnderline"
  59. }, {
  60. "id": "listValueFontAlign"
  61. }],
  62. "propertyLayoutList": [],
  63. "themeMapping": [],
  64. "isRecommendable": true,
  65. "usages": ["TablesAndSummary"],
  66. "supportsSortAction": true,
  67. "supportsContextualTopBottomAction": true,
  68. "supportsNonContextualTopBottomAction": true,
  69. "supportsFormatAction": true,
  70. "supportsCustomGroupAction": true
  71. }]
  72. }]
  73. }