Commit a79dba64336aba501196efbfc78308bbdad87abb
1 parent
896766f4
bubble scatter treeemap
Showing
1 changed file
with
131 additions
and
74 deletions
datalets.xml
| @@ -14,7 +14,7 @@ | @@ -14,7 +14,7 @@ | ||
| 14 | <input> | 14 | <input> |
| 15 | <name>Column</name> | 15 | <name>Column</name> |
| 16 | <description>ColumnDescription</description> | 16 | <description>ColumnDescription</description> |
| 17 | - <selection>*</selection> | 17 | + <selection>+</selection> |
| 18 | </input> | 18 | </input> |
| 19 | <layouts> | 19 | <layouts> |
| 20 | </layouts> | 20 | </layouts> |
| @@ -22,11 +22,57 @@ | @@ -22,11 +22,57 @@ | ||
| 22 | </idm> | 22 | </idm> |
| 23 | </component> | 23 | </component> |
| 24 | 24 | ||
| 25 | + <!--pie--> | ||
| 26 | + <component> | ||
| 27 | + <name>piechart-datalet</name> | ||
| 28 | + <type>pie</type> | ||
| 29 | + <idm> | ||
| 30 | + <inputs> | ||
| 31 | + <input> | ||
| 32 | + <name>SliceLabels</name> | ||
| 33 | + <description>SliceLabelsDescription</description> | ||
| 34 | + </input> | ||
| 35 | + <input> | ||
| 36 | + <name>SliceSizes</name> | ||
| 37 | + <description>SliceSizesDescription</description> | ||
| 38 | + </input> | ||
| 39 | + <layouts> | ||
| 40 | + <input> | ||
| 41 | + <name>suffix</name> | ||
| 42 | + <description>suffixDescription</description> | ||
| 43 | + <type>text</type> | ||
| 44 | + </input> | ||
| 45 | + <input> | ||
| 46 | + <name>theme</name> | ||
| 47 | + <description>themeDescription</description> | ||
| 48 | + <type>list</type> | ||
| 49 | + <list> | ||
| 50 | + <item>themeBase</item> | ||
| 51 | + <item>themeDarkUnika</item> | ||
| 52 | + <item>themeSandSignika</item> | ||
| 53 | + <item>themeGridLight</item> | ||
| 54 | + <item>themeSpod</item> | ||
| 55 | + </list> | ||
| 56 | + </input> | ||
| 57 | + <input> | ||
| 58 | + <name>donut</name> | ||
| 59 | + <description>donutDescription</description> | ||
| 60 | + <type>list</type> | ||
| 61 | + <list> | ||
| 62 | + <item>false</item> | ||
| 63 | + <item>true</item> | ||
| 64 | + </list> | ||
| 65 | + </input> | ||
| 66 | + </layouts> | ||
| 67 | + </inputs> | ||
| 68 | + </idm> | ||
| 69 | + </component> | ||
| 70 | + | ||
| 25 | <!--multiseries--> | 71 | <!--multiseries--> |
| 26 | 72 | ||
| 27 | - <!--bar--> | 73 | + <!--column--> |
| 28 | <component> | 74 | <component> |
| 29 | - <name>barchart-datalet</name> | 75 | + <name>columnchart-datalet</name> |
| 30 | <type>multiseries</type> | 76 | <type>multiseries</type> |
| 31 | <idm> | 77 | <idm> |
| 32 | <inputs> | 78 | <inputs> |
| @@ -35,7 +81,7 @@ | @@ -35,7 +81,7 @@ | ||
| 35 | <description>XAxisDescription</description> | 81 | <description>XAxisDescription</description> |
| 36 | </input> | 82 | </input> |
| 37 | <input> | 83 | <input> |
| 38 | - <name>numericYAxis</name> | 84 | + <name>NumericYAxis</name> |
| 39 | <description>YAxisDescription</description> | 85 | <description>YAxisDescription</description> |
| 40 | </input> | 86 | </input> |
| 41 | <layouts> | 87 | <layouts> |
| @@ -70,9 +116,9 @@ | @@ -70,9 +116,9 @@ | ||
| 70 | </inputs> | 116 | </inputs> |
| 71 | </idm> | 117 | </idm> |
| 72 | </component> | 118 | </component> |
| 73 | - <!--column--> | 119 | + <!--bar--> |
| 74 | <component> | 120 | <component> |
| 75 | - <name>columnchart-datalet</name> | 121 | + <name>barchart-datalet</name> |
| 76 | <type>multiseries</type> | 122 | <type>multiseries</type> |
| 77 | <idm> | 123 | <idm> |
| 78 | <inputs> | 124 | <inputs> |
| @@ -81,7 +127,7 @@ | @@ -81,7 +127,7 @@ | ||
| 81 | <description>XAxisDescription</description> | 127 | <description>XAxisDescription</description> |
| 82 | </input> | 128 | </input> |
| 83 | <input> | 129 | <input> |
| 84 | - <name>numericYAxis</name> | 130 | + <name>NumericYAxis</name> |
| 85 | <description>YAxisDescription</description> | 131 | <description>YAxisDescription</description> |
| 86 | </input> | 132 | </input> |
| 87 | <layouts> | 133 | <layouts> |
| @@ -127,7 +173,7 @@ | @@ -127,7 +173,7 @@ | ||
| 127 | <description>XAxisDescription</description> | 173 | <description>XAxisDescription</description> |
| 128 | </input> | 174 | </input> |
| 129 | <input> | 175 | <input> |
| 130 | - <name>numericYAxis</name> | 176 | + <name>NumericYAxis</name> |
| 131 | <description>YAxisDescription</description> | 177 | <description>YAxisDescription</description> |
| 132 | </input> | 178 | </input> |
| 133 | <layouts> | 179 | <layouts> |
| @@ -173,7 +219,7 @@ | @@ -173,7 +219,7 @@ | ||
| 173 | <description>XAxisDescription</description> | 219 | <description>XAxisDescription</description> |
| 174 | </input> | 220 | </input> |
| 175 | <input> | 221 | <input> |
| 176 | - <name>numericYAxis</name> | 222 | + <name>NumericYAxis</name> |
| 177 | <description>YAxisDescription</description> | 223 | <description>YAxisDescription</description> |
| 178 | </input> | 224 | </input> |
| 179 | <layouts> | 225 | <layouts> |
| @@ -219,7 +265,7 @@ | @@ -219,7 +265,7 @@ | ||
| 219 | <description>XAxisDescription</description> | 265 | <description>XAxisDescription</description> |
| 220 | </input> | 266 | </input> |
| 221 | <input> | 267 | <input> |
| 222 | - <name>numericYAxis</name> | 268 | + <name>NumericYAxis</name> |
| 223 | <description>YAxisDescription</description> | 269 | <description>YAxisDescription</description> |
| 224 | </input> | 270 | </input> |
| 225 | <layouts> | 271 | <layouts> |
| @@ -257,9 +303,9 @@ | @@ -257,9 +303,9 @@ | ||
| 257 | 303 | ||
| 258 | <!--multiseries_stacked--> | 304 | <!--multiseries_stacked--> |
| 259 | 305 | ||
| 260 | - <!--bar stacked--> | 306 | + <!--column stacked--> |
| 261 | <component> | 307 | <component> |
| 262 | - <name>barchart_stacked-datalet</name> | 308 | + <name>columnchart_stacked-datalet</name> |
| 263 | <type>multiseries</type> | 309 | <type>multiseries</type> |
| 264 | <idm> | 310 | <idm> |
| 265 | <inputs> | 311 | <inputs> |
| @@ -268,7 +314,7 @@ | @@ -268,7 +314,7 @@ | ||
| 268 | <description>XAxisDescription</description> | 314 | <description>XAxisDescription</description> |
| 269 | </input> | 315 | </input> |
| 270 | <input> | 316 | <input> |
| 271 | - <name>numericYAxis</name> | 317 | + <name>NumericYAxis</name> |
| 272 | <description>YAxisDescription</description> | 318 | <description>YAxisDescription</description> |
| 273 | </input> | 319 | </input> |
| 274 | <layouts> | 320 | <layouts> |
| @@ -312,9 +358,9 @@ | @@ -312,9 +358,9 @@ | ||
| 312 | </inputs> | 358 | </inputs> |
| 313 | </idm> | 359 | </idm> |
| 314 | </component> | 360 | </component> |
| 315 | - <!--column stacked--> | 361 | + <!--bar stacked--> |
| 316 | <component> | 362 | <component> |
| 317 | - <name>columnchart_stacked-datalet</name> | 363 | + <name>barchart_stacked-datalet</name> |
| 318 | <type>multiseries</type> | 364 | <type>multiseries</type> |
| 319 | <idm> | 365 | <idm> |
| 320 | <inputs> | 366 | <inputs> |
| @@ -323,7 +369,7 @@ | @@ -323,7 +369,7 @@ | ||
| 323 | <description>XAxisDescription</description> | 369 | <description>XAxisDescription</description> |
| 324 | </input> | 370 | </input> |
| 325 | <input> | 371 | <input> |
| 326 | - <name>numericYAxis</name> | 372 | + <name>NumericYAxis</name> |
| 327 | <description>YAxisDescription</description> | 373 | <description>YAxisDescription</description> |
| 328 | </input> | 374 | </input> |
| 329 | <layouts> | 375 | <layouts> |
| @@ -378,7 +424,7 @@ | @@ -378,7 +424,7 @@ | ||
| 378 | <description>XAxisDescription</description> | 424 | <description>XAxisDescription</description> |
| 379 | </input> | 425 | </input> |
| 380 | <input> | 426 | <input> |
| 381 | - <name>numericYAxis</name> | 427 | + <name>NumericYAxis</name> |
| 382 | <description>YAxisDescription</description> | 428 | <description>YAxisDescription</description> |
| 383 | </input> | 429 | </input> |
| 384 | <layouts> | 430 | <layouts> |
| @@ -423,24 +469,59 @@ | @@ -423,24 +469,59 @@ | ||
| 423 | </idm> | 469 | </idm> |
| 424 | </component> | 470 | </component> |
| 425 | 471 | ||
| 426 | - <!--pie--> | 472 | + <!--map--> |
| 427 | <component> | 473 | <component> |
| 428 | - <name>piechart-datalet</name> | ||
| 429 | - <type>pie</type> | 474 | + <name>leafletjs-datalet</name> |
| 475 | + <type>map</type> | ||
| 430 | <idm> | 476 | <idm> |
| 431 | <inputs> | 477 | <inputs> |
| 432 | <input> | 478 | <input> |
| 433 | - <name>SliceLabels</name> | ||
| 434 | - <description>SliceLabelsDescription</description> | 479 | + <name>Latitude</name> |
| 480 | + <description>LatitudeDescription</description> | ||
| 435 | </input> | 481 | </input> |
| 436 | <input> | 482 | <input> |
| 437 | - <name>SliceSizes</name> | ||
| 438 | - <description>SliceSizesDescription</description> | 483 | + <name>Longitude</name> |
| 484 | + <description>LongitudeDescription</description> | ||
| 485 | + </input> | ||
| 486 | + <input> | ||
| 487 | + <name>BalloonContent</name> | ||
| 488 | + <description>BalloonContentDescription</description> | ||
| 489 | + <selection>*</selection> | ||
| 490 | + </input> | ||
| 491 | + <layouts> | ||
| 492 | + </layouts> | ||
| 493 | + </inputs> | ||
| 494 | + </idm> | ||
| 495 | + </component> | ||
| 496 | + | ||
| 497 | + <!--scatter--> | ||
| 498 | + <component> | ||
| 499 | + <name>scatterchart-datalet</name> | ||
| 500 | + <type>scatter</type> | ||
| 501 | + <idm> | ||
| 502 | + <inputs> | ||
| 503 | + <input> | ||
| 504 | + <name>NumericXAxis</name> | ||
| 505 | + <description>XAxisDescription</description> | ||
| 506 | + </input> | ||
| 507 | + <input> | ||
| 508 | + <name>NumericYAxis</name> | ||
| 509 | + <description>YAxisDescription</description> | ||
| 510 | + </input> | ||
| 511 | + <input> | ||
| 512 | + <name>Categories</name> | ||
| 513 | + <description>CategoriesDescription</description> | ||
| 514 | + <selection>?</selection> | ||
| 439 | </input> | 515 | </input> |
| 440 | <layouts> | 516 | <layouts> |
| 441 | <input> | 517 | <input> |
| 442 | - <name>suffix</name> | ||
| 443 | - <description>suffixDescription</description> | 518 | + <name>x-axis-label</name> |
| 519 | + <description>XAxisLabelDescription</description> | ||
| 520 | + <type>text</type> | ||
| 521 | + </input> | ||
| 522 | + <input> | ||
| 523 | + <name>y-axis-label</name> | ||
| 524 | + <description>YAxisLabelDescription</description> | ||
| 444 | <type>text</type> | 525 | <type>text</type> |
| 445 | </input> | 526 | </input> |
| 446 | <input> | 527 | <input> |
| @@ -455,38 +536,38 @@ | @@ -455,38 +536,38 @@ | ||
| 455 | <item>themeSpod</item> | 536 | <item>themeSpod</item> |
| 456 | </list> | 537 | </list> |
| 457 | </input> | 538 | </input> |
| 458 | - <input> | ||
| 459 | - <name>donut</name> | ||
| 460 | - <description>donutDescription</description> | ||
| 461 | - <type>list</type> | ||
| 462 | - <list> | ||
| 463 | - <item>false</item> | ||
| 464 | - <item>true</item> | ||
| 465 | - </list> | ||
| 466 | - </input> | ||
| 467 | </layouts> | 539 | </layouts> |
| 468 | </inputs> | 540 | </inputs> |
| 469 | </idm> | 541 | </idm> |
| 470 | </component> | 542 | </component> |
| 471 | 543 | ||
| 472 | - <!--scatter--> | 544 | + <!--bubble--> |
| 473 | <component> | 545 | <component> |
| 474 | - <name>scatterchart-datalet</name> | ||
| 475 | - <type>scatter</type> | 546 | + <name>bubblechart-datalet</name> |
| 547 | + <type>bubble</type> | ||
| 476 | <idm> | 548 | <idm> |
| 477 | <inputs> | 549 | <inputs> |
| 478 | <input> | 550 | <input> |
| 479 | - <name>Categories</name> | ||
| 480 | - <description>CategoriesDescription</description> | ||
| 481 | - </input> | ||
| 482 | - <input> | ||
| 483 | - <name>numericXAxis</name> | 551 | + <name>NumericXAxis</name> |
| 484 | <description>XAxisDescription</description> | 552 | <description>XAxisDescription</description> |
| 485 | </input> | 553 | </input> |
| 486 | <input> | 554 | <input> |
| 487 | - <name>numericYAxis</name> | 555 | + <name>NumericYAxis</name> |
| 488 | <description>YAxisDescription</description> | 556 | <description>YAxisDescription</description> |
| 489 | </input> | 557 | </input> |
| 558 | + <input> | ||
| 559 | + <name>BubbleSize</name> | ||
| 560 | + <description>BubbleSizeDescription</description> | ||
| 561 | + </input> | ||
| 562 | + <input> | ||
| 563 | + <name>BubbleContent</name> | ||
| 564 | + <description>BubbleContentDescription</description> | ||
| 565 | + </input> | ||
| 566 | + <input> | ||
| 567 | + <name>Categories</name> | ||
| 568 | + <description>CategoriesDescription</description> | ||
| 569 | + <selection>?</selection> | ||
| 570 | + </input> | ||
| 490 | <layouts> | 571 | <layouts> |
| 491 | <input> | 572 | <input> |
| 492 | <name>x-axis-label</name> | 573 | <name>x-axis-label</name> |
| @@ -515,40 +596,16 @@ | @@ -515,40 +596,16 @@ | ||
| 515 | </idm> | 596 | </idm> |
| 516 | </component> | 597 | </component> |
| 517 | 598 | ||
| 518 | - <!--<!–bubble–>--> | ||
| 519 | - <!--<component>--> | ||
| 520 | - <!--<name>bubblechart-datalet</name>--> | ||
| 521 | - <!--<type>bubble</type>--> | ||
| 522 | - <!--<idm>--> | ||
| 523 | - <!--</idm>--> | ||
| 524 | - <!--</component>--> | ||
| 525 | - | ||
| 526 | - <!--<!–treemap–>--> | ||
| 527 | - <!--<component>--> | ||
| 528 | - <!--<name>treemap-datalet</name>--> | ||
| 529 | - <!--<type>treemap</type>--> | ||
| 530 | - <!--<idm>--> | ||
| 531 | - <!--</idm>--> | ||
| 532 | - <!--</component>--> | ||
| 533 | - | ||
| 534 | - <!--map--> | 599 | + <!--treemap--> |
| 535 | <component> | 600 | <component> |
| 536 | - <name>leafletjs-datalet</name> | ||
| 537 | - <type>map</type> | 601 | + <name>treemap-datalet</name> |
| 602 | + <type>treemap</type> | ||
| 538 | <idm> | 603 | <idm> |
| 539 | <inputs> | 604 | <inputs> |
| 540 | <input> | 605 | <input> |
| 541 | - <name>Latitude</name> | ||
| 542 | - <description>LatitudeDescription</description> | ||
| 543 | - </input> | ||
| 544 | - <input> | ||
| 545 | - <name>Longitude</name> | ||
| 546 | - <description>LongitudeDescription</description> | ||
| 547 | - </input> | ||
| 548 | - <input> | ||
| 549 | - <name>BalloonContent</name> | ||
| 550 | - <description>BalloonContentDescription</description> | ||
| 551 | - <selection>*</selection> | 606 | + <name>Level</name> |
| 607 | + <description>LevelDescription</description> | ||
| 608 | + <selection>+</selection> | ||
| 552 | </input> | 609 | </input> |
| 553 | <layouts> | 610 | <layouts> |
| 554 | </layouts> | 611 | </layouts> |