123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190 |
- {
- "Refs": {
- "FloatingBar": "ClusteredBar",
- "FloatingColumn": "ClusteredColumn",
- "SmoothArea" : "Area",
- "SmoothLine": "Line",
- "StepLine": "Line",
- "StepArea": "Area"
- },
- "Vida": {
- "com.ibm.vis.area": {
- "name" : ["Area", "StackedArea"],
- "idDataSet" : "data",
- "slots" : [{"categories" : ["CATEGORY"]}, {"series" : ["COLOR"]}, {"values" : ["VALUE"]}]
- },
- "com.ibm.vis.boxplot": {
- "name" : ["BoxPlot"],
- "idDataSet": "data",
- "slots" : [{"key" : ["CATEGORY"]}, {"categories" : ["CATEGORY"]}, {"color" : ["COLOR"]}, {"values" : ["VALUE"]}]
- },
- "com.ibm.vis.bubble" : {
- "name" : ["Bubble"],
- "idDataSet" : "data",
- "slots" : [{"x" : ["X"]}, {"y" : ["Y", "POINTS"]}, {"size" : ["SIZE"]}, {"color" : ["COLOR"]}]
- },
- "com.ibm.vis.bullet" : {
- "name" : ["Bullet"],
- "idDataSet" : "bulletData",
- "slots" : [{"actual" : ["ACTUAL"]}, {"goal" : ["TARGET"]}, {"min":["MINIMUM"]}, {"mid":[]}, {"max":["MAXIMUM"]}]
- },
- "com.ibm.vis.clusteredBar" : {
- "name" : ["ClusteredBar","Bar"],
- "idDataSet" : "data",
- "slots" : [{"categories" : ["CATEGORY"]}, {"color" : ["COLOR"]}, {"values" : ["VALUE"]}]
- },
- "com.ibm.vis.clusteredColumn" : {
- "name" : ["ClusteredColumn", "Column"],
- "idDataSet" : "data",
- "slots" : [{"categories" : ["CATEGORY"]}, {"color" : ["COLOR"]}, {"values" : ["VALUE"]}]
- },
- "com.ibm.vis.dial" : {
- "name" : ["Dial"],
- "idDataSet" : "dataset",
- "slots" : [{"categories" : ["CATEGORY"]}, {"values" : ["VALUE"]}, {"color" : ["COLOR"]}, {"maxValue" : []}]
- },
- "com.ibm.vis.floatingBar" : {
- "name" : ["FloatingBar"],
- "idDataSet" : "data",
- "slots" : [{"categories" : ["CATEGORY"]}, {"color" : ["COLOR"]}, {"values" : ["VALUE"]}]
- },
- "com.ibm.vis.floatingColumn" : {
- "name" : ["FloatingColumn"],
- "idDataSet" : "data",
- "slots" : [{"categories" : ["CATEGORY"]}, {"color" : ["COLOR"]}, {"values" : ["VALUE"]}]
- },
- "com.ibm.vis.heatmap" : {
- "name" : ["Heatmap"],
- "idDataSet" : "data",
- "slots" : [{"categories" : ["ROW"]}, {"series" : ["COLUMN"]}, {"color" : ["COLOR"]}, {"points":["POINTS"]}, {"size":["SIZE"]}]
- },
- "com.ibm.vis.hierarchicalPackedBubble" : {
- "name" : ["HierarchicalPackedBubble"],
- "idDataSet" : "data",
- "slots" : [{"categories" : ["CATEGORY", "HIERARCHY"]}, {"size" : ["SIZE"]}, {"color" : ["COLOR"]}]
- },
- "com.ibm.vis.line" : {
- "name" : ["Line"],
- "idDataSet": "data",
- "slots" : [{"categories" : ["CATEGORY"]}, {"series" : []}, {"values" : ["VALUE"]}]
- },
- "com.ibm.vis.marimekko" : {
- "name" : ["Marimekko"],
- "idDataSet" : "data",
- "slots" : [{"categories" : ["BARS" ]}, {"color" : ["COLOR"]}, {"values" : ["LENGTH"]}, {"width": ["WIDTH"]}]
- },
- "com.ibm.vis.packedBubble" : {
- "name" : ["PackedBubble"],
- "idDataSet" : "data",
- "slots" : [{"categories" : ["CATEGORY"]}, {"size" : ["SIZE"]}, {"color" : ["COLOR"]}]
- },
- "com.ibm.vis.pie" : {
- "name" : ["Pie"],
- "idDataSet" : "data",
- "slots" : [{"categories" : ["CATEGORY"]}, {"values" : ["VALUE"]}]
- },
- "com.ibm.vis.point" : {
- "name" : ["Point"],
- "idDataSet" : "data",
- "slots" : [{"categories" : ["CATEGORY"]}, {"series" : ["COLOR"]}, {"values" : ["VALUE"]}]
- },
- "com.ibm.vis.radar" : {
- "name" : ["Radar"],
- "idDataSet" : "data",
- "slots" : [{"categories" : ["CATEGORY", "CYCLICAL"]}, {"series" : ["COLOR"]}, {"values" : ["VALUE"]}]
- },
- "com.ibm.vis.river" : {
- "name" : ["River"],
- "idDataSet" : "data",
- "slots" : [{"categories" : ["CATEGORY"]}, {"series" : ["COLOR"]}, {"values" : ["VALUE"]}]
- },
- "com.ibm.vis.scatter" : {
- "name" : ["Scatter"],
- "idDataSet" : "data",
- "slots" : [{"categories" : ["POINTS"]}, {"x" : ["X"]}, {"y" : ["Y"]}, {"color" : ["COLOR"]}]
- },
- "com.ibm.vis.clusteredCombination" : {
- "name" : ["DualAxis"],
- "idDataSet" : "column",
- "slots" : [{"categories" : ["CATEGORY"]}, {"columnValue" : ["Y1"]}]
- },
- "com.ibm.vis.smoothArea" : {
- "name" : ["SmoothArea"],
- "idDataSet" : "data",
- "slots" : [{"categories" : ["CATEGORY"]}, {"series" : ["COLOR"]}, {"values" : ["VALUE"]}]
- },
- "com.ibm.vis.smoothLine" : {
- "name" : ["SmoothLine"],
- "idDataSet": "data",
- "slots" : [{"categories" : ["CATEGORY"]}, {"series" : []}, {"values" : ["VALUE"]}]
- },
- "com.ibm.vis.stackedBar" : {
- "name" : ["StackedBar"],
- "idDataSet" : "data",
- "slots" : [{"categories" : ["CATEGORY"]}, {"color" : ["COLOR"]}, {"values" : ["VALUE"]}]
- },
- "com.ibm.vis.stackedColumn" : {
- "name" : ["StackedColumn"],
- "idDataSet" : "data",
- "slots" : [{"categories" : ["CATEGORY" ]}, {"color" : ["COLOR"]}, {"values" : ["VALUE"]}]
- },
- "com.ibm.vis.stepLine" : {
- "name" : ["StepLine"],
- "idDataSet": "data",
- "slots" : [{"categories" : ["CATEGORY"]}, {"series" : []}, {"values" : ["VALUE"]}]
- },
- "com.ibm.vis.stepArea" : {
- "name" : ["StepArea"],
- "idDataSet" : "data",
- "slots" : [{"categories" : ["CATEGORY"]}, {"series" : ["COLOR"]}, {"values" : ["VALUE"]}]
- },
- "com.ibm.vis.tiledmap" : {
- "name" : ["Tiledmap"],
- "idDataSet" : ["data.region", "data.point", "data.latlong"],
- "slots": [
- {"locations" : ["REGION_LOCATION"], "dsRef" : 0},
- {"locationColor" : ["REGION_COLOR"], "dsRef" : 0},
-
- {"pointLocations" : ["POINT_LOCATION"], "dsRef" : 1},
- {"pointSize" : ["POINT_SIZE"], "dsRef" : 1},
- {"pointColor" : ["POINT_COLOR"], "dsRef" : 1},
-
- {"latlongLocations.latitude": ["COORDINATE_LATITUDE"], "dsRef" : 2},
- {"latlongLocations.longitude": ["COORDINATE_LONGITUDE"], "dsRef" : 2},
- {"latlongLocations.caption": ["COORDINATE_LABEL"], "dsRef" : 2},
- {"latlongSize" : ["COORDINATE_SIZE"], "dsRef": 2},
- {"latlongColor" : ["COORDINATE_COLOR"], "dsRef" : 2}
- ]
- },
- "com.ibm.vis.treemap" : {
- "name" : ["Treemap"],
- "idDataSet" : "data",
- "slots" : [{"categories" : ["CATEGORY", "HIERARCHY"]}, {"size" : ["SIZE"]}, {"color" : ["COLOR"]}]
- },
- "com.ibm.vis.waterfall" : {
- "name" : ["Waterfall"],
- "idDataSet" : "data",
- "slots" : [{"categories" : ["CATEGORY"]}, {"values" : ["VALUE", "CUMULATIVE"]}]
- },
- "com.ibm.vis.wordcloud" : {
- "name" : ["Wordle"],
- "idDataSet" : "data",
- "slots" : [{"categories" : ["CATEGORY"]}, {"size" : ["SIZE"]},{"color" : ["COLOR"]}]
- }
- },
- "Exceptional": {
- "Singleton" : {
- "name" : ["Singleton"],
- "slots" : [{"contents" : ["VALUE"]}]
- },
- "List" : {
- "name" : ["List"],
- "slots" : [{"contents" : ["ANY"]}]
- },
- "Crosstab" : {
- "name" : ["Crosstab"],
- "slots" : [{"crosstabColumns" : ["COLOR", "HIERARCHY","COLUMN_HIERARCHY"], "exclusive": false}, {"crosstabRows" : ["CATEGORY", "ROW_HIERARCHY"], "exclusive": false},
- {"defaultMeasure" : ["VALUE"]}]
- }
- }
- }
|