BAdataplayer.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. {
  2. "copyright": "Licensed Materials - Property of IBM. IBM Cognos Products: Dashboard (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. {
  5. "id": "com.ibm.bi.dashboard",
  6. "collectionItems": [
  7. {
  8. "containerId": "com.ibm.bi.dashboard.live-visualizations",
  9. "type": "DataPlayer",
  10. "id": "dataPlayer",
  11. "label": "%dataPlayerCaption",
  12. "caption": "%dataPlayerCaption",
  13. "icon": "visualizations-dataplayer",
  14. "placeholderIcon": "dashboard-analytics/images/placeholders/dataplayer.svg",
  15. "renderer": "dashboard-analytics\/visualizations\/renderer\/dataplayer\/DataPlayerRenderer",
  16. "scope": "default",
  17. "archetypes": ["dataPlayer"],
  18. "dataRowLimit": 200,
  19. "preferredSize": {
  20. "width": 520,
  21. "height": 120
  22. },
  23. "datasets": [
  24. {
  25. "name":"data"
  26. }
  27. ],
  28. "dataSlots": [
  29. {
  30. "id": "category",
  31. "type": "category",
  32. "caption": "%categoriesLabel",
  33. "sort": "asc",
  34. "stackItems": false,
  35. "filterException": true,
  36. "maxItems": 1,
  37. "datasetIdList": ["data"],
  38. "role": "explanatory"
  39. }
  40. ],
  41. "isRecommendable": true,
  42. "reactToExternalBrushing": false,
  43. "usages": ["Trend"],
  44. "supportsSortAction": true,
  45. "supportsContextualTopBottomAction": true,
  46. "supportsNonContextualTopBottomAction": true,
  47. "supportsFormatAction": true,
  48. "supportsCustomGroupAction": false
  49. }
  50. ]
  51. }
  52. ]
  53. }