VidaChartTypes.json 31 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250
  1. {
  2. "com.ibm.vis.area": {
  3. "title": "IDS_LBL_CHART_vida_area",
  4. "tooltip": "IDS_TOOLTIP_CHART_vida_area",
  5. "updated": "",
  6. "outputType": "all",
  7. "tags": [
  8. "IDS_LBL_CHART_TAG_area"
  9. ],
  10. "description": "IDS_TOOLTIP_CHART_vida_area",
  11. "author": "IBM",
  12. "localDateTime": "",
  13. "dataSets": {
  14. "data": {
  15. "name": "IDS_LBL_DATASET_CATEGORY_tabularDataSet",
  16. "categoryFields": "2",
  17. "valueFields": "1",
  18. "anyFields": "0"
  19. }
  20. },
  21. "svgIcon": "visualizations-area",
  22. "svgPlaceholder": "Area_256.svg",
  23. "width": 320,
  24. "height": 320,
  25. "location": "com/ibm/vida/vizbundles/rave2bundlearea",
  26. "propertyConfiguration": {
  27. "area.interpolate": "linear",
  28. "data.handling": "Stacked"
  29. },
  30. "capabilities": {
  31. "serverRendering": true,
  32. "rave2Equivalent": "rave-library-area,area",
  33. "measureGroup": true
  34. }
  35. },
  36. "com.ibm.vis.smoothArea": {
  37. "title": "IDS_LBL_CHART_vida_smoothArea",
  38. "tooltip": "IDS_TOOLTIP_CHART_vida_smoothArea",
  39. "updated": "",
  40. "outputType": "all",
  41. "tags": [
  42. "IDS_LBL_CHART_TAG_area"
  43. ],
  44. "description": "IDS_TOOLTIP_CHART_vida_smoothArea",
  45. "author": "IBM",
  46. "localDateTime": "",
  47. "dataSets": {
  48. "data": {
  49. "name": "IDS_LBL_DATASET_CATEGORY_tabularDataSet",
  50. "categoryFields": "2",
  51. "valueFields": "1",
  52. "anyFields": "0"
  53. }
  54. },
  55. "svgIcon": "visualizations-smootharea",
  56. "svgPlaceholder": "smooth-area_256.svg",
  57. "width": 320,
  58. "height": 320,
  59. "location": "com/ibm/vida/vizbundles/rave2bundlearea",
  60. "propertyConfiguration": {
  61. "area.interpolate": "cardinal",
  62. "data.handling": "Stacked"
  63. },
  64. "propertyPossibleValues": {
  65. "area.interpolate": ["cardinal", "basis"]
  66. },
  67. "capabilities": {
  68. "serverRendering": true,
  69. "rave2Equivalent": "rave-library-area,smoothArea",
  70. "measureGroup": true
  71. }
  72. },
  73. "com.ibm.vis.river": {
  74. "title": "IDS_LBL_CHART_vida_river",
  75. "tooltip": "IDS_TOOLTIP_CHART_vida_river",
  76. "updated": "",
  77. "outputType": "all",
  78. "tags": [
  79. "IDS_LBL_CHART_TAG_area"
  80. ],
  81. "description": "IDS_TOOLTIP_CHART_vida_river",
  82. "author": "IBM",
  83. "localDateTime": "",
  84. "dataSets": {
  85. "data": {
  86. "id": "data",
  87. "name": "IDS_LBL_DATASET_CATEGORY_tabularDataSet",
  88. "categoryFields": "2",
  89. "valueFields": "1",
  90. "anyFields": "0"
  91. }
  92. },
  93. "svgIcon": "visualizations-river",
  94. "svgPlaceholder": "river_256.svg",
  95. "width": 320,
  96. "height": 320,
  97. "location": "com/ibm/vida/vizbundles/rave2bundlearea",
  98. "propertyConfiguration": {
  99. "area.interpolate": "cardinal",
  100. "data.handling": "Stream",
  101. "valueAxis.ticks.labels.visible": false,
  102. "valueAxis.ticks.visible": false,
  103. "valueAxis.gridLines.visible": false,
  104. "valueAxis.line.visible": false
  105. },
  106. "propertyPossibleValues": {
  107. "area.interpolate": ["cardinal", "basis"]
  108. },
  109. "capabilities": {
  110. "serverRendering": true,
  111. "rave2Equivalent": "rave-library-area,river",
  112. "measureGroup": true
  113. }
  114. },
  115. "com.ibm.vis.stepArea": {
  116. "title": "IDS_LBL_CHART_vida_steppedArea",
  117. "tooltip": "IDS_TOOLTIP_CHART_vida_steppedArea",
  118. "updated": "",
  119. "outputType": "all",
  120. "tags": [
  121. "IDS_LBL_CHART_TAG_area"
  122. ],
  123. "description": "IDS_TOOLTIP_CHART_vida_steppedArea",
  124. "author": "IBM",
  125. "localDateTime": "",
  126. "dataSets": {
  127. "data": {
  128. "name": "IDS_LBL_DATASET_CATEGORY_tabularDataSet",
  129. "categoryFields": "2",
  130. "valueFields": "1",
  131. "anyFields": "0"
  132. }
  133. },
  134. "svgIcon": "visualizations-steppedarea",
  135. "svgPlaceholder": "stepped-area_256.svg",
  136. "width": 320,
  137. "height": 320,
  138. "location": "com/ibm/vida/vizbundles/rave2bundlearea",
  139. "propertyConfiguration": {
  140. "area.interpolate": "step",
  141. "data.handling": "Stacked"
  142. },
  143. "capabilities": {
  144. "serverRendering": true,
  145. "rave2Equivalent": "rave-library-area,step",
  146. "measureGroup": true
  147. }
  148. },
  149. "com.ibm.vis.boxplot": {
  150. "title": "IDS_LBL_CHART_vida_boxPlot",
  151. "tooltip": "IDS_TOOLTIP_CHART_vida_boxPlot",
  152. "updated": "",
  153. "outputType": "all",
  154. "tags": [
  155. "IDS_LBL_CHART_TAG_boxplot"
  156. ],
  157. "icon": "../lib/rave/current/rave-library-boxplot/resources/boxplot_icon_48.svg",
  158. "description": "IDS_TOOLTIP_CHART_vida_boxPlot",
  159. "author": "IBM",
  160. "localDateTime": "",
  161. "dataSets": {
  162. "data": {
  163. "name": "IDS_LBL_DATASET_CATEGORY_tabularDataSet",
  164. "categoryFields": "3",
  165. "valueFields": "1",
  166. "anyFields": "0"
  167. }
  168. },
  169. "image": "../lib/rave/current/rave-library-boxplot/resources/boxplot_preview_320.svg",
  170. "svgIcon": "visualizations-boxplot",
  171. "svgPlaceholder": "box-plot_256.svg",
  172. "width": 320,
  173. "height": 320,
  174. "location": "com/ibm/vida/vizbundles/rave2bundleboxplot",
  175. "capabilities": {
  176. "serverRendering": true,
  177. "rave2Equivalent": "rave-library-boxplot,boxplot",
  178. "drillThrough": false,
  179. "drillDown": false,
  180. "measureGroup": true
  181. }
  182. },
  183. "com.ibm.vis.bubble": {
  184. "title": "IDS_LBL_CHART_vida_bubble",
  185. "tooltip": "IDS_TOOLTIP_CHART_vida_bubble",
  186. "updated": "",
  187. "outputType": "all",
  188. "tags": [
  189. "IDS_LBL_CHART_TAG_bubble"
  190. ],
  191. "description": "IDS_TOOLTIP_CHART_vida_bubble",
  192. "author": "IBM",
  193. "localDateTime": "",
  194. "dataSets": {
  195. "data": {
  196. "name": "IDS_LBL_DATASET_CATEGORY_tabularDataSet",
  197. "categoryFields": "0",
  198. "valueFields": "1",
  199. "anyFields": "3",
  200. "slots": [
  201. { "name": "x" },
  202. { "name": "y" },
  203. { "name": "size" },
  204. { "name": "color" }
  205. ]
  206. }
  207. },
  208. "svgIcon": "visualizations-bubble",
  209. "svgPlaceholder": "bubble_256.svg",
  210. "width": 320,
  211. "height": 320,
  212. "location": "com/ibm/vida/vizbundles/rave2bubble",
  213. "propertyConfiguration": {
  214. },
  215. "capabilities": {
  216. "serverRendering": true,
  217. "rave2Equivalent": "rave-library-bubble,bubble",
  218. "measureGroup": true
  219. }
  220. },
  221. "com.ibm.vis.packedBubble": {
  222. "title": "IDS_LBL_CHART_vida_packedBubble",
  223. "tooltip": "IDS_TOOLTIP_CHART_vida_packedBubble",
  224. "updated": "",
  225. "outputType": "all",
  226. "tags": [
  227. "IDS_LBL_CHART_TAG_bubble"
  228. ],
  229. "description": "IDS_TOOLTIP_CHART_vida_packedBubble",
  230. "author": "IBM",
  231. "localDateTime": "",
  232. "dataSets": {
  233. "data": {
  234. "name": "IDS_LBL_DATASET_CATEGORY_tabularDataSet",
  235. "categoryFields": "1",
  236. "valueFields": "1",
  237. "anyFields": "1"
  238. }
  239. },
  240. "svgIcon": "visualizations-packedbubble",
  241. "svgPlaceholder": "packed-bubble_256.svg",
  242. "width": 320,
  243. "height": 320,
  244. "location": "com/ibm/vida/vizbundles/rave2bundlepackedbubble",
  245. "propertyConfiguration": {
  246. "dataHandling": "tabular"
  247. },
  248. "capabilities": {
  249. "serverRendering": true,
  250. "rave2Equivalent": "rave-library-bubble,packedBubble",
  251. "measureGroup": true
  252. }
  253. },
  254. "com.ibm.vis.hierarchicalPackedBubble": {
  255. "title": "IDS_LBL_CHART_vida_hierarchicalPackedBubble",
  256. "tooltip": "IDS_TOOLTIP_CHART_vida_hierarchicalPackedBubble",
  257. "updated": "",
  258. "outputType": "all",
  259. "tags": [
  260. "IDS_LBL_CHART_TAG_bubble"
  261. ],
  262. "description": "IDS_TOOLTIP_CHART_vida_hierarchicalPackedBubble",
  263. "author": "IBM",
  264. "localDateTime": "",
  265. "dataSets": {
  266. "data": {
  267. "name": "IDS_LBL_DATASET_CATEGORY_tabularDataSet",
  268. "categoryFields": "1",
  269. "valueFields": "1",
  270. "anyFields": "1"
  271. }
  272. },
  273. "svgIcon": "visualizations-hierarchicalpackedbubble",
  274. "svgPlaceholder": "hierarchy-packed-bubble_256.svg",
  275. "width": 320,
  276. "height": 320,
  277. "location": "com/ibm/vida/vizbundles/rave2bundlepackedbubble",
  278. "propertyConfiguration": {
  279. "dataHandling": "hierarchical"
  280. },
  281. "capabilities": {
  282. "serverRendering": true,
  283. "measureGroup": true
  284. }
  285. },
  286. "com.ibm.vis.point": {
  287. "title": "IDS_LBL_CHART_vida_point",
  288. "tooltip": "IDS_TOOLTIP_CHART_vida_point",
  289. "updated": "",
  290. "outputType": "all",
  291. "tags": [
  292. "IDS_LBL_CHART_TAG_bubble"
  293. ],
  294. "description": "IDS_TOOLTIP_CHART_vida_point",
  295. "author": "IBM",
  296. "localDateTime": "",
  297. "dataSets": {
  298. "data": {
  299. "name": "IDS_LBL_DATASET_CATEGORY_tabularDataSet",
  300. "categoryFields": "2",
  301. "valueFields": "1",
  302. "anyFields": "0"
  303. }
  304. },
  305. "svgIcon": "visualizations-point",
  306. "svgPlaceholder": "point_256.svg",
  307. "width": 320,
  308. "height": 320,
  309. "location": "com/ibm/vida/vizbundles/rave2line",
  310. "propertyConfiguration": {
  311. "lines.visible": "false"
  312. },
  313. "capabilities": {
  314. "serverRendering": true,
  315. "rave2Equivalent": "rave-library-bubble,point",
  316. "measureGroup": true
  317. }
  318. },
  319. "com.ibm.vis.scatter": {
  320. "title": "IDS_LBL_CHART_vida_scatterPlot",
  321. "tooltip": "IDS_TOOLTIP_CHART_vida_scatterPlot",
  322. "updated": "",
  323. "outputType": "all",
  324. "tags": [
  325. "IDS_LBL_CHART_TAG_bubble"
  326. ],
  327. "description": "IDS_TOOLTIP_CHART_vida_scatterPlot",
  328. "author": "IBM",
  329. "localDateTime": "",
  330. "dataSets": {
  331. "data": {
  332. "name": "IDS_LBL_DATASET_CATEGORY_tabularDataSet",
  333. "categoryFields": "1",
  334. "valueFields": "0",
  335. "anyFields": "3",
  336. "slots": [
  337. { "name": "categories" },
  338. { "name": "x" },
  339. { "name": "y" },
  340. { "name": "color" }
  341. ]
  342. }
  343. },
  344. "svgIcon": "visualizations-scatter",
  345. "svgPlaceholder": "scatterplot_256.svg",
  346. "width": 320,
  347. "height": 320,
  348. "location": "com/ibm/vida/vizbundles/rave2bubble",
  349. "propertyConfiguration": {
  350. },
  351. "capabilities": {
  352. "serverRendering": true,
  353. "rave2Equivalent": "rave-library-bubble,scatter"
  354. }
  355. },
  356. "com.ibm.vis.bullet": {
  357. "title": "IDS_LBL_CHART_vida_bullet",
  358. "tooltip": "IDS_TOOLTIP_CHART_vida_bullet",
  359. "updated": "",
  360. "outputType": "all",
  361. "tags": [
  362. "IDS_LBL_CHART_TAG_bullet"
  363. ],
  364. "description": "IDS_TOOLTIP_CHART_vida_bullet",
  365. "author": "IBM",
  366. "localDateTime": "",
  367. "dataSets": {
  368. "bulletData": {
  369. "name": "IDS_LBL_DATASET_CATEGORY_tabularDataSet",
  370. "categoryFields": "0",
  371. "valueFields": "5",
  372. "anyFields": "0"
  373. }
  374. },
  375. "width": 320,
  376. "height": 320,
  377. "svgIcon": "visualizations-bullet",
  378. "svgPlaceholder": "bullet_256.svg",
  379. "location": "com/ibm/vida/vizbundles/rave2bundlebullet",
  380. "propertyConfiguration": {
  381. },
  382. "capabilities": {
  383. "serverRendering": false,
  384. "drillThrough": false,
  385. "drillDown": false
  386. }
  387. },
  388. "com.ibm.vis.clusteredColumn": {
  389. "title": "IDS_LBL_CHART_vida_clusteredColumn",
  390. "tooltip": "IDS_TOOLTIP_CHART_vida_clusteredColumn",
  391. "updated": "",
  392. "outputType": "all",
  393. "tags": [
  394. "IDS_LBL_CHART_TAG_column"
  395. ],
  396. "description": "IDS_TOOLTIP_CHART_vida_clusteredColumn",
  397. "author": "IBM",
  398. "localDateTime": "",
  399. "dataSets": {
  400. "data": {
  401. "name": "IDS_LBL_DATASET_CATEGORY_tabularDataSet",
  402. "categoryFields": "1",
  403. "valueFields": "1",
  404. "anyFields": "1",
  405. "slots": [
  406. { "name": "categories" },
  407. { "name": "values" },
  408. { "name": "color" }
  409. ]
  410. }
  411. },
  412. "svgIcon": "visualizations-column",
  413. "svgPlaceholder": "clusteredcolumn_256.svg",
  414. "width": 320,
  415. "height": 320,
  416. "location": "com/ibm/vida/vizbundles/rave2bundlebar",
  417. "propertyConfiguration": {
  418. "stacked": "false",
  419. "bar.direction.vertical": "true"
  420. },
  421. "capabilities": {
  422. "serverRendering": true,
  423. "rave2Equivalent": "rave-library-column,clusteredcolumn",
  424. "measureGroup": true
  425. }
  426. },
  427. "com.ibm.vis.stackedColumn": {
  428. "title": "IDS_LBL_CHART_vida_stackedColumn",
  429. "tooltip": "IDS_TOOLTIP_CHART_vida_stackedColumn",
  430. "updated": "",
  431. "outputType": "all",
  432. "tags": [
  433. "IDS_LBL_CHART_TAG_column"
  434. ],
  435. "description": "IDS_TOOLTIP_CHART_vida_stackedColumn",
  436. "author": "IBM",
  437. "localDateTime": "",
  438. "dataSets": {
  439. "data": {
  440. "name": "IDS_LBL_DATASET_CATEGORY_tabularDataSet",
  441. "categoryFields": "1",
  442. "valueFields": "1",
  443. "anyFields": "1",
  444. "slots": [
  445. { "name": "categories" },
  446. { "name": "values" },
  447. { "name": "color" }
  448. ]
  449. }
  450. },
  451. "svgIcon": "visualizations-stackedcolumn",
  452. "svgPlaceholder": "stackedcolumn_256.svg",
  453. "width": 320,
  454. "height": 320,
  455. "location": "com/ibm/vida/vizbundles/rave2bundlebar",
  456. "propertyConfiguration": {
  457. "stacked": "true",
  458. "bar.direction.vertical": "true"
  459. },
  460. "capabilities": {
  461. "serverRendering": true,
  462. "rave2Equivalent": "rave-library-column,stackedcolumn",
  463. "measureGroup": true
  464. }
  465. },
  466. "com.ibm.vis.stackedBar": {
  467. "title": "IDS_LBL_CHART_vida_stackedBar",
  468. "tooltip": "IDS_TOOLTIP_CHART_vida_stackedBar",
  469. "updated": "",
  470. "outputType": "all",
  471. "tags": [
  472. "IDS_LBL_CHART_TAG_column"
  473. ],
  474. "description": "IDS_TOOLTIP_CHART_vida_stackedBar",
  475. "author": "IBM",
  476. "localDateTime": "",
  477. "dataSets": {
  478. "data": {
  479. "name": "IDS_LBL_DATASET_CATEGORY_tabularDataSet",
  480. "categoryFields": "1",
  481. "valueFields": "1",
  482. "anyFields": "1",
  483. "slots": [
  484. { "name": "categories" },
  485. { "name": "values" },
  486. { "name": "color" }
  487. ]
  488. }
  489. },
  490. "svgIcon": "visualizations-stackedbar",
  491. "svgPlaceholder": "stackedbar_256.svg",
  492. "width": 320,
  493. "height": 320,
  494. "location": "com/ibm/vida/vizbundles/rave2bundlebar",
  495. "propertyConfiguration": {
  496. "stacked": "true",
  497. "bar.direction.vertical": "false"
  498. },
  499. "capabilities": {
  500. "serverRendering": true,
  501. "rave2Equivalent": "rave-library-column,stackedbar",
  502. "measureGroup": true
  503. }
  504. },
  505. "com.ibm.vis.clusteredBar": {
  506. "title": "IDS_LBL_CHART_vida_clusteredBar",
  507. "tooltip": "IDS_TOOLTIP_CHART_vida_clusteredBar",
  508. "updated": "",
  509. "outputType": "all",
  510. "tags": [
  511. "IDS_LBL_CHART_TAG_column"
  512. ],
  513. "description": "IDS_TOOLTIP_CHART_vida_clusteredBar",
  514. "author": "IBM",
  515. "localDateTime": "",
  516. "dataSets": {
  517. "data": {
  518. "name": "IDS_LBL_DATASET_CATEGORY_tabularDataSet",
  519. "categoryFields": "1",
  520. "valueFields": "1",
  521. "anyFields": "1",
  522. "slots": [
  523. { "name": "categories" },
  524. { "name": "values" },
  525. { "name": "color" }
  526. ]
  527. }
  528. },
  529. "svgIcon": "visualizations-bar",
  530. "svgPlaceholder": "clusteredbar_256.svg",
  531. "width": 320,
  532. "height": 320,
  533. "location": "com/ibm/vida/vizbundles/rave2bundlebar",
  534. "propertyConfiguration": {
  535. "stacked": "false",
  536. "bar.direction.vertical": "false"
  537. },
  538. "capabilities": {
  539. "serverRendering": true,
  540. "rave2Equivalent": "rave-library-column,clusteredbar",
  541. "measureGroup": true
  542. }
  543. },
  544. "com.ibm.vis.targetBar": {
  545. "title": "IDS_LBL_CHART_vida_targetBar",
  546. "tooltip": "IDS_TOOLTIP_CHART_vida_targetBar",
  547. "updated": "",
  548. "outputType": "all",
  549. "tags": [
  550. "IDS_LBL_CHART_TAG_column"
  551. ],
  552. "description": "IDS_TOOLTIP_CHART_vida_targetBar",
  553. "author": "IBM",
  554. "localDateTime": "",
  555. "dataSets": {
  556. "data": {
  557. "name": "IDS_LBL_DATASET_CATEGORY_tabularDataSet",
  558. "categoryFields": "1",
  559. "valueFields": "2",
  560. "anyFields": "1",
  561. "slots": [
  562. { "name": "categories" },
  563. { "name": "values" },
  564. { "name": "target" },
  565. { "name": "color" }
  566. ]
  567. }
  568. },
  569. "svgIcon": "visualizations-bartarget",
  570. "svgPlaceholder": "bar-target_256.svg",
  571. "width": 320,
  572. "height": 320,
  573. "location": "com/ibm/vida/vizbundles/rave2bundlebar",
  574. "propertyConfiguration": {
  575. "stacked": "false",
  576. "bar.direction.vertical": "false"
  577. },
  578. "capabilities": {
  579. "serverRendering": true
  580. }
  581. },
  582. "com.ibm.vis.targetColumn": {
  583. "title": "IDS_LBL_CHART_vida_targetColumn",
  584. "tooltip": "IDS_TOOLTIP_CHART_vida_targetColumn",
  585. "updated": "",
  586. "outputType": "all",
  587. "tags": [
  588. "IDS_LBL_CHART_TAG_column"
  589. ],
  590. "description": "IDS_TOOLTIP_CHART_vida_targetColumn",
  591. "author": "IBM",
  592. "localDateTime": "",
  593. "dataSets": {
  594. "data": {
  595. "name": "IDS_LBL_DATASET_CATEGORY_tabularDataSet",
  596. "categoryFields": "1",
  597. "valueFields": "2",
  598. "anyFields": "1",
  599. "slots": [
  600. { "name": "categories" },
  601. { "name": "values" },
  602. { "name": "target" },
  603. { "name": "color" }
  604. ]
  605. }
  606. },
  607. "svgIcon": "visualizations-columntarget",
  608. "svgPlaceholder": "column-target_256.svg",
  609. "width": 320,
  610. "height": 320,
  611. "location": "com/ibm/vida/vizbundles/rave2bundlebar",
  612. "propertyConfiguration": {
  613. "stacked": "false",
  614. "bar.direction.vertical": "true"
  615. },
  616. "capabilities": {
  617. "serverRendering": true
  618. }
  619. },
  620. "com.ibm.vis.floatingBar": {
  621. "title": "IDS_LBL_CHART_vida_floatingBar",
  622. "tooltip": "IDS_TOOLTIP_CHART_vida_floatingBar",
  623. "updated": "",
  624. "outputType": "all",
  625. "tags": [
  626. "IDS_LBL_CHART_TAG_column"
  627. ],
  628. "description": "IDS_TOOLTIP_CHART_vida_floatingBar",
  629. "author": "IBM",
  630. "localDateTime": "",
  631. "dataSets": {
  632. "data": {
  633. "name": "IDS_LBL_DATASET_CATEGORY_tabularDataSet",
  634. "categoryFields": "1",
  635. "valueFields": "2",
  636. "anyFields": "1",
  637. "slots": [
  638. { "name": "categories" },
  639. { "name": "values" },
  640. { "name": "yStart" },
  641. { "name": "color" }
  642. ]
  643. }
  644. },
  645. "svgIcon": "visualizations-floatingbar",
  646. "svgPlaceholder": "floating-bar_256.svg",
  647. "width": 320,
  648. "height": 320,
  649. "location": "com/ibm/vida/vizbundles/rave2bundlebar",
  650. "propertyConfiguration": {
  651. "stacked": "false",
  652. "bar.direction.vertical": "false"
  653. },
  654. "capabilities": {
  655. "serverRendering": true,
  656. "rave2Equivalent": "rave-library-column,floatingBarRotated"
  657. }
  658. },
  659. "com.ibm.vis.floatingColumn": {
  660. "title": "IDS_LBL_CHART_vida_floatingColumn",
  661. "tooltip": "IDS_TOOLTIP_CHART_vida_floatingColumn",
  662. "updated": "",
  663. "outputType": "all",
  664. "tags": [
  665. "IDS_LBL_CHART_TAG_column"
  666. ],
  667. "description": "IDS_TOOLTIP_CHART_vida_floatingColumn",
  668. "author": "IBM",
  669. "localDateTime": "",
  670. "dataSets": {
  671. "data": {
  672. "name": "IDS_LBL_DATASET_CATEGORY_tabularDataSet",
  673. "categoryFields": "1",
  674. "valueFields": "2",
  675. "anyFields": "1",
  676. "slots": [
  677. { "name": "categories" },
  678. { "name": "values" },
  679. { "name": "yStart" },
  680. { "name": "color" }
  681. ]
  682. }
  683. },
  684. "svgIcon": "visualizations-floatingcolumn",
  685. "svgPlaceholder": "floating-column_256.svg",
  686. "width": 320,
  687. "height": 320,
  688. "location": "com/ibm/vida/vizbundles/rave2bundlebar",
  689. "propertyConfiguration": {
  690. "stacked": "false",
  691. "bar.direction.vertical": "true"
  692. },
  693. "capabilities": {
  694. "serverRendering": true,
  695. "rave2Equivalent": "rave-library-column,floatingBar"
  696. }
  697. },
  698. "com.ibm.vis.simpleCombination": {
  699. "title": "IDS_LBL_CHART_vida_simpleLineAndColumn",
  700. "tooltip": "IDS_TOOLTIP_CHART_vida_simpleLineAndColumn",
  701. "updated": "",
  702. "outputType": "all",
  703. "tags": [
  704. "IDS_LBL_CHART_TAG_composite"
  705. ],
  706. "description": "IDS_TOOLTIP_CHART_vida_simpleLineAndColumn",
  707. "author": "IBM",
  708. "localDateTime": "",
  709. "dataSets": {
  710. "data": {
  711. "name": "IDS_LBL_DATASET_CATEGORY_compositeChartDataSet",
  712. "categoryFields": "1",
  713. "valueFields": "2",
  714. "anyFields": "0"
  715. }
  716. },
  717. "svgIcon": "visualizations-combo",
  718. "svgPlaceholder": "combinationchart_256.svg",
  719. "width": 320,
  720. "height": 320,
  721. "location": "com/ibm/vida/vizbundles/rave2bundlecomposite",
  722. "capabilities": {
  723. "serverRendering": true,
  724. "rave2Equivalent": "rave-library-composite,compositeOneDataSet"
  725. },
  726. "vizGalleryInclusionFlag": "HideSimpleCombination"
  727. },
  728. "com.ibm.vis.clusteredCombination": {
  729. "title": "IDS_LBL_CHART_vida_clusteredCombination",
  730. "tooltip": "IDS_LBL_CHART_vida_clusteredCombination",
  731. "updated": "",
  732. "outputType": "all",
  733. "tags": [
  734. "IDS_LBL_CHART_TAG_composite"
  735. ],
  736. "description": "IDS_TOOLTIP_CHART_vida_clusteredCombination",
  737. "author": "IBM",
  738. "localDateTime": "",
  739. "dataSets": {
  740. "column": {
  741. "name": "IDS_LBL_DATASET_CATEGORY_columnDataSet",
  742. "categoryFields": "1",
  743. "valueFields": "1",
  744. "anyFields": "1"
  745. },
  746. "line": {
  747. "name": "IDS_LBL_DATASET_CATEGORY_lineDataSet",
  748. "categoryFields": "2",
  749. "valueFields": "1",
  750. "anyFields": "0"
  751. }
  752. },
  753. "paletteDefaults" : {
  754. "continuous": ["blueContinuousSequential"],
  755. "categorical": [ "colorPalette0", "colorPalette2"]
  756. },
  757. "svgIcon": "visualizations-comboclustered",
  758. "svgPlaceholder": "compositeclustered_256.svg",
  759. "width": 320,
  760. "height": 320,
  761. "location": "com/ibm/vida/vizbundles/rave2bundlecompositev2",
  762. "propertyConfiguration": {
  763. "stacked": "false",
  764. "bar.direction.vertical": "true"
  765. },
  766. "capabilities": {
  767. "serverRendering": true,
  768. "measureGroup": true
  769. }
  770. },
  771. "com.ibm.vis.stackedCombination": {
  772. "title": "IDS_LBL_CHART_vida_stackedCombination",
  773. "tooltip": "IDS_LBL_CHART_vida_stackedCombination",
  774. "updated": "",
  775. "outputType": "all",
  776. "tags": [
  777. "IDS_LBL_CHART_TAG_composite"
  778. ],
  779. "description": "IDS_TOOLTIP_CHART_vida_stackedCombination",
  780. "author": "IBM",
  781. "localDateTime": "",
  782. "dataSets": {
  783. "column": {
  784. "name": "IDS_LBL_DATASET_CATEGORY_columnDataSet",
  785. "categoryFields": "1",
  786. "valueFields": "1",
  787. "anyFields": "1"
  788. },
  789. "line": {
  790. "name": "IDS_LBL_DATASET_CATEGORY_lineDataSet",
  791. "categoryFields": "2",
  792. "valueFields": "1",
  793. "anyFields": "0"
  794. }
  795. },
  796. "paletteDefaults" : {
  797. "continuous": ["blueContinuousSequential"],
  798. "categorical": [ "colorPalette0", "colorPalette2"]
  799. },
  800. "svgIcon": "visualizations-combostacked",
  801. "svgPlaceholder": "compositestacked_256.svg",
  802. "width": 320,
  803. "height": 320,
  804. "location": "com/ibm/vida/vizbundles/rave2bundlecompositev2",
  805. "propertyConfiguration": {
  806. "stacked": "true",
  807. "bar.direction.vertical": "true"
  808. },
  809. "capabilities": {
  810. "serverRendering": true,
  811. "measureGroup": true
  812. }
  813. },
  814. "com.ibm.vis.dial": {
  815. "title": "IDS_LBL_CHART_vida_radial",
  816. "tooltip": "IDS_TOOLTIP_CHART_vida_radial",
  817. "updated": "",
  818. "outputType": "all",
  819. "tags": [
  820. "IDS_LBL_CHART_TAG_dial"
  821. ],
  822. "description": "IDS_TOOLTIP_CHART_vida_radial",
  823. "author": "IBM",
  824. "localDateTime": "",
  825. "dataSets": {
  826. "dataset": {
  827. "name": "IDS_LBL_DATASET_CATEGORY_tabularDataSet",
  828. "categoryFields": "1",
  829. "valueFields": "2",
  830. "anyFields": "1"
  831. }
  832. },
  833. "svgIcon": "visualizations-radial",
  834. "svgPlaceholder": "Dial_256.svg",
  835. "width": 320,
  836. "height": 320,
  837. "location": "com/ibm/vida/vizbundles/rave2bundleradialbar",
  838. "capabilities": {
  839. "serverRendering": true,
  840. "rave2Equivalent": "rave-library-dial,dial"
  841. }
  842. },
  843. "com.ibm.vis.heatmap": {
  844. "title": "IDS_LBL_CHART_vida_heatmap",
  845. "tooltip": "IDS_TOOLTIP_CHART_vida_heatmap",
  846. "updated": "",
  847. "outputType": "all",
  848. "tags": [
  849. "IDS_LBL_CHART_TAG_heatmap"
  850. ],
  851. "description": "IDS_TOOLTIP_CHART_vida_heatmap",
  852. "author": "IBM (TM)",
  853. "localDateTime": "",
  854. "dataSets": {
  855. "data": {
  856. "name": "IDS_LBL_DATASET_CATEGORY_tabularDataSet",
  857. "categoryFields": "3",
  858. "valueFields": "2",
  859. "anyFields": "0",
  860. "slots": [
  861. { "name": "categories" },
  862. { "name": "series" },
  863. { "name": "points" },
  864. { "name": "color" },
  865. { "name": "size" }
  866. ]
  867. }
  868. },
  869. "svgIcon": "visualizations-heatmap",
  870. "svgPlaceholder": "Heatmap_256.svg",
  871. "width": 320,
  872. "height": 320,
  873. "location": "com/ibm/vida/vizbundles/rave2heat",
  874. "capabilities": {
  875. "serverRendering": true,
  876. "rave2Equivalent": "rave-library-heatmap,heatmap"
  877. }
  878. },
  879. "com.ibm.vis.line": {
  880. "title": "IDS_LBL_CHART_vida_line",
  881. "tooltip": "IDS_TOOLTIP_CHART_vida_line",
  882. "updated": "",
  883. "outputType": "all",
  884. "tags": [
  885. "IDS_LBL_CHART_TAG_line"
  886. ],
  887. "description": "IDS_TOOLTIP_CHART_vida_line",
  888. "author": "IBM",
  889. "localDateTime": "",
  890. "dataSets": {
  891. "data": {
  892. "name": "IDS_LBL_DATASET_CATEGORY_tabularDataSet",
  893. "categoryFields": "2",
  894. "valueFields": "1",
  895. "anyFields": "0"
  896. }
  897. },
  898. "svgIcon": "visualizations-line",
  899. "svgPlaceholder": "line_256.svg",
  900. "width": 320,
  901. "height": 320,
  902. "location": "com/ibm/vida/vizbundles/rave2line",
  903. "propertyConfiguration": {
  904. "line.interpolate": "linear",
  905. "lines.visible": "true"
  906. },
  907. "capabilities": {
  908. "serverRendering": true,
  909. "rave2Equivalent": "rave-library-line,line",
  910. "measureGroup": true
  911. }
  912. },
  913. "com.ibm.vis.stepLine": {
  914. "title": "IDS_LBL_CHART_vida_stepLine",
  915. "tooltip": "IDS_TOOLTIP_CHART_vida_stepLine",
  916. "updated": "",
  917. "outputType": "all",
  918. "tags": [
  919. "IDS_LBL_CHART_TAG_line"
  920. ],
  921. "description": "IDS_TOOLTIP_CHART_vida_stepLine",
  922. "author": "IBM",
  923. "localDateTime": "",
  924. "dataSets": {
  925. "data": {
  926. "name": "IDS_LBL_DATASET_CATEGORY_tabularDataSet",
  927. "categoryFields": "2",
  928. "valueFields": "1",
  929. "anyFields": "0"
  930. }
  931. },
  932. "svgIcon": "visualizations-steppedline",
  933. "svgPlaceholder": "stepped-line_256.svg",
  934. "width": 320,
  935. "height": 320,
  936. "location": "com/ibm/vida/vizbundles/rave2line",
  937. "propertyConfiguration": {
  938. "line.interpolate": "step",
  939. "lines.visible": "true"
  940. },
  941. "propertyPossibleValues": {
  942. "line.interpolate": ["step", "step-before", "step-after"]
  943. },
  944. "capabilities": {
  945. "serverRendering": true,
  946. "rave2Equivalent": "rave-library-line,stepline",
  947. "measureGroup": true
  948. }
  949. },
  950. "com.ibm.vis.smoothLine": {
  951. "title": "IDS_LBL_CHART_vida_smoothLine",
  952. "tooltip": "IDS_TOOLTIP_CHART_vida_smoothLine",
  953. "updated": "",
  954. "outputType": "all",
  955. "tags": [
  956. "IDS_LBL_CHART_TAG_line"
  957. ],
  958. "description": "IDS_TOOLTIP_CHART_vida_smoothLine",
  959. "author": "IBM",
  960. "localDateTime": "",
  961. "dataSets": {
  962. "data": {
  963. "name": "IDS_LBL_DATASET_CATEGORY_tabularDataSet",
  964. "categoryFields": "2",
  965. "valueFields": "1",
  966. "anyFields": "0"
  967. }
  968. },
  969. "svgIcon": "visualizations-smoothline",
  970. "svgPlaceholder": "smooth-line_256.svg",
  971. "width": 320,
  972. "height": 320,
  973. "location": "com/ibm/vida/vizbundles/rave2line",
  974. "propertyConfiguration": {
  975. "line.interpolate": "cardinal",
  976. "lines.visible": "true"
  977. },
  978. "propertyPossibleValues": {
  979. "line.interpolate": ["cardinal", "basis"]
  980. },
  981. "capabilities": {
  982. "serverRendering": true,
  983. "rave2Equivalent": "rave-library-line,smoothline",
  984. "measureGroup": true
  985. }
  986. },
  987. "com.ibm.vis.marimekko": {
  988. "title": "IDS_LBL_CHART_TAG_marimekko",
  989. "tooltip": "IDS_TOOLTIP_CHART_vida_marimekko",
  990. "updated": "",
  991. "outputType": "all",
  992. "tags": [
  993. "IDS_LBL_CHART_TAG_marimekko"
  994. ],
  995. "description": "IDS_TOOLTIP_CHART_vida_marimekko",
  996. "author": "IBM",
  997. "localDateTime": "",
  998. "dataSets": {
  999. "data": {
  1000. "name": "IDS_LBL_DATASET_CATEGORY_tabularDataSet",
  1001. "categoryFields": "1",
  1002. "valueFields": "2",
  1003. "anyFields": "1"
  1004. }
  1005. },
  1006. "svgIcon": "visualizations-marimekko",
  1007. "svgPlaceholder": "marrimekko_256.svg",
  1008. "width": 320,
  1009. "height": 320,
  1010. "location": "com/ibm/vida/vizbundles/rave2marimekko",
  1011. "capabilities": {
  1012. "serverRendering": false
  1013. }
  1014. },
  1015. "com.ibm.vis.network": {
  1016. "title": "IDS_LBL_CHART_vida_network",
  1017. "tooltip": "IDS_TOOLTIP_CHART_vida_network",
  1018. "updated": "",
  1019. "outputType": "all",
  1020. "tags": [
  1021. "IDS_LBL_CHART_TAG_network"
  1022. ],
  1023. "description": "IDS_TOOLTIP_CHART_vida_network",
  1024. "author": "IBM",
  1025. "localDateTime": "",
  1026. "dataSets": {
  1027. "data": {
  1028. "name": "IDS_LBL_DATASET_CATEGORY_tabularDataSet",
  1029. "categoryFields": "2",
  1030. "valueFields": "1",
  1031. "anyFields": "0"
  1032. }
  1033. },
  1034. "svgIcon": "visualizations-network",
  1035. "svgPlaceholder": "network_256.svg",
  1036. "width": 320,
  1037. "height": 320,
  1038. "location": "com/ibm/vida/vizbundles/rave2network",
  1039. "propertyConfiguration": {
  1040. },
  1041. "capabilities": {
  1042. "serverRendering": false
  1043. }
  1044. },
  1045. "com.ibm.vis.pie": {
  1046. "title": "IDS_LBL_CHART_vida_pie",
  1047. "tooltip": "IDS_TOOLTIP_CHART_vida_pie",
  1048. "updated": "",
  1049. "outputType": "all",
  1050. "tags": [
  1051. "IDS_LBL_CHART_TAG_pie"
  1052. ],
  1053. "description": "IDS_TOOLTIP_CHART_vida_pie",
  1054. "author": "IBM",
  1055. "localDateTime": "",
  1056. "dataSets": {
  1057. "data": {
  1058. "name": "IDS_LBL_DATASET_CATEGORY_tabularDataSet",
  1059. "categoryFields": "1",
  1060. "valueFields": "1",
  1061. "anyFields": "0"
  1062. }
  1063. },
  1064. "svgIcon": "visualizations-pie",
  1065. "svgPlaceholder": "pie_256.svg",
  1066. "width": 320,
  1067. "height": 320,
  1068. "location": "com/ibm/vida/vizbundles/rave2bundlepie",
  1069. "capabilities": {
  1070. "serverRendering": true,
  1071. "rave2Equivalent": "rave-library-pie,pie",
  1072. "measureGroup": true
  1073. }
  1074. },
  1075. "com.ibm.vis.radar": {
  1076. "title": "IDS_LBL_CHART_vida_radar",
  1077. "tooltip": "IDS_TOOLTIP_CHART_vida_radar",
  1078. "updated": "",
  1079. "outputType": "all",
  1080. "tags": [
  1081. "IDS_LBL_CHART_TAG_radar"
  1082. ],
  1083. "description": "IDS_TOOLTIP_CHART_vida_radar",
  1084. "author": "IBM",
  1085. "localDateTime": "",
  1086. "dataSets": {
  1087. "data": {
  1088. "name": "IDS_LBL_DATASET_CATEGORY_tabularDataSet",
  1089. "categoryFields": "2",
  1090. "valueFields": "1",
  1091. "anyFields": "0"
  1092. }
  1093. },
  1094. "svgIcon": "visualizations-radar",
  1095. "svgPlaceholder": "radar_256.svg",
  1096. "width": 320,
  1097. "height": 320,
  1098. "location": "com/ibm/vida/vizbundles/rave2bundleradar",
  1099. "capabilities": {
  1100. "serverRendering": true,
  1101. "rave2Equivalent": "rave-library-radar,radar",
  1102. "measureGroup": true,
  1103. "baselineCaptions": false
  1104. }
  1105. },
  1106. "com.ibm.vis.tiledmap": {
  1107. "title": "IDS_LBL_CHART_vida_map",
  1108. "tooltip": "IDS_TOOLTIP_CHART_vida_map",
  1109. "updated": "",
  1110. "outputType": "all",
  1111. "tags": [
  1112. "IDS_LBL_CHART_TAG_map"
  1113. ],
  1114. "description": "IDS_TOOLTIP_CHART_vida_map",
  1115. "author": "IBM",
  1116. "localDateTime": "",
  1117. "dataSets": {
  1118. "data.region": {
  1119. "name": "IDS_LBL_DATASET_CATEGORY_regions",
  1120. "categoryFields": "1",
  1121. "valueFields": "1",
  1122. "anyFields": "0"
  1123. },
  1124. "data.point": {
  1125. "name": "IDS_LBL_DATASET_CATEGORY_points",
  1126. "categoryFields": "1",
  1127. "valueFields": "2",
  1128. "anyFields": "0"
  1129. },
  1130. "data.latlong": {
  1131. "name": "IDS_LBL_DATASET_CATEGORY_latitudeLongitude",
  1132. "categoryFields": "1",
  1133. "valueFields": "2",
  1134. "anyFields": "2"
  1135. }
  1136. },
  1137. "paletteDefaults" : {
  1138. "continuous": ["blueContinuousSequential","greenContinuousSequential", "yellowContinuousSequential"],
  1139. "categorical": [ "colorPalette0", "colorPalette1", "colorPalette2"]
  1140. },
  1141. "svgIcon": "visualizations-map",
  1142. "svgPlaceholder": "map_256.svg",
  1143. "width": 320,
  1144. "height": 320,
  1145. "location": "com/ibm/vida/vizbundles/tiledmapbundle",
  1146. "capabilities": {
  1147. "serverRendering": false,
  1148. "defaultClientFilterCategoryRangeFilteredData": true,
  1149. "drillDown": false,
  1150. "measureGroup": true
  1151. }
  1152. },
  1153. "com.ibm.vis.treemap": {
  1154. "title": "IDS_LBL_CHART_vida_treemap",
  1155. "tooltip": "IDS_TOOLTIP_CHART_vida_treemap",
  1156. "updated": "",
  1157. "outputType": "all",
  1158. "tags": [
  1159. "IDS_LBL_CHART_TAG_treemap"
  1160. ],
  1161. "description": "IDS_TOOLTIP_CHART_vida_treemap",
  1162. "author": "IBM",
  1163. "localDateTime": "",
  1164. "dataSets": {
  1165. "data": {
  1166. "name": "IDS_LBL_DATASET_CATEGORY_tabularDataSet",
  1167. "categoryFields": "1",
  1168. "valueFields": "2",
  1169. "anyFields": "0"
  1170. }
  1171. },
  1172. "svgIcon": "visualizations-treemap",
  1173. "svgPlaceholder": "tree_256.svg",
  1174. "width": 320,
  1175. "height": 320,
  1176. "location": "com/ibm/vida/vizbundles/rave2bundletreemap",
  1177. "capabilities": {
  1178. "serverRendering": false,
  1179. "measureGroup": true
  1180. }
  1181. },
  1182. "com.ibm.vis.waterfall": {
  1183. "title": "IDS_LBL_CHART_vida_waterfall",
  1184. "tooltip": "IDS_TOOLTIP_CHART_vida_waterfall",
  1185. "updated": "",
  1186. "outputType": "all",
  1187. "tags": [
  1188. "IDS_LBL_CHART_TAG_waterfall"
  1189. ],
  1190. "description": "IDS_TOOLTIP_CHART_vida_waterfall",
  1191. "author": "IBM (TM)",
  1192. "localDateTime": "",
  1193. "dataSets": {
  1194. "data": {
  1195. "name": "IDS_LBL_DATASET_CATEGORY_tabularDataSet",
  1196. "categoryFields": "2",
  1197. "valueFields": "1",
  1198. "anyFields": "0",
  1199. "slots": [
  1200. { "name": "categories" },
  1201. { "name": "subcategories" },
  1202. { "name": "values" }
  1203. ]
  1204. }
  1205. },
  1206. "svgIcon": "visualizations-waterfall",
  1207. "svgPlaceholder": "waterfall_256.svg",
  1208. "width": 320,
  1209. "height": 320,
  1210. "location": "com/ibm/vida/vizbundles/rave2bundlewaterfall",
  1211. "propertyConfiguration": {
  1212. },
  1213. "capabilities": {
  1214. "serverRendering": true,
  1215. "rave2Equivalent": "rave-library-waterfall,waterfallnototal",
  1216. "measureGroup": true
  1217. }
  1218. },
  1219. "com.ibm.vis.wordcloud": {
  1220. "title": "IDS_LBL_CHART_vida_wordCloud",
  1221. "tooltip": "IDS_TOOLTIP_CHART_vida_wordCloud",
  1222. "updated": "",
  1223. "outputType": "all",
  1224. "tags": [
  1225. "IDS_LBL_CHART_TAG_wordCloud"
  1226. ],
  1227. "description": "IDS_TOOLTIP_CHART_vida_wordCloud",
  1228. "author": "IBM",
  1229. "localDateTime": "",
  1230. "dataSets": {
  1231. "data": {
  1232. "id": "data",
  1233. "name": "IDS_LBL_DATASET_CATEGORY_tabularDataSet",
  1234. "categoryFields": "1",
  1235. "valueFields": "1",
  1236. "anyFields": "1"
  1237. }
  1238. },
  1239. "svgIcon": "visualizations-wordcloud",
  1240. "svgPlaceholder": "wordcloud_256.svg",
  1241. "width": 320,
  1242. "height": 320,
  1243. "location": "com/ibm/vida/vizbundles/rave2bundlewordcloud",
  1244. "capabilities": {
  1245. "serverRendering": true,
  1246. "rave2Equivalent": "rave-library-wordcloud,wordcloud",
  1247. "measureGroup": true
  1248. }
  1249. }
  1250. }