VizRecommenderMap.json 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190
  1. {
  2. "Refs": {
  3. "FloatingBar": "ClusteredBar",
  4. "FloatingColumn": "ClusteredColumn",
  5. "SmoothArea" : "Area",
  6. "SmoothLine": "Line",
  7. "StepLine": "Line",
  8. "StepArea": "Area"
  9. },
  10. "Vida": {
  11. "com.ibm.vis.area": {
  12. "name" : ["Area", "StackedArea"],
  13. "idDataSet" : "data",
  14. "slots" : [{"categories" : ["CATEGORY"]}, {"series" : ["COLOR"]}, {"values" : ["VALUE"]}]
  15. },
  16. "com.ibm.vis.boxplot": {
  17. "name" : ["BoxPlot"],
  18. "idDataSet": "data",
  19. "slots" : [{"key" : ["CATEGORY"]}, {"categories" : ["CATEGORY"]}, {"color" : ["COLOR"]}, {"values" : ["VALUE"]}]
  20. },
  21. "com.ibm.vis.bubble" : {
  22. "name" : ["Bubble"],
  23. "idDataSet" : "data",
  24. "slots" : [{"x" : ["X"]}, {"y" : ["Y", "POINTS"]}, {"size" : ["SIZE"]}, {"color" : ["COLOR"]}]
  25. },
  26. "com.ibm.vis.bullet" : {
  27. "name" : ["Bullet"],
  28. "idDataSet" : "bulletData",
  29. "slots" : [{"actual" : ["ACTUAL"]}, {"goal" : ["TARGET"]}, {"min":["MINIMUM"]}, {"mid":[]}, {"max":["MAXIMUM"]}]
  30. },
  31. "com.ibm.vis.clusteredBar" : {
  32. "name" : ["ClusteredBar","Bar"],
  33. "idDataSet" : "data",
  34. "slots" : [{"categories" : ["CATEGORY"]}, {"color" : ["COLOR"]}, {"values" : ["VALUE"]}]
  35. },
  36. "com.ibm.vis.clusteredColumn" : {
  37. "name" : ["ClusteredColumn", "Column"],
  38. "idDataSet" : "data",
  39. "slots" : [{"categories" : ["CATEGORY"]}, {"color" : ["COLOR"]}, {"values" : ["VALUE"]}]
  40. },
  41. "com.ibm.vis.dial" : {
  42. "name" : ["Dial"],
  43. "idDataSet" : "dataset",
  44. "slots" : [{"categories" : ["CATEGORY"]}, {"values" : ["VALUE"]}, {"color" : ["COLOR"]}, {"maxValue" : []}]
  45. },
  46. "com.ibm.vis.floatingBar" : {
  47. "name" : ["FloatingBar"],
  48. "idDataSet" : "data",
  49. "slots" : [{"categories" : ["CATEGORY"]}, {"color" : ["COLOR"]}, {"values" : ["VALUE"]}]
  50. },
  51. "com.ibm.vis.floatingColumn" : {
  52. "name" : ["FloatingColumn"],
  53. "idDataSet" : "data",
  54. "slots" : [{"categories" : ["CATEGORY"]}, {"color" : ["COLOR"]}, {"values" : ["VALUE"]}]
  55. },
  56. "com.ibm.vis.heatmap" : {
  57. "name" : ["Heatmap"],
  58. "idDataSet" : "data",
  59. "slots" : [{"categories" : ["ROW"]}, {"series" : ["COLUMN"]}, {"color" : ["COLOR"]}, {"points":["POINTS"]}, {"size":["SIZE"]}]
  60. },
  61. "com.ibm.vis.hierarchicalPackedBubble" : {
  62. "name" : ["HierarchicalPackedBubble"],
  63. "idDataSet" : "data",
  64. "slots" : [{"categories" : ["CATEGORY", "HIERARCHY"]}, {"size" : ["SIZE"]}, {"color" : ["COLOR"]}]
  65. },
  66. "com.ibm.vis.line" : {
  67. "name" : ["Line"],
  68. "idDataSet": "data",
  69. "slots" : [{"categories" : ["CATEGORY"]}, {"series" : []}, {"values" : ["VALUE"]}]
  70. },
  71. "com.ibm.vis.marimekko" : {
  72. "name" : ["Marimekko"],
  73. "idDataSet" : "data",
  74. "slots" : [{"categories" : ["BARS" ]}, {"color" : ["COLOR"]}, {"values" : ["LENGTH"]}, {"width": ["WIDTH"]}]
  75. },
  76. "com.ibm.vis.packedBubble" : {
  77. "name" : ["PackedBubble"],
  78. "idDataSet" : "data",
  79. "slots" : [{"categories" : ["CATEGORY"]}, {"size" : ["SIZE"]}, {"color" : ["COLOR"]}]
  80. },
  81. "com.ibm.vis.pie" : {
  82. "name" : ["Pie"],
  83. "idDataSet" : "data",
  84. "slots" : [{"categories" : ["CATEGORY"]}, {"values" : ["VALUE"]}]
  85. },
  86. "com.ibm.vis.point" : {
  87. "name" : ["Point"],
  88. "idDataSet" : "data",
  89. "slots" : [{"categories" : ["CATEGORY"]}, {"series" : ["COLOR"]}, {"values" : ["VALUE"]}]
  90. },
  91. "com.ibm.vis.radar" : {
  92. "name" : ["Radar"],
  93. "idDataSet" : "data",
  94. "slots" : [{"categories" : ["CATEGORY", "CYCLICAL"]}, {"series" : ["COLOR"]}, {"values" : ["VALUE"]}]
  95. },
  96. "com.ibm.vis.river" : {
  97. "name" : ["River"],
  98. "idDataSet" : "data",
  99. "slots" : [{"categories" : ["CATEGORY"]}, {"series" : ["COLOR"]}, {"values" : ["VALUE"]}]
  100. },
  101. "com.ibm.vis.scatter" : {
  102. "name" : ["Scatter"],
  103. "idDataSet" : "data",
  104. "slots" : [{"categories" : ["POINTS"]}, {"x" : ["X"]}, {"y" : ["Y"]}, {"color" : ["COLOR"]}]
  105. },
  106. "com.ibm.vis.clusteredCombination" : {
  107. "name" : ["DualAxis"],
  108. "idDataSet" : "column",
  109. "slots" : [{"categories" : ["CATEGORY"]}, {"columnValue" : ["Y1"]}]
  110. },
  111. "com.ibm.vis.smoothArea" : {
  112. "name" : ["SmoothArea"],
  113. "idDataSet" : "data",
  114. "slots" : [{"categories" : ["CATEGORY"]}, {"series" : ["COLOR"]}, {"values" : ["VALUE"]}]
  115. },
  116. "com.ibm.vis.smoothLine" : {
  117. "name" : ["SmoothLine"],
  118. "idDataSet": "data",
  119. "slots" : [{"categories" : ["CATEGORY"]}, {"series" : []}, {"values" : ["VALUE"]}]
  120. },
  121. "com.ibm.vis.stackedBar" : {
  122. "name" : ["StackedBar"],
  123. "idDataSet" : "data",
  124. "slots" : [{"categories" : ["CATEGORY"]}, {"color" : ["COLOR"]}, {"values" : ["VALUE"]}]
  125. },
  126. "com.ibm.vis.stackedColumn" : {
  127. "name" : ["StackedColumn"],
  128. "idDataSet" : "data",
  129. "slots" : [{"categories" : ["CATEGORY" ]}, {"color" : ["COLOR"]}, {"values" : ["VALUE"]}]
  130. },
  131. "com.ibm.vis.stepLine" : {
  132. "name" : ["StepLine"],
  133. "idDataSet": "data",
  134. "slots" : [{"categories" : ["CATEGORY"]}, {"series" : []}, {"values" : ["VALUE"]}]
  135. },
  136. "com.ibm.vis.stepArea" : {
  137. "name" : ["StepArea"],
  138. "idDataSet" : "data",
  139. "slots" : [{"categories" : ["CATEGORY"]}, {"series" : ["COLOR"]}, {"values" : ["VALUE"]}]
  140. },
  141. "com.ibm.vis.tiledmap" : {
  142. "name" : ["Tiledmap"],
  143. "idDataSet" : ["data.region", "data.point", "data.latlong"],
  144. "slots": [
  145. {"locations" : ["REGION_LOCATION"], "dsRef" : 0},
  146. {"locationColor" : ["REGION_COLOR"], "dsRef" : 0},
  147. {"pointLocations" : ["POINT_LOCATION"], "dsRef" : 1},
  148. {"pointSize" : ["POINT_SIZE"], "dsRef" : 1},
  149. {"pointColor" : ["POINT_COLOR"], "dsRef" : 1},
  150. {"latlongLocations.latitude": ["COORDINATE_LATITUDE"], "dsRef" : 2},
  151. {"latlongLocations.longitude": ["COORDINATE_LONGITUDE"], "dsRef" : 2},
  152. {"latlongLocations.caption": ["COORDINATE_LABEL"], "dsRef" : 2},
  153. {"latlongSize" : ["COORDINATE_SIZE"], "dsRef": 2},
  154. {"latlongColor" : ["COORDINATE_COLOR"], "dsRef" : 2}
  155. ]
  156. },
  157. "com.ibm.vis.treemap" : {
  158. "name" : ["Treemap"],
  159. "idDataSet" : "data",
  160. "slots" : [{"categories" : ["CATEGORY", "HIERARCHY"]}, {"size" : ["SIZE"]}, {"color" : ["COLOR"]}]
  161. },
  162. "com.ibm.vis.waterfall" : {
  163. "name" : ["Waterfall"],
  164. "idDataSet" : "data",
  165. "slots" : [{"categories" : ["CATEGORY"]}, {"values" : ["VALUE", "CUMULATIVE"]}]
  166. },
  167. "com.ibm.vis.wordcloud" : {
  168. "name" : ["Wordle"],
  169. "idDataSet" : "data",
  170. "slots" : [{"categories" : ["CATEGORY"]}, {"size" : ["SIZE"]},{"color" : ["COLOR"]}]
  171. }
  172. },
  173. "Exceptional": {
  174. "Singleton" : {
  175. "name" : ["Singleton"],
  176. "slots" : [{"contents" : ["VALUE"]}]
  177. },
  178. "List" : {
  179. "name" : ["List"],
  180. "slots" : [{"contents" : ["ANY"]}]
  181. },
  182. "Crosstab" : {
  183. "name" : ["Crosstab"],
  184. "slots" : [{"crosstabColumns" : ["COLOR", "HIERARCHY","COLUMN_HIERARCHY"], "exclusive": false}, {"crosstabRows" : ["CATEGORY", "ROW_HIERARCHY"], "exclusive": false},
  185. {"defaultMeasure" : ["VALUE"]}]
  186. }
  187. }
  188. }