12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250 |
- {
- "com.ibm.vis.area": {
- "title": "IDS_LBL_CHART_vida_area",
- "tooltip": "IDS_TOOLTIP_CHART_vida_area",
- "updated": "",
- "outputType": "all",
- "tags": [
- "IDS_LBL_CHART_TAG_area"
- ],
- "description": "IDS_TOOLTIP_CHART_vida_area",
- "author": "IBM",
- "localDateTime": "",
- "dataSets": {
- "data": {
- "name": "IDS_LBL_DATASET_CATEGORY_tabularDataSet",
- "categoryFields": "2",
- "valueFields": "1",
- "anyFields": "0"
- }
- },
- "svgIcon": "visualizations-area",
- "svgPlaceholder": "Area_256.svg",
- "width": 320,
- "height": 320,
- "location": "com/ibm/vida/vizbundles/rave2bundlearea",
- "propertyConfiguration": {
- "area.interpolate": "linear",
- "data.handling": "Stacked"
- },
- "capabilities": {
- "serverRendering": true,
- "rave2Equivalent": "rave-library-area,area",
- "measureGroup": true
- }
- },
- "com.ibm.vis.smoothArea": {
- "title": "IDS_LBL_CHART_vida_smoothArea",
- "tooltip": "IDS_TOOLTIP_CHART_vida_smoothArea",
- "updated": "",
- "outputType": "all",
- "tags": [
- "IDS_LBL_CHART_TAG_area"
- ],
- "description": "IDS_TOOLTIP_CHART_vida_smoothArea",
- "author": "IBM",
- "localDateTime": "",
- "dataSets": {
- "data": {
- "name": "IDS_LBL_DATASET_CATEGORY_tabularDataSet",
- "categoryFields": "2",
- "valueFields": "1",
- "anyFields": "0"
- }
- },
- "svgIcon": "visualizations-smootharea",
- "svgPlaceholder": "smooth-area_256.svg",
- "width": 320,
- "height": 320,
- "location": "com/ibm/vida/vizbundles/rave2bundlearea",
- "propertyConfiguration": {
- "area.interpolate": "cardinal",
- "data.handling": "Stacked"
- },
- "propertyPossibleValues": {
- "area.interpolate": ["cardinal", "basis"]
- },
- "capabilities": {
- "serverRendering": true,
- "rave2Equivalent": "rave-library-area,smoothArea",
- "measureGroup": true
- }
- },
- "com.ibm.vis.river": {
- "title": "IDS_LBL_CHART_vida_river",
- "tooltip": "IDS_TOOLTIP_CHART_vida_river",
- "updated": "",
- "outputType": "all",
- "tags": [
- "IDS_LBL_CHART_TAG_area"
- ],
- "description": "IDS_TOOLTIP_CHART_vida_river",
- "author": "IBM",
- "localDateTime": "",
- "dataSets": {
- "data": {
- "id": "data",
- "name": "IDS_LBL_DATASET_CATEGORY_tabularDataSet",
- "categoryFields": "2",
- "valueFields": "1",
- "anyFields": "0"
- }
- },
- "svgIcon": "visualizations-river",
- "svgPlaceholder": "river_256.svg",
- "width": 320,
- "height": 320,
- "location": "com/ibm/vida/vizbundles/rave2bundlearea",
- "propertyConfiguration": {
- "area.interpolate": "cardinal",
- "data.handling": "Stream",
- "valueAxis.ticks.labels.visible": false,
- "valueAxis.ticks.visible": false,
- "valueAxis.gridLines.visible": false,
- "valueAxis.line.visible": false
- },
- "propertyPossibleValues": {
- "area.interpolate": ["cardinal", "basis"]
- },
- "capabilities": {
- "serverRendering": true,
- "rave2Equivalent": "rave-library-area,river",
- "measureGroup": true
- }
- },
- "com.ibm.vis.stepArea": {
- "title": "IDS_LBL_CHART_vida_steppedArea",
- "tooltip": "IDS_TOOLTIP_CHART_vida_steppedArea",
- "updated": "",
- "outputType": "all",
- "tags": [
- "IDS_LBL_CHART_TAG_area"
- ],
- "description": "IDS_TOOLTIP_CHART_vida_steppedArea",
- "author": "IBM",
- "localDateTime": "",
- "dataSets": {
- "data": {
- "name": "IDS_LBL_DATASET_CATEGORY_tabularDataSet",
- "categoryFields": "2",
- "valueFields": "1",
- "anyFields": "0"
- }
- },
- "svgIcon": "visualizations-steppedarea",
- "svgPlaceholder": "stepped-area_256.svg",
- "width": 320,
- "height": 320,
- "location": "com/ibm/vida/vizbundles/rave2bundlearea",
- "propertyConfiguration": {
- "area.interpolate": "step",
- "data.handling": "Stacked"
- },
- "capabilities": {
- "serverRendering": true,
- "rave2Equivalent": "rave-library-area,step",
- "measureGroup": true
- }
- },
- "com.ibm.vis.boxplot": {
- "title": "IDS_LBL_CHART_vida_boxPlot",
- "tooltip": "IDS_TOOLTIP_CHART_vida_boxPlot",
- "updated": "",
- "outputType": "all",
- "tags": [
- "IDS_LBL_CHART_TAG_boxplot"
- ],
- "icon": "../lib/rave/current/rave-library-boxplot/resources/boxplot_icon_48.svg",
- "description": "IDS_TOOLTIP_CHART_vida_boxPlot",
- "author": "IBM",
- "localDateTime": "",
- "dataSets": {
- "data": {
- "name": "IDS_LBL_DATASET_CATEGORY_tabularDataSet",
- "categoryFields": "3",
- "valueFields": "1",
- "anyFields": "0"
- }
- },
- "image": "../lib/rave/current/rave-library-boxplot/resources/boxplot_preview_320.svg",
- "svgIcon": "visualizations-boxplot",
- "svgPlaceholder": "box-plot_256.svg",
- "width": 320,
- "height": 320,
- "location": "com/ibm/vida/vizbundles/rave2bundleboxplot",
- "capabilities": {
- "serverRendering": true,
- "rave2Equivalent": "rave-library-boxplot,boxplot",
- "drillThrough": false,
- "drillDown": false,
- "measureGroup": true
- }
- },
- "com.ibm.vis.bubble": {
- "title": "IDS_LBL_CHART_vida_bubble",
- "tooltip": "IDS_TOOLTIP_CHART_vida_bubble",
- "updated": "",
- "outputType": "all",
- "tags": [
- "IDS_LBL_CHART_TAG_bubble"
- ],
- "description": "IDS_TOOLTIP_CHART_vida_bubble",
- "author": "IBM",
- "localDateTime": "",
- "dataSets": {
- "data": {
- "name": "IDS_LBL_DATASET_CATEGORY_tabularDataSet",
- "categoryFields": "0",
- "valueFields": "1",
- "anyFields": "3",
- "slots": [
- { "name": "x" },
- { "name": "y" },
- { "name": "size" },
- { "name": "color" }
- ]
- }
- },
- "svgIcon": "visualizations-bubble",
- "svgPlaceholder": "bubble_256.svg",
- "width": 320,
- "height": 320,
- "location": "com/ibm/vida/vizbundles/rave2bubble",
- "propertyConfiguration": {
- },
- "capabilities": {
- "serverRendering": true,
- "rave2Equivalent": "rave-library-bubble,bubble",
- "measureGroup": true
- }
- },
- "com.ibm.vis.packedBubble": {
- "title": "IDS_LBL_CHART_vida_packedBubble",
- "tooltip": "IDS_TOOLTIP_CHART_vida_packedBubble",
- "updated": "",
- "outputType": "all",
- "tags": [
- "IDS_LBL_CHART_TAG_bubble"
- ],
- "description": "IDS_TOOLTIP_CHART_vida_packedBubble",
- "author": "IBM",
- "localDateTime": "",
- "dataSets": {
- "data": {
- "name": "IDS_LBL_DATASET_CATEGORY_tabularDataSet",
- "categoryFields": "1",
- "valueFields": "1",
- "anyFields": "1"
- }
- },
- "svgIcon": "visualizations-packedbubble",
- "svgPlaceholder": "packed-bubble_256.svg",
- "width": 320,
- "height": 320,
- "location": "com/ibm/vida/vizbundles/rave2bundlepackedbubble",
- "propertyConfiguration": {
- "dataHandling": "tabular"
- },
- "capabilities": {
- "serverRendering": true,
- "rave2Equivalent": "rave-library-bubble,packedBubble",
- "measureGroup": true
- }
- },
- "com.ibm.vis.hierarchicalPackedBubble": {
- "title": "IDS_LBL_CHART_vida_hierarchicalPackedBubble",
- "tooltip": "IDS_TOOLTIP_CHART_vida_hierarchicalPackedBubble",
- "updated": "",
- "outputType": "all",
- "tags": [
- "IDS_LBL_CHART_TAG_bubble"
- ],
- "description": "IDS_TOOLTIP_CHART_vida_hierarchicalPackedBubble",
- "author": "IBM",
- "localDateTime": "",
- "dataSets": {
- "data": {
- "name": "IDS_LBL_DATASET_CATEGORY_tabularDataSet",
- "categoryFields": "1",
- "valueFields": "1",
- "anyFields": "1"
- }
- },
- "svgIcon": "visualizations-hierarchicalpackedbubble",
- "svgPlaceholder": "hierarchy-packed-bubble_256.svg",
- "width": 320,
- "height": 320,
- "location": "com/ibm/vida/vizbundles/rave2bundlepackedbubble",
- "propertyConfiguration": {
- "dataHandling": "hierarchical"
- },
- "capabilities": {
- "serverRendering": true,
- "measureGroup": true
- }
- },
- "com.ibm.vis.point": {
- "title": "IDS_LBL_CHART_vida_point",
- "tooltip": "IDS_TOOLTIP_CHART_vida_point",
- "updated": "",
- "outputType": "all",
- "tags": [
- "IDS_LBL_CHART_TAG_bubble"
- ],
- "description": "IDS_TOOLTIP_CHART_vida_point",
- "author": "IBM",
- "localDateTime": "",
- "dataSets": {
- "data": {
- "name": "IDS_LBL_DATASET_CATEGORY_tabularDataSet",
- "categoryFields": "2",
- "valueFields": "1",
- "anyFields": "0"
- }
- },
- "svgIcon": "visualizations-point",
- "svgPlaceholder": "point_256.svg",
- "width": 320,
- "height": 320,
- "location": "com/ibm/vida/vizbundles/rave2line",
- "propertyConfiguration": {
- "lines.visible": "false"
- },
- "capabilities": {
- "serverRendering": true,
- "rave2Equivalent": "rave-library-bubble,point",
- "measureGroup": true
- }
- },
- "com.ibm.vis.scatter": {
- "title": "IDS_LBL_CHART_vida_scatterPlot",
- "tooltip": "IDS_TOOLTIP_CHART_vida_scatterPlot",
- "updated": "",
- "outputType": "all",
- "tags": [
- "IDS_LBL_CHART_TAG_bubble"
- ],
- "description": "IDS_TOOLTIP_CHART_vida_scatterPlot",
- "author": "IBM",
- "localDateTime": "",
- "dataSets": {
- "data": {
- "name": "IDS_LBL_DATASET_CATEGORY_tabularDataSet",
- "categoryFields": "1",
- "valueFields": "0",
- "anyFields": "3",
- "slots": [
- { "name": "categories" },
- { "name": "x" },
- { "name": "y" },
- { "name": "color" }
- ]
- }
- },
- "svgIcon": "visualizations-scatter",
- "svgPlaceholder": "scatterplot_256.svg",
- "width": 320,
- "height": 320,
- "location": "com/ibm/vida/vizbundles/rave2bubble",
- "propertyConfiguration": {
- },
- "capabilities": {
- "serverRendering": true,
- "rave2Equivalent": "rave-library-bubble,scatter"
- }
- },
- "com.ibm.vis.bullet": {
- "title": "IDS_LBL_CHART_vida_bullet",
- "tooltip": "IDS_TOOLTIP_CHART_vida_bullet",
- "updated": "",
- "outputType": "all",
- "tags": [
- "IDS_LBL_CHART_TAG_bullet"
- ],
- "description": "IDS_TOOLTIP_CHART_vida_bullet",
- "author": "IBM",
- "localDateTime": "",
- "dataSets": {
- "bulletData": {
- "name": "IDS_LBL_DATASET_CATEGORY_tabularDataSet",
- "categoryFields": "0",
- "valueFields": "5",
- "anyFields": "0"
- }
- },
- "width": 320,
- "height": 320,
- "svgIcon": "visualizations-bullet",
- "svgPlaceholder": "bullet_256.svg",
- "location": "com/ibm/vida/vizbundles/rave2bundlebullet",
- "propertyConfiguration": {
- },
- "capabilities": {
- "serverRendering": false,
- "drillThrough": false,
- "drillDown": false
- }
- },
- "com.ibm.vis.clusteredColumn": {
- "title": "IDS_LBL_CHART_vida_clusteredColumn",
- "tooltip": "IDS_TOOLTIP_CHART_vida_clusteredColumn",
- "updated": "",
- "outputType": "all",
- "tags": [
- "IDS_LBL_CHART_TAG_column"
- ],
- "description": "IDS_TOOLTIP_CHART_vida_clusteredColumn",
- "author": "IBM",
- "localDateTime": "",
- "dataSets": {
- "data": {
- "name": "IDS_LBL_DATASET_CATEGORY_tabularDataSet",
- "categoryFields": "1",
- "valueFields": "1",
- "anyFields": "1",
- "slots": [
- { "name": "categories" },
- { "name": "values" },
- { "name": "color" }
- ]
- }
- },
- "svgIcon": "visualizations-column",
- "svgPlaceholder": "clusteredcolumn_256.svg",
- "width": 320,
- "height": 320,
- "location": "com/ibm/vida/vizbundles/rave2bundlebar",
- "propertyConfiguration": {
- "stacked": "false",
- "bar.direction.vertical": "true"
- },
- "capabilities": {
- "serverRendering": true,
- "rave2Equivalent": "rave-library-column,clusteredcolumn",
- "measureGroup": true
- }
- },
- "com.ibm.vis.stackedColumn": {
- "title": "IDS_LBL_CHART_vida_stackedColumn",
- "tooltip": "IDS_TOOLTIP_CHART_vida_stackedColumn",
- "updated": "",
- "outputType": "all",
- "tags": [
- "IDS_LBL_CHART_TAG_column"
- ],
- "description": "IDS_TOOLTIP_CHART_vida_stackedColumn",
- "author": "IBM",
- "localDateTime": "",
- "dataSets": {
- "data": {
- "name": "IDS_LBL_DATASET_CATEGORY_tabularDataSet",
- "categoryFields": "1",
- "valueFields": "1",
- "anyFields": "1",
- "slots": [
- { "name": "categories" },
- { "name": "values" },
- { "name": "color" }
- ]
- }
- },
- "svgIcon": "visualizations-stackedcolumn",
- "svgPlaceholder": "stackedcolumn_256.svg",
- "width": 320,
- "height": 320,
- "location": "com/ibm/vida/vizbundles/rave2bundlebar",
- "propertyConfiguration": {
- "stacked": "true",
- "bar.direction.vertical": "true"
- },
- "capabilities": {
- "serverRendering": true,
- "rave2Equivalent": "rave-library-column,stackedcolumn",
- "measureGroup": true
- }
- },
- "com.ibm.vis.stackedBar": {
- "title": "IDS_LBL_CHART_vida_stackedBar",
- "tooltip": "IDS_TOOLTIP_CHART_vida_stackedBar",
- "updated": "",
- "outputType": "all",
- "tags": [
- "IDS_LBL_CHART_TAG_column"
- ],
- "description": "IDS_TOOLTIP_CHART_vida_stackedBar",
- "author": "IBM",
- "localDateTime": "",
- "dataSets": {
- "data": {
- "name": "IDS_LBL_DATASET_CATEGORY_tabularDataSet",
- "categoryFields": "1",
- "valueFields": "1",
- "anyFields": "1",
- "slots": [
- { "name": "categories" },
- { "name": "values" },
- { "name": "color" }
- ]
- }
- },
- "svgIcon": "visualizations-stackedbar",
- "svgPlaceholder": "stackedbar_256.svg",
- "width": 320,
- "height": 320,
- "location": "com/ibm/vida/vizbundles/rave2bundlebar",
- "propertyConfiguration": {
- "stacked": "true",
- "bar.direction.vertical": "false"
- },
- "capabilities": {
- "serverRendering": true,
- "rave2Equivalent": "rave-library-column,stackedbar",
- "measureGroup": true
- }
- },
- "com.ibm.vis.clusteredBar": {
- "title": "IDS_LBL_CHART_vida_clusteredBar",
- "tooltip": "IDS_TOOLTIP_CHART_vida_clusteredBar",
- "updated": "",
- "outputType": "all",
- "tags": [
- "IDS_LBL_CHART_TAG_column"
- ],
- "description": "IDS_TOOLTIP_CHART_vida_clusteredBar",
- "author": "IBM",
- "localDateTime": "",
- "dataSets": {
- "data": {
- "name": "IDS_LBL_DATASET_CATEGORY_tabularDataSet",
- "categoryFields": "1",
- "valueFields": "1",
- "anyFields": "1",
- "slots": [
- { "name": "categories" },
- { "name": "values" },
- { "name": "color" }
- ]
- }
- },
- "svgIcon": "visualizations-bar",
- "svgPlaceholder": "clusteredbar_256.svg",
- "width": 320,
- "height": 320,
- "location": "com/ibm/vida/vizbundles/rave2bundlebar",
- "propertyConfiguration": {
- "stacked": "false",
- "bar.direction.vertical": "false"
- },
- "capabilities": {
- "serverRendering": true,
- "rave2Equivalent": "rave-library-column,clusteredbar",
- "measureGroup": true
- }
- },
- "com.ibm.vis.targetBar": {
- "title": "IDS_LBL_CHART_vida_targetBar",
- "tooltip": "IDS_TOOLTIP_CHART_vida_targetBar",
- "updated": "",
- "outputType": "all",
- "tags": [
- "IDS_LBL_CHART_TAG_column"
- ],
- "description": "IDS_TOOLTIP_CHART_vida_targetBar",
- "author": "IBM",
- "localDateTime": "",
- "dataSets": {
- "data": {
- "name": "IDS_LBL_DATASET_CATEGORY_tabularDataSet",
- "categoryFields": "1",
- "valueFields": "2",
- "anyFields": "1",
- "slots": [
- { "name": "categories" },
- { "name": "values" },
- { "name": "target" },
- { "name": "color" }
- ]
- }
- },
- "svgIcon": "visualizations-bartarget",
- "svgPlaceholder": "bar-target_256.svg",
- "width": 320,
- "height": 320,
- "location": "com/ibm/vida/vizbundles/rave2bundlebar",
- "propertyConfiguration": {
- "stacked": "false",
- "bar.direction.vertical": "false"
- },
- "capabilities": {
- "serverRendering": true
- }
- },
- "com.ibm.vis.targetColumn": {
- "title": "IDS_LBL_CHART_vida_targetColumn",
- "tooltip": "IDS_TOOLTIP_CHART_vida_targetColumn",
- "updated": "",
- "outputType": "all",
- "tags": [
- "IDS_LBL_CHART_TAG_column"
- ],
- "description": "IDS_TOOLTIP_CHART_vida_targetColumn",
- "author": "IBM",
- "localDateTime": "",
- "dataSets": {
- "data": {
- "name": "IDS_LBL_DATASET_CATEGORY_tabularDataSet",
- "categoryFields": "1",
- "valueFields": "2",
- "anyFields": "1",
- "slots": [
- { "name": "categories" },
- { "name": "values" },
- { "name": "target" },
- { "name": "color" }
- ]
- }
- },
- "svgIcon": "visualizations-columntarget",
- "svgPlaceholder": "column-target_256.svg",
- "width": 320,
- "height": 320,
- "location": "com/ibm/vida/vizbundles/rave2bundlebar",
- "propertyConfiguration": {
- "stacked": "false",
- "bar.direction.vertical": "true"
- },
- "capabilities": {
- "serverRendering": true
- }
- },
- "com.ibm.vis.floatingBar": {
- "title": "IDS_LBL_CHART_vida_floatingBar",
- "tooltip": "IDS_TOOLTIP_CHART_vida_floatingBar",
- "updated": "",
- "outputType": "all",
- "tags": [
- "IDS_LBL_CHART_TAG_column"
- ],
- "description": "IDS_TOOLTIP_CHART_vida_floatingBar",
- "author": "IBM",
- "localDateTime": "",
- "dataSets": {
- "data": {
- "name": "IDS_LBL_DATASET_CATEGORY_tabularDataSet",
- "categoryFields": "1",
- "valueFields": "2",
- "anyFields": "1",
- "slots": [
- { "name": "categories" },
- { "name": "values" },
- { "name": "yStart" },
- { "name": "color" }
- ]
- }
- },
- "svgIcon": "visualizations-floatingbar",
- "svgPlaceholder": "floating-bar_256.svg",
- "width": 320,
- "height": 320,
- "location": "com/ibm/vida/vizbundles/rave2bundlebar",
- "propertyConfiguration": {
- "stacked": "false",
- "bar.direction.vertical": "false"
- },
- "capabilities": {
- "serverRendering": true,
- "rave2Equivalent": "rave-library-column,floatingBarRotated"
- }
- },
- "com.ibm.vis.floatingColumn": {
- "title": "IDS_LBL_CHART_vida_floatingColumn",
- "tooltip": "IDS_TOOLTIP_CHART_vida_floatingColumn",
- "updated": "",
- "outputType": "all",
- "tags": [
- "IDS_LBL_CHART_TAG_column"
- ],
- "description": "IDS_TOOLTIP_CHART_vida_floatingColumn",
- "author": "IBM",
- "localDateTime": "",
- "dataSets": {
- "data": {
- "name": "IDS_LBL_DATASET_CATEGORY_tabularDataSet",
- "categoryFields": "1",
- "valueFields": "2",
- "anyFields": "1",
- "slots": [
- { "name": "categories" },
- { "name": "values" },
- { "name": "yStart" },
- { "name": "color" }
- ]
- }
- },
- "svgIcon": "visualizations-floatingcolumn",
- "svgPlaceholder": "floating-column_256.svg",
- "width": 320,
- "height": 320,
- "location": "com/ibm/vida/vizbundles/rave2bundlebar",
- "propertyConfiguration": {
- "stacked": "false",
- "bar.direction.vertical": "true"
- },
- "capabilities": {
- "serverRendering": true,
- "rave2Equivalent": "rave-library-column,floatingBar"
- }
- },
- "com.ibm.vis.simpleCombination": {
- "title": "IDS_LBL_CHART_vida_simpleLineAndColumn",
- "tooltip": "IDS_TOOLTIP_CHART_vida_simpleLineAndColumn",
- "updated": "",
- "outputType": "all",
- "tags": [
- "IDS_LBL_CHART_TAG_composite"
- ],
- "description": "IDS_TOOLTIP_CHART_vida_simpleLineAndColumn",
- "author": "IBM",
- "localDateTime": "",
- "dataSets": {
- "data": {
- "name": "IDS_LBL_DATASET_CATEGORY_compositeChartDataSet",
- "categoryFields": "1",
- "valueFields": "2",
- "anyFields": "0"
- }
- },
- "svgIcon": "visualizations-combo",
- "svgPlaceholder": "combinationchart_256.svg",
- "width": 320,
- "height": 320,
- "location": "com/ibm/vida/vizbundles/rave2bundlecomposite",
- "capabilities": {
- "serverRendering": true,
- "rave2Equivalent": "rave-library-composite,compositeOneDataSet"
- },
- "vizGalleryInclusionFlag": "HideSimpleCombination"
- },
- "com.ibm.vis.clusteredCombination": {
- "title": "IDS_LBL_CHART_vida_clusteredCombination",
- "tooltip": "IDS_LBL_CHART_vida_clusteredCombination",
- "updated": "",
- "outputType": "all",
- "tags": [
- "IDS_LBL_CHART_TAG_composite"
- ],
- "description": "IDS_TOOLTIP_CHART_vida_clusteredCombination",
- "author": "IBM",
- "localDateTime": "",
- "dataSets": {
- "column": {
- "name": "IDS_LBL_DATASET_CATEGORY_columnDataSet",
- "categoryFields": "1",
- "valueFields": "1",
- "anyFields": "1"
- },
- "line": {
- "name": "IDS_LBL_DATASET_CATEGORY_lineDataSet",
- "categoryFields": "2",
- "valueFields": "1",
- "anyFields": "0"
- }
- },
- "paletteDefaults" : {
- "continuous": ["blueContinuousSequential"],
- "categorical": [ "colorPalette0", "colorPalette2"]
- },
- "svgIcon": "visualizations-comboclustered",
- "svgPlaceholder": "compositeclustered_256.svg",
- "width": 320,
- "height": 320,
- "location": "com/ibm/vida/vizbundles/rave2bundlecompositev2",
- "propertyConfiguration": {
- "stacked": "false",
- "bar.direction.vertical": "true"
- },
- "capabilities": {
- "serverRendering": true,
- "measureGroup": true
- }
- },
- "com.ibm.vis.stackedCombination": {
- "title": "IDS_LBL_CHART_vida_stackedCombination",
- "tooltip": "IDS_LBL_CHART_vida_stackedCombination",
- "updated": "",
- "outputType": "all",
- "tags": [
- "IDS_LBL_CHART_TAG_composite"
- ],
- "description": "IDS_TOOLTIP_CHART_vida_stackedCombination",
- "author": "IBM",
- "localDateTime": "",
- "dataSets": {
- "column": {
- "name": "IDS_LBL_DATASET_CATEGORY_columnDataSet",
- "categoryFields": "1",
- "valueFields": "1",
- "anyFields": "1"
- },
- "line": {
- "name": "IDS_LBL_DATASET_CATEGORY_lineDataSet",
- "categoryFields": "2",
- "valueFields": "1",
- "anyFields": "0"
- }
- },
- "paletteDefaults" : {
- "continuous": ["blueContinuousSequential"],
- "categorical": [ "colorPalette0", "colorPalette2"]
- },
- "svgIcon": "visualizations-combostacked",
- "svgPlaceholder": "compositestacked_256.svg",
- "width": 320,
- "height": 320,
- "location": "com/ibm/vida/vizbundles/rave2bundlecompositev2",
- "propertyConfiguration": {
- "stacked": "true",
- "bar.direction.vertical": "true"
- },
- "capabilities": {
- "serverRendering": true,
- "measureGroup": true
- }
- },
- "com.ibm.vis.dial": {
- "title": "IDS_LBL_CHART_vida_radial",
- "tooltip": "IDS_TOOLTIP_CHART_vida_radial",
- "updated": "",
- "outputType": "all",
- "tags": [
- "IDS_LBL_CHART_TAG_dial"
- ],
- "description": "IDS_TOOLTIP_CHART_vida_radial",
- "author": "IBM",
- "localDateTime": "",
- "dataSets": {
- "dataset": {
- "name": "IDS_LBL_DATASET_CATEGORY_tabularDataSet",
- "categoryFields": "1",
- "valueFields": "2",
- "anyFields": "1"
- }
- },
- "svgIcon": "visualizations-radial",
- "svgPlaceholder": "Dial_256.svg",
- "width": 320,
- "height": 320,
- "location": "com/ibm/vida/vizbundles/rave2bundleradialbar",
- "capabilities": {
- "serverRendering": true,
- "rave2Equivalent": "rave-library-dial,dial"
- }
- },
- "com.ibm.vis.heatmap": {
- "title": "IDS_LBL_CHART_vida_heatmap",
- "tooltip": "IDS_TOOLTIP_CHART_vida_heatmap",
- "updated": "",
- "outputType": "all",
- "tags": [
- "IDS_LBL_CHART_TAG_heatmap"
- ],
- "description": "IDS_TOOLTIP_CHART_vida_heatmap",
- "author": "IBM (TM)",
- "localDateTime": "",
- "dataSets": {
- "data": {
- "name": "IDS_LBL_DATASET_CATEGORY_tabularDataSet",
- "categoryFields": "3",
- "valueFields": "2",
- "anyFields": "0",
- "slots": [
- { "name": "categories" },
- { "name": "series" },
- { "name": "points" },
- { "name": "color" },
- { "name": "size" }
- ]
- }
- },
- "svgIcon": "visualizations-heatmap",
- "svgPlaceholder": "Heatmap_256.svg",
- "width": 320,
- "height": 320,
- "location": "com/ibm/vida/vizbundles/rave2heat",
- "capabilities": {
- "serverRendering": true,
- "rave2Equivalent": "rave-library-heatmap,heatmap"
- }
- },
- "com.ibm.vis.line": {
- "title": "IDS_LBL_CHART_vida_line",
- "tooltip": "IDS_TOOLTIP_CHART_vida_line",
- "updated": "",
- "outputType": "all",
- "tags": [
- "IDS_LBL_CHART_TAG_line"
- ],
- "description": "IDS_TOOLTIP_CHART_vida_line",
- "author": "IBM",
- "localDateTime": "",
- "dataSets": {
- "data": {
- "name": "IDS_LBL_DATASET_CATEGORY_tabularDataSet",
- "categoryFields": "2",
- "valueFields": "1",
- "anyFields": "0"
- }
- },
- "svgIcon": "visualizations-line",
- "svgPlaceholder": "line_256.svg",
- "width": 320,
- "height": 320,
- "location": "com/ibm/vida/vizbundles/rave2line",
- "propertyConfiguration": {
- "line.interpolate": "linear",
- "lines.visible": "true"
- },
- "capabilities": {
- "serverRendering": true,
- "rave2Equivalent": "rave-library-line,line",
- "measureGroup": true
- }
- },
- "com.ibm.vis.stepLine": {
- "title": "IDS_LBL_CHART_vida_stepLine",
- "tooltip": "IDS_TOOLTIP_CHART_vida_stepLine",
- "updated": "",
- "outputType": "all",
- "tags": [
- "IDS_LBL_CHART_TAG_line"
- ],
- "description": "IDS_TOOLTIP_CHART_vida_stepLine",
- "author": "IBM",
- "localDateTime": "",
- "dataSets": {
- "data": {
- "name": "IDS_LBL_DATASET_CATEGORY_tabularDataSet",
- "categoryFields": "2",
- "valueFields": "1",
- "anyFields": "0"
- }
- },
- "svgIcon": "visualizations-steppedline",
- "svgPlaceholder": "stepped-line_256.svg",
- "width": 320,
- "height": 320,
- "location": "com/ibm/vida/vizbundles/rave2line",
- "propertyConfiguration": {
- "line.interpolate": "step",
- "lines.visible": "true"
- },
- "propertyPossibleValues": {
- "line.interpolate": ["step", "step-before", "step-after"]
- },
- "capabilities": {
- "serverRendering": true,
- "rave2Equivalent": "rave-library-line,stepline",
- "measureGroup": true
- }
- },
- "com.ibm.vis.smoothLine": {
- "title": "IDS_LBL_CHART_vida_smoothLine",
- "tooltip": "IDS_TOOLTIP_CHART_vida_smoothLine",
- "updated": "",
- "outputType": "all",
- "tags": [
- "IDS_LBL_CHART_TAG_line"
- ],
- "description": "IDS_TOOLTIP_CHART_vida_smoothLine",
- "author": "IBM",
- "localDateTime": "",
- "dataSets": {
- "data": {
- "name": "IDS_LBL_DATASET_CATEGORY_tabularDataSet",
- "categoryFields": "2",
- "valueFields": "1",
- "anyFields": "0"
- }
- },
- "svgIcon": "visualizations-smoothline",
- "svgPlaceholder": "smooth-line_256.svg",
- "width": 320,
- "height": 320,
- "location": "com/ibm/vida/vizbundles/rave2line",
- "propertyConfiguration": {
- "line.interpolate": "cardinal",
- "lines.visible": "true"
- },
- "propertyPossibleValues": {
- "line.interpolate": ["cardinal", "basis"]
- },
- "capabilities": {
- "serverRendering": true,
- "rave2Equivalent": "rave-library-line,smoothline",
- "measureGroup": true
- }
- },
- "com.ibm.vis.marimekko": {
- "title": "IDS_LBL_CHART_TAG_marimekko",
- "tooltip": "IDS_TOOLTIP_CHART_vida_marimekko",
- "updated": "",
- "outputType": "all",
- "tags": [
- "IDS_LBL_CHART_TAG_marimekko"
- ],
- "description": "IDS_TOOLTIP_CHART_vida_marimekko",
- "author": "IBM",
- "localDateTime": "",
- "dataSets": {
- "data": {
- "name": "IDS_LBL_DATASET_CATEGORY_tabularDataSet",
- "categoryFields": "1",
- "valueFields": "2",
- "anyFields": "1"
- }
- },
- "svgIcon": "visualizations-marimekko",
- "svgPlaceholder": "marrimekko_256.svg",
- "width": 320,
- "height": 320,
- "location": "com/ibm/vida/vizbundles/rave2marimekko",
- "capabilities": {
- "serverRendering": false
- }
- },
- "com.ibm.vis.network": {
- "title": "IDS_LBL_CHART_vida_network",
- "tooltip": "IDS_TOOLTIP_CHART_vida_network",
- "updated": "",
- "outputType": "all",
- "tags": [
- "IDS_LBL_CHART_TAG_network"
- ],
- "description": "IDS_TOOLTIP_CHART_vida_network",
- "author": "IBM",
- "localDateTime": "",
- "dataSets": {
- "data": {
- "name": "IDS_LBL_DATASET_CATEGORY_tabularDataSet",
- "categoryFields": "2",
- "valueFields": "1",
- "anyFields": "0"
- }
- },
- "svgIcon": "visualizations-network",
- "svgPlaceholder": "network_256.svg",
- "width": 320,
- "height": 320,
- "location": "com/ibm/vida/vizbundles/rave2network",
- "propertyConfiguration": {
- },
- "capabilities": {
- "serverRendering": false
- }
- },
- "com.ibm.vis.pie": {
- "title": "IDS_LBL_CHART_vida_pie",
- "tooltip": "IDS_TOOLTIP_CHART_vida_pie",
- "updated": "",
- "outputType": "all",
- "tags": [
- "IDS_LBL_CHART_TAG_pie"
- ],
- "description": "IDS_TOOLTIP_CHART_vida_pie",
- "author": "IBM",
- "localDateTime": "",
- "dataSets": {
- "data": {
- "name": "IDS_LBL_DATASET_CATEGORY_tabularDataSet",
- "categoryFields": "1",
- "valueFields": "1",
- "anyFields": "0"
- }
- },
- "svgIcon": "visualizations-pie",
- "svgPlaceholder": "pie_256.svg",
- "width": 320,
- "height": 320,
- "location": "com/ibm/vida/vizbundles/rave2bundlepie",
- "capabilities": {
- "serverRendering": true,
- "rave2Equivalent": "rave-library-pie,pie",
- "measureGroup": true
- }
- },
- "com.ibm.vis.radar": {
- "title": "IDS_LBL_CHART_vida_radar",
- "tooltip": "IDS_TOOLTIP_CHART_vida_radar",
- "updated": "",
- "outputType": "all",
- "tags": [
- "IDS_LBL_CHART_TAG_radar"
- ],
- "description": "IDS_TOOLTIP_CHART_vida_radar",
- "author": "IBM",
- "localDateTime": "",
- "dataSets": {
- "data": {
- "name": "IDS_LBL_DATASET_CATEGORY_tabularDataSet",
- "categoryFields": "2",
- "valueFields": "1",
- "anyFields": "0"
- }
- },
- "svgIcon": "visualizations-radar",
- "svgPlaceholder": "radar_256.svg",
- "width": 320,
- "height": 320,
- "location": "com/ibm/vida/vizbundles/rave2bundleradar",
- "capabilities": {
- "serverRendering": true,
- "rave2Equivalent": "rave-library-radar,radar",
- "measureGroup": true,
- "baselineCaptions": false
- }
- },
- "com.ibm.vis.tiledmap": {
- "title": "IDS_LBL_CHART_vida_map",
- "tooltip": "IDS_TOOLTIP_CHART_vida_map",
- "updated": "",
- "outputType": "all",
- "tags": [
- "IDS_LBL_CHART_TAG_map"
- ],
- "description": "IDS_TOOLTIP_CHART_vida_map",
- "author": "IBM",
- "localDateTime": "",
- "dataSets": {
- "data.region": {
- "name": "IDS_LBL_DATASET_CATEGORY_regions",
- "categoryFields": "1",
- "valueFields": "1",
- "anyFields": "0"
- },
- "data.point": {
- "name": "IDS_LBL_DATASET_CATEGORY_points",
- "categoryFields": "1",
- "valueFields": "2",
- "anyFields": "0"
- },
- "data.latlong": {
- "name": "IDS_LBL_DATASET_CATEGORY_latitudeLongitude",
- "categoryFields": "1",
- "valueFields": "2",
- "anyFields": "2"
- }
- },
- "paletteDefaults" : {
- "continuous": ["blueContinuousSequential","greenContinuousSequential", "yellowContinuousSequential"],
- "categorical": [ "colorPalette0", "colorPalette1", "colorPalette2"]
- },
- "svgIcon": "visualizations-map",
- "svgPlaceholder": "map_256.svg",
- "width": 320,
- "height": 320,
- "location": "com/ibm/vida/vizbundles/tiledmapbundle",
- "capabilities": {
- "serverRendering": false,
- "defaultClientFilterCategoryRangeFilteredData": true,
- "drillDown": false,
- "measureGroup": true
- }
- },
- "com.ibm.vis.treemap": {
- "title": "IDS_LBL_CHART_vida_treemap",
- "tooltip": "IDS_TOOLTIP_CHART_vida_treemap",
- "updated": "",
- "outputType": "all",
- "tags": [
- "IDS_LBL_CHART_TAG_treemap"
- ],
- "description": "IDS_TOOLTIP_CHART_vida_treemap",
- "author": "IBM",
- "localDateTime": "",
- "dataSets": {
- "data": {
- "name": "IDS_LBL_DATASET_CATEGORY_tabularDataSet",
- "categoryFields": "1",
- "valueFields": "2",
- "anyFields": "0"
- }
- },
- "svgIcon": "visualizations-treemap",
- "svgPlaceholder": "tree_256.svg",
- "width": 320,
- "height": 320,
- "location": "com/ibm/vida/vizbundles/rave2bundletreemap",
- "capabilities": {
- "serverRendering": false,
- "measureGroup": true
- }
- },
- "com.ibm.vis.waterfall": {
- "title": "IDS_LBL_CHART_vida_waterfall",
- "tooltip": "IDS_TOOLTIP_CHART_vida_waterfall",
- "updated": "",
- "outputType": "all",
- "tags": [
- "IDS_LBL_CHART_TAG_waterfall"
- ],
- "description": "IDS_TOOLTIP_CHART_vida_waterfall",
- "author": "IBM (TM)",
- "localDateTime": "",
- "dataSets": {
- "data": {
- "name": "IDS_LBL_DATASET_CATEGORY_tabularDataSet",
- "categoryFields": "2",
- "valueFields": "1",
- "anyFields": "0",
- "slots": [
- { "name": "categories" },
- { "name": "subcategories" },
- { "name": "values" }
- ]
- }
- },
- "svgIcon": "visualizations-waterfall",
- "svgPlaceholder": "waterfall_256.svg",
- "width": 320,
- "height": 320,
- "location": "com/ibm/vida/vizbundles/rave2bundlewaterfall",
- "propertyConfiguration": {
- },
- "capabilities": {
- "serverRendering": true,
- "rave2Equivalent": "rave-library-waterfall,waterfallnototal",
- "measureGroup": true
- }
- },
- "com.ibm.vis.wordcloud": {
- "title": "IDS_LBL_CHART_vida_wordCloud",
- "tooltip": "IDS_TOOLTIP_CHART_vida_wordCloud",
- "updated": "",
- "outputType": "all",
- "tags": [
- "IDS_LBL_CHART_TAG_wordCloud"
- ],
- "description": "IDS_TOOLTIP_CHART_vida_wordCloud",
- "author": "IBM",
- "localDateTime": "",
- "dataSets": {
- "data": {
- "id": "data",
- "name": "IDS_LBL_DATASET_CATEGORY_tabularDataSet",
- "categoryFields": "1",
- "valueFields": "1",
- "anyFields": "1"
- }
- },
- "svgIcon": "visualizations-wordcloud",
- "svgPlaceholder": "wordcloud_256.svg",
- "width": 320,
- "height": 320,
- "location": "com/ibm/vida/vizbundles/rave2bundlewordcloud",
- "capabilities": {
- "serverRendering": true,
- "rave2Equivalent": "rave-library-wordcloud,wordcloud",
- "measureGroup": true
- }
- }
- }
|