Commit 53dc93c4788055244173c37328dcf46ac0552142
1 parent
76117121
new datalets are added
Showing
2 changed files
with
185 additions
and
3 deletions
configuration.xml
100644 → 100755
| 1 | <configuration> | 1 | <configuration> |
| 2 | 2 | ||
| 3 | <deep_datalet_configuration> | 3 | <deep_datalet_configuration> |
| 4 | - <components_repository_url_reference>http://192.168.232.128/DEEalerProvider/COMPONENTS/datalets/</components_repository_url_reference> | 4 | + <components_repository_url_reference>http://192.168.164.128/DatalEts-Ecosystem-Provider/COMPONENTS/datalets/</components_repository_url_reference> |
| 5 | </deep_datalet_configuration> | 5 | </deep_datalet_configuration> |
| 6 | 6 | ||
| 7 | <deep_controllets_configuration> | 7 | <deep_controllets_configuration> |
| 8 | - <components_repository_url_reference>http://192.168.232.128/DEEalerProvider/COMPONENTS/controllets/</components_repository_url_reference> | 8 | + <components_repository_url_reference>http://192.168.164.128/DatalEts-Ecosystem-Provider/COMPONENTS/controllets/</components_repository_url_reference> |
| 9 | </deep_controllets_configuration> | 9 | </deep_controllets_configuration> |
| 10 | 10 | ||
| 11 | -</configuration> | ||
| 12 | \ No newline at end of file | 11 | \ No newline at end of file |
| 12 | +</configuration> |
datalets.xml
| @@ -214,6 +214,188 @@ | @@ -214,6 +214,188 @@ | ||
| 214 | </idm> | 214 | </idm> |
| 215 | </component> | 215 | </component> |
| 216 | <component> | 216 | <component> |
| 217 | + <name>areachart-datalet</name> | ||
| 218 | + <attributes> | ||
| 219 | + <attribute> | ||
| 220 | + <name>data-url</name> | ||
| 221 | + </attribute> | ||
| 222 | + <attribute> | ||
| 223 | + <name>fields</name> | ||
| 224 | + </attribute> | ||
| 225 | + </attributes> | ||
| 226 | + <idm> | ||
| 227 | + <inputs> | ||
| 228 | + <input> | ||
| 229 | + <name>Categories</name> | ||
| 230 | + <description>The chart categories. Its values will be put in the horizontal axis. You need one value for each series.</description> | ||
| 231 | + <scale>nominal</scale> | ||
| 232 | + <role>domain</role> | ||
| 233 | + <selection>11</selection> | ||
| 234 | + </input> | ||
| 235 | + <input> | ||
| 236 | + <name>Series</name> | ||
| 237 | + <description>The chart series. Its values will be put in the vertical axis.</description> | ||
| 238 | + <scale>nominal</scale> | ||
| 239 | + <role>domain</role> | ||
| 240 | + <selection>11</selection> | ||
| 241 | + </input> | ||
| 242 | + <layouts> | ||
| 243 | + <input> | ||
| 244 | + <name>title</name> | ||
| 245 | + <description>The label for the title of the chart</description> | ||
| 246 | + </input> | ||
| 247 | + <input> | ||
| 248 | + <name>x-axis-label</name> | ||
| 249 | + <description>The label for the X axis</description> | ||
| 250 | + </input> | ||
| 251 | + <input> | ||
| 252 | + <name>y-axis-label</name> | ||
| 253 | + <description>The label for the Y axis</description> | ||
| 254 | + </input> | ||
| 255 | + <input> | ||
| 256 | + <name>suffix</name> | ||
| 257 | + <description>The values suffix(eg units, dollars, euro, ...)</description> | ||
| 258 | + </input> | ||
| 259 | + </layouts> | ||
| 260 | + </inputs> | ||
| 261 | + </idm> | ||
| 262 | + </component> | ||
| 263 | + <component> | ||
| 264 | + <name>bubble3d-datalet</name> | ||
| 265 | + <attributes> | ||
| 266 | + <attribute> | ||
| 267 | + <name>data-url</name> | ||
| 268 | + </attribute> | ||
| 269 | + <attribute> | ||
| 270 | + <name>fields</name> | ||
| 271 | + </attribute> | ||
| 272 | + </attributes> | ||
| 273 | + <idm> | ||
| 274 | + <inputs> | ||
| 275 | + <input> | ||
| 276 | + <name>Categories</name> | ||
| 277 | + <description>The chart categories. Its values will be put in the horizontal axis. You need one value for each series.</description> | ||
| 278 | + <scale>nominal</scale> | ||
| 279 | + <role>domain</role> | ||
| 280 | + <selection>11</selection> | ||
| 281 | + </input> | ||
| 282 | + <input> | ||
| 283 | + <name>Y values</name> | ||
| 284 | + <description>The chart plots y values. Its values will be put in the vertical axis.</description> | ||
| 285 | + <scale>nominal</scale> | ||
| 286 | + <role>domain</role> | ||
| 287 | + <selection>11</selection> | ||
| 288 | + </input> | ||
| 289 | + <input> | ||
| 290 | + <name>Z values</name> | ||
| 291 | + <description>The chart plots z value. Its values represent the size of the bubble.</description> | ||
| 292 | + <scale>nominal</scale> | ||
| 293 | + <role>domain</role> | ||
| 294 | + <selection>11</selection> | ||
| 295 | + </input> | ||
| 296 | + <input> | ||
| 297 | + <name>Series</name> | ||
| 298 | + <description>The chart series. Its values visualize multi- series bubbles chart.</description> | ||
| 299 | + <scale>nominal</scale> | ||
| 300 | + <role>domain</role> | ||
| 301 | + <selection>11</selection> | ||
| 302 | + </input> | ||
| 303 | + <layouts> | ||
| 304 | + <input> | ||
| 305 | + <name>title</name> | ||
| 306 | + <description>The label for the title of the chart</description> | ||
| 307 | + </input> | ||
| 308 | + <input> | ||
| 309 | + <name>x-axis-label</name> | ||
| 310 | + <description>The label for the X axis</description> | ||
| 311 | + </input> | ||
| 312 | + <input> | ||
| 313 | + <name>y-axis-label</name> | ||
| 314 | + <description>The label for the Y axis</description> | ||
| 315 | + </input> | ||
| 316 | + <input> | ||
| 317 | + <name>suffix</name> | ||
| 318 | + <description>The values suffix(eg units, dollars, euro, ...)</description> | ||
| 319 | + </input> | ||
| 320 | + <input> | ||
| 321 | + <name>comment</name> | ||
| 322 | + <description>The values suffix(eg units, dollars, euro, ...)</description> | ||
| 323 | + </input> | ||
| 324 | + </layouts> | ||
| 325 | + </inputs> | ||
| 326 | + </idm> | ||
| 327 | + </component> | ||
| 328 | + <component> | ||
| 329 | + <name>donutpie3dchart-datalet</name> | ||
| 330 | + <attributes> | ||
| 331 | + <attribute> | ||
| 332 | + <name>data-url</name> | ||
| 333 | + </attribute> | ||
| 334 | + <attribute> | ||
| 335 | + <name>fields</name> | ||
| 336 | + </attribute> | ||
| 337 | + </attributes> | ||
| 338 | + <idm> | ||
| 339 | + <inputs> | ||
| 340 | + <input> | ||
| 341 | + <name>Series</name> | ||
| 342 | + <description>The chart series. Its values will be put on slice of each series.</description> | ||
| 343 | + <scale>nominal</scale> | ||
| 344 | + <role>domain</role> | ||
| 345 | + <selection>11</selection> | ||
| 346 | + </input> | ||
| 347 | + <input> | ||
| 348 | + <name>Size </name> | ||
| 349 | + <description>The size for each series to create a concentric rings</description> | ||
| 350 | + <scale>nominal</scale> | ||
| 351 | + <role>domain</role> | ||
| 352 | + <selection>11</selection> | ||
| 353 | + </input> | ||
| 354 | + <layouts> | ||
| 355 | + <input> | ||
| 356 | + <name>title</name> | ||
| 357 | + <description>The label for the title of the chart</description> | ||
| 358 | + </input> | ||
| 359 | + </layouts> | ||
| 360 | + </inputs> | ||
| 361 | + </idm> | ||
| 362 | + </component> | ||
| 363 | + <component> | ||
| 364 | + <name>piechart-datalet</name> | ||
| 365 | + <attributes> | ||
| 366 | + <attribute> | ||
| 367 | + <name>data-url</name> | ||
| 368 | + </attribute> | ||
| 369 | + <attribute> | ||
| 370 | + <name>fields</name> | ||
| 371 | + </attribute> | ||
| 372 | + </attributes> | ||
| 373 | + <idm> | ||
| 374 | + <inputs> | ||
| 375 | + <input> | ||
| 376 | + <name>Series</name> | ||
| 377 | + <description>The chart series. Its values will be put on slice of each series.</description> | ||
| 378 | + <scale>nominal</scale> | ||
| 379 | + <role>domain</role> | ||
| 380 | + <selection>11</selection> | ||
| 381 | + </input> | ||
| 382 | + <input> | ||
| 383 | + <name>Size </name> | ||
| 384 | + <description>The size for each series to create a concentric rings</description> | ||
| 385 | + <scale>nominal</scale> | ||
| 386 | + <role>domain</role> | ||
| 387 | + <selection>11</selection> | ||
| 388 | + </input> | ||
| 389 | + <layouts> | ||
| 390 | + <input> | ||
| 391 | + <name>title</name> | ||
| 392 | + <description>The label for the title of the chart</description> | ||
| 393 | + </input> | ||
| 394 | + </layouts> | ||
| 395 | + </inputs> | ||
| 396 | + </idm> | ||
| 397 | + </component> | ||
| 398 | + <component> | ||
| 217 | <name>treemap-datalet</name> | 399 | <name>treemap-datalet</name> |
| 218 | <attributes> | 400 | <attributes> |
| 219 | <attribute> | 401 | <attribute> |