Commit b40f3f123a52ddc7f0f16c0dc560a78e0f476261
1 parent
c061aaa4
mod datalet.xml
Showing
2 changed files
with
157 additions
and
50 deletions
datalets.xml
| ... | ... | @@ -14,6 +14,7 @@ |
| 14 | 14 | <input> |
| 15 | 15 | <name>Column</name> |
| 16 | 16 | <description>ColumnDescription</description> |
| 17 | + <type>TEXT</type> | |
| 17 | 18 | <selection>+</selection> |
| 18 | 19 | </input> |
| 19 | 20 | <layouts> |
| ... | ... | @@ -31,21 +32,27 @@ |
| 31 | 32 | <input> |
| 32 | 33 | <name>SliceLabels</name> |
| 33 | 34 | <description>SliceLabelsDescription</description> |
| 35 | + <type>TEXT</type> | |
| 36 | + <selection>1</selection> | |
| 34 | 37 | </input> |
| 35 | 38 | <input> |
| 36 | 39 | <name>SliceSizes</name> |
| 37 | 40 | <description>SliceSizesDescription</description> |
| 41 | + <type>NUMBER</type> | |
| 42 | + <selection>1</selection> | |
| 38 | 43 | </input> |
| 39 | 44 | <layouts> |
| 40 | 45 | <input> |
| 41 | 46 | <name>suffix</name> |
| 42 | 47 | <description>suffixDescription</description> |
| 43 | - <type>text</type> | |
| 48 | + <type>TEXT</type> | |
| 49 | + <selection>1</selection> | |
| 44 | 50 | </input> |
| 45 | 51 | <input> |
| 46 | 52 | <name>theme</name> |
| 47 | 53 | <description>themeDescription</description> |
| 48 | - <type>list</type> | |
| 54 | + <type>LIST</type> | |
| 55 | + <selection>1</selection> | |
| 49 | 56 | <list> |
| 50 | 57 | <item>themeBase</item> |
| 51 | 58 | <item>themeDarkUnika</item> |
| ... | ... | @@ -57,7 +64,8 @@ |
| 57 | 64 | <input> |
| 58 | 65 | <name>donut</name> |
| 59 | 66 | <description>donutDescription</description> |
| 60 | - <type>list</type> | |
| 67 | + <type>LIST</type> | |
| 68 | + <selection>1</selection> | |
| 61 | 69 | <list> |
| 62 | 70 | <item>false</item> |
| 63 | 71 | <item>true</item> |
| ... | ... | @@ -73,37 +81,45 @@ |
| 73 | 81 | <!--column--> |
| 74 | 82 | <component> |
| 75 | 83 | <name>columnchart-datalet</name> |
| 76 | - <type>multiseries</type> | |
| 84 | + <type>multiseries2</type> | |
| 77 | 85 | <idm> |
| 78 | 86 | <inputs> |
| 79 | 87 | <input> |
| 80 | 88 | <name>XAxis</name> |
| 81 | 89 | <description>XAxisDescription</description> |
| 90 | + <type>TEXT</type> | |
| 91 | + <selection>1</selection> | |
| 82 | 92 | </input> |
| 83 | 93 | <input> |
| 84 | 94 | <name>NumericYAxis</name> |
| 85 | 95 | <description>YAxisDescription</description> |
| 96 | + <type>NUMBER</type> | |
| 97 | + <selection>*</selection> | |
| 86 | 98 | </input> |
| 87 | 99 | <layouts> |
| 88 | 100 | <input> |
| 89 | 101 | <name>x-axis-label</name> |
| 90 | 102 | <description>XAxisLabelDescription</description> |
| 91 | - <type>text</type> | |
| 103 | + <type>TEXT</type> | |
| 104 | + <selection>1</selection> | |
| 92 | 105 | </input> |
| 93 | 106 | <input> |
| 94 | 107 | <name>y-axis-label</name> |
| 95 | 108 | <description>YAxisLabelDescription</description> |
| 96 | - <type>text</type> | |
| 109 | + <type>TEXT</type> | |
| 110 | + <selection>1</selection> | |
| 97 | 111 | </input> |
| 98 | 112 | <input> |
| 99 | 113 | <name>suffix</name> |
| 100 | 114 | <description>suffixDescription</description> |
| 101 | - <type>text</type> | |
| 115 | + <type>TEXT</type> | |
| 116 | + <selection>1</selection> | |
| 102 | 117 | </input> |
| 103 | 118 | <input> |
| 104 | 119 | <name>theme</name> |
| 105 | 120 | <description>themeDescription</description> |
| 106 | - <type>list</type> | |
| 121 | + <type>LIST</type> | |
| 122 | + <selection>1</selection> | |
| 107 | 123 | <list> |
| 108 | 124 | <item>themeBase</item> |
| 109 | 125 | <item>themeDarkUnika</item> |
| ... | ... | @@ -119,37 +135,45 @@ |
| 119 | 135 | <!--bar--> |
| 120 | 136 | <component> |
| 121 | 137 | <name>barchart-datalet</name> |
| 122 | - <type>multiseries</type> | |
| 138 | + <type>multiseries2</type> | |
| 123 | 139 | <idm> |
| 124 | 140 | <inputs> |
| 125 | 141 | <input> |
| 126 | 142 | <name>XAxis</name> |
| 127 | 143 | <description>XAxisDescription</description> |
| 144 | + <type>TEXT</type> | |
| 145 | + <selection>1</selection> | |
| 128 | 146 | </input> |
| 129 | 147 | <input> |
| 130 | 148 | <name>NumericYAxis</name> |
| 131 | 149 | <description>YAxisDescription</description> |
| 150 | + <type>NUMBER</type> | |
| 151 | + <selection>*</selection> | |
| 132 | 152 | </input> |
| 133 | 153 | <layouts> |
| 134 | 154 | <input> |
| 135 | 155 | <name>x-axis-label</name> |
| 136 | 156 | <description>XAxisLabelDescription</description> |
| 137 | - <type>text</type> | |
| 157 | + <type>TEXT</type> | |
| 158 | + <selection>1</selection> | |
| 138 | 159 | </input> |
| 139 | 160 | <input> |
| 140 | 161 | <name>y-axis-label</name> |
| 141 | 162 | <description>YAxisLabelDescription</description> |
| 142 | - <type>text</type> | |
| 163 | + <type>TEXT</type> | |
| 164 | + <selection>1</selection> | |
| 143 | 165 | </input> |
| 144 | 166 | <input> |
| 145 | 167 | <name>suffix</name> |
| 146 | 168 | <description>suffixDescription</description> |
| 147 | - <type>text</type> | |
| 169 | + <type>TEXT</type> | |
| 170 | + <selection>1</selection> | |
| 148 | 171 | </input> |
| 149 | 172 | <input> |
| 150 | 173 | <name>theme</name> |
| 151 | 174 | <description>themeDescription</description> |
| 152 | - <type>list</type> | |
| 175 | + <type>LIST</type> | |
| 176 | + <selection>1</selection> | |
| 153 | 177 | <list> |
| 154 | 178 | <item>themeBase</item> |
| 155 | 179 | <item>themeDarkUnika</item> |
| ... | ... | @@ -165,37 +189,45 @@ |
| 165 | 189 | <!--area--> |
| 166 | 190 | <component> |
| 167 | 191 | <name>areachart-datalet</name> |
| 168 | - <type>multiseries</type> | |
| 192 | + <type>multiseries2</type> | |
| 169 | 193 | <idm> |
| 170 | 194 | <inputs> |
| 171 | 195 | <input> |
| 172 | 196 | <name>XAxis</name> |
| 173 | 197 | <description>XAxisDescription</description> |
| 198 | + <type>TEXT</type> | |
| 199 | + <selection>1</selection> | |
| 174 | 200 | </input> |
| 175 | 201 | <input> |
| 176 | 202 | <name>NumericYAxis</name> |
| 177 | 203 | <description>YAxisDescription</description> |
| 204 | + <type>NUMBER</type> | |
| 205 | + <selection>*</selection> | |
| 178 | 206 | </input> |
| 179 | 207 | <layouts> |
| 180 | 208 | <input> |
| 181 | 209 | <name>x-axis-label</name> |
| 182 | 210 | <description>XAxisLabelDescription</description> |
| 183 | - <type>text</type> | |
| 211 | + <type>TEXT</type> | |
| 212 | + <selection>1</selection> | |
| 184 | 213 | </input> |
| 185 | 214 | <input> |
| 186 | 215 | <name>y-axis-label</name> |
| 187 | 216 | <description>YAxisLabelDescription</description> |
| 188 | - <type>text</type> | |
| 217 | + <type>TEXT</type> | |
| 218 | + <selection>1</selection> | |
| 189 | 219 | </input> |
| 190 | 220 | <input> |
| 191 | 221 | <name>suffix</name> |
| 192 | 222 | <description>suffixDescription</description> |
| 193 | - <type>text</type> | |
| 223 | + <type>TEXT</type> | |
| 224 | + <selection>1</selection> | |
| 194 | 225 | </input> |
| 195 | 226 | <input> |
| 196 | 227 | <name>theme</name> |
| 197 | 228 | <description>themeDescription</description> |
| 198 | - <type>list</type> | |
| 229 | + <type>LIST</type> | |
| 230 | + <selection>1</selection> | |
| 199 | 231 | <list> |
| 200 | 232 | <item>themeBase</item> |
| 201 | 233 | <item>themeDarkUnika</item> |
| ... | ... | @@ -211,37 +243,45 @@ |
| 211 | 243 | <!--line--> |
| 212 | 244 | <component> |
| 213 | 245 | <name>linechart-datalet</name> |
| 214 | - <type>multiseries</type> | |
| 246 | + <type>multiseries2</type> | |
| 215 | 247 | <idm> |
| 216 | 248 | <inputs> |
| 217 | 249 | <input> |
| 218 | 250 | <name>XAxis</name> |
| 219 | 251 | <description>XAxisDescription</description> |
| 252 | + <type>TEXT</type> | |
| 253 | + <selection>1</selection> | |
| 220 | 254 | </input> |
| 221 | 255 | <input> |
| 222 | 256 | <name>NumericYAxis</name> |
| 223 | 257 | <description>YAxisDescription</description> |
| 258 | + <type>NUMBER</type> | |
| 259 | + <selection>*</selection> | |
| 224 | 260 | </input> |
| 225 | 261 | <layouts> |
| 226 | 262 | <input> |
| 227 | 263 | <name>x-axis-label</name> |
| 228 | 264 | <description>XAxisLabelDescription</description> |
| 229 | - <type>text</type> | |
| 265 | + <type>TEXT</type> | |
| 266 | + <selection>1</selection> | |
| 230 | 267 | </input> |
| 231 | 268 | <input> |
| 232 | 269 | <name>y-axis-label</name> |
| 233 | 270 | <description>YAxisLabelDescription</description> |
| 234 | - <type>text</type> | |
| 271 | + <type>TEXT</type> | |
| 272 | + <selection>1</selection> | |
| 235 | 273 | </input> |
| 236 | 274 | <input> |
| 237 | 275 | <name>suffix</name> |
| 238 | 276 | <description>suffixDescription</description> |
| 239 | - <type>text</type> | |
| 277 | + <type>TEXT</type> | |
| 278 | + <selection>1</selection> | |
| 240 | 279 | </input> |
| 241 | 280 | <input> |
| 242 | 281 | <name>theme</name> |
| 243 | 282 | <description>themeDescription</description> |
| 244 | - <type>list</type> | |
| 283 | + <type>LIST</type> | |
| 284 | + <selection>1</selection> | |
| 245 | 285 | <list> |
| 246 | 286 | <item>themeBase</item> |
| 247 | 287 | <item>themeDarkUnika</item> |
| ... | ... | @@ -257,37 +297,45 @@ |
| 257 | 297 | <!--heatmap--> |
| 258 | 298 | <component> |
| 259 | 299 | <name>heatmap-datalet</name> |
| 260 | - <type>multiseries</type> | |
| 300 | + <type>multiseries2</type> | |
| 261 | 301 | <idm> |
| 262 | 302 | <inputs> |
| 263 | 303 | <input> |
| 264 | 304 | <name>XAxis</name> |
| 265 | 305 | <description>XAxisDescription</description> |
| 306 | + <type>TEXT</type> | |
| 307 | + <selection>1</selection> | |
| 266 | 308 | </input> |
| 267 | 309 | <input> |
| 268 | 310 | <name>NumericYAxis</name> |
| 269 | 311 | <description>YAxisDescription</description> |
| 312 | + <type>NUMBER</type> | |
| 313 | + <selection>*</selection> | |
| 270 | 314 | </input> |
| 271 | 315 | <layouts> |
| 272 | 316 | <input> |
| 273 | 317 | <name>x-axis-label</name> |
| 274 | 318 | <description>XAxisLabelDescription</description> |
| 275 | - <type>text</type> | |
| 319 | + <type>TEXT</type> | |
| 320 | + <selection>1</selection> | |
| 276 | 321 | </input> |
| 277 | 322 | <input> |
| 278 | 323 | <name>y-axis-label</name> |
| 279 | 324 | <description>YAxisLabelDescription</description> |
| 280 | - <type>text</type> | |
| 325 | + <type>TEXT</type> | |
| 326 | + <selection>1</selection> | |
| 281 | 327 | </input> |
| 282 | 328 | <input> |
| 283 | 329 | <name>suffix</name> |
| 284 | 330 | <description>suffixDescription</description> |
| 285 | - <type>text</type> | |
| 331 | + <type>TEXT</type> | |
| 332 | + <selection>1</selection> | |
| 286 | 333 | </input> |
| 287 | 334 | <input> |
| 288 | 335 | <name>theme</name> |
| 289 | 336 | <description>themeDescription</description> |
| 290 | - <type>list</type> | |
| 337 | + <type>LIST</type> | |
| 338 | + <selection>1</selection> | |
| 291 | 339 | <list> |
| 292 | 340 | <item>themeBase</item> |
| 293 | 341 | <item>themeDarkUnika</item> |
| ... | ... | @@ -312,31 +360,39 @@ |
| 312 | 360 | <input> |
| 313 | 361 | <name>XAxis</name> |
| 314 | 362 | <description>XAxisDescription</description> |
| 363 | + <type>TEXT</type> | |
| 364 | + <selection>1</selection> | |
| 315 | 365 | </input> |
| 316 | 366 | <input> |
| 317 | 367 | <name>NumericYAxis</name> |
| 318 | 368 | <description>YAxisDescription</description> |
| 369 | + <type>NUMBER</type> | |
| 370 | + <selection>1</selection> | |
| 319 | 371 | </input> |
| 320 | 372 | <layouts> |
| 321 | 373 | <input> |
| 322 | 374 | <name>x-axis-label</name> |
| 323 | 375 | <description>XAxisLabelDescription</description> |
| 324 | - <type>text</type> | |
| 376 | + <type>TEXT</type> | |
| 377 | + <selection>1</selection> | |
| 325 | 378 | </input> |
| 326 | 379 | <input> |
| 327 | 380 | <name>y-axis-label</name> |
| 328 | 381 | <description>YAxisLabelDescription</description> |
| 329 | - <type>text</type> | |
| 382 | + <type>TEXT</type> | |
| 383 | + <selection>1</selection> | |
| 330 | 384 | </input> |
| 331 | 385 | <input> |
| 332 | 386 | <name>suffix</name> |
| 333 | 387 | <description>suffixDescription</description> |
| 334 | - <type>text</type> | |
| 388 | + <type>TEXT</type> | |
| 389 | + <selection>1</selection> | |
| 335 | 390 | </input> |
| 336 | 391 | <input> |
| 337 | 392 | <name>theme</name> |
| 338 | 393 | <description>themeDescription</description> |
| 339 | - <type>list</type> | |
| 394 | + <type>LIST</type> | |
| 395 | + <selection>1</selection> | |
| 340 | 396 | <list> |
| 341 | 397 | <item>themeBase</item> |
| 342 | 398 | <item>themeDarkUnika</item> |
| ... | ... | @@ -348,7 +404,8 @@ |
| 348 | 404 | <input> |
| 349 | 405 | <name>stack</name> |
| 350 | 406 | <description>stackDescription</description> |
| 351 | - <type>list</type> | |
| 407 | + <type>LIST</type> | |
| 408 | + <selection>1</selection> | |
| 352 | 409 | <list> |
| 353 | 410 | <item>normal</item> |
| 354 | 411 | <item>percent</item> |
| ... | ... | @@ -367,31 +424,39 @@ |
| 367 | 424 | <input> |
| 368 | 425 | <name>XAxis</name> |
| 369 | 426 | <description>XAxisDescription</description> |
| 427 | + <type>TEXT</type> | |
| 428 | + <selection>1</selection> | |
| 370 | 429 | </input> |
| 371 | 430 | <input> |
| 372 | 431 | <name>NumericYAxis</name> |
| 373 | 432 | <description>YAxisDescription</description> |
| 433 | + <type>NUMBER</type> | |
| 434 | + <selection>1</selection> | |
| 374 | 435 | </input> |
| 375 | 436 | <layouts> |
| 376 | 437 | <input> |
| 377 | 438 | <name>x-axis-label</name> |
| 378 | 439 | <description>XAxisLabelDescription</description> |
| 379 | - <type>text</type> | |
| 440 | + <type>TEXT</type> | |
| 441 | + <selection>1</selection> | |
| 380 | 442 | </input> |
| 381 | 443 | <input> |
| 382 | 444 | <name>y-axis-label</name> |
| 383 | 445 | <description>YAxisLabelDescription</description> |
| 384 | - <type>text</type> | |
| 446 | + <type>TEXT</type> | |
| 447 | + <selection>1</selection> | |
| 385 | 448 | </input> |
| 386 | 449 | <input> |
| 387 | 450 | <name>suffix</name> |
| 388 | 451 | <description>suffixDescription</description> |
| 389 | - <type>text</type> | |
| 452 | + <type>TEXT</type> | |
| 453 | + <selection>1</selection> | |
| 390 | 454 | </input> |
| 391 | 455 | <input> |
| 392 | 456 | <name>theme</name> |
| 393 | 457 | <description>themeDescription</description> |
| 394 | - <type>list</type> | |
| 458 | + <type>LIST</type> | |
| 459 | + <selection>1</selection> | |
| 395 | 460 | <list> |
| 396 | 461 | <item>themeBase</item> |
| 397 | 462 | <item>themeDarkUnika</item> |
| ... | ... | @@ -403,7 +468,8 @@ |
| 403 | 468 | <input> |
| 404 | 469 | <name>stack</name> |
| 405 | 470 | <description>stackDescription</description> |
| 406 | - <type>list</type> | |
| 471 | + <type>LIST</type> | |
| 472 | + <selection>1</selection> | |
| 407 | 473 | <list> |
| 408 | 474 | <item>normal</item> |
| 409 | 475 | <item>percent</item> |
| ... | ... | @@ -422,31 +488,39 @@ |
| 422 | 488 | <input> |
| 423 | 489 | <name>XAxis</name> |
| 424 | 490 | <description>XAxisDescription</description> |
| 491 | + <type>TEXT</type> | |
| 492 | + <selection>1</selection> | |
| 425 | 493 | </input> |
| 426 | 494 | <input> |
| 427 | 495 | <name>NumericYAxis</name> |
| 428 | 496 | <description>YAxisDescription</description> |
| 497 | + <type>NUMBER</type> | |
| 498 | + <selection>1</selection> | |
| 429 | 499 | </input> |
| 430 | 500 | <layouts> |
| 431 | 501 | <input> |
| 432 | 502 | <name>x-axis-label</name> |
| 433 | 503 | <description>XAxisLabelDescription</description> |
| 434 | - <type>text</type> | |
| 504 | + <type>TEXT</type> | |
| 505 | + <selection>1</selection> | |
| 435 | 506 | </input> |
| 436 | 507 | <input> |
| 437 | 508 | <name>y-axis-label</name> |
| 438 | 509 | <description>YAxisLabelDescription</description> |
| 439 | - <type>text</type> | |
| 510 | + <type>TEXT</type> | |
| 511 | + <selection>1</selection> | |
| 440 | 512 | </input> |
| 441 | 513 | <input> |
| 442 | 514 | <name>suffix</name> |
| 443 | 515 | <description>suffixDescription</description> |
| 444 | - <type>text</type> | |
| 516 | + <type>TEXT</type> | |
| 517 | + <selection>1</selection> | |
| 445 | 518 | </input> |
| 446 | 519 | <input> |
| 447 | 520 | <name>theme</name> |
| 448 | 521 | <description>themeDescription</description> |
| 449 | - <type>list</type> | |
| 522 | + <type>LIST</type> | |
| 523 | + <selection>1</selection> | |
| 450 | 524 | <list> |
| 451 | 525 | <item>themeBase</item> |
| 452 | 526 | <item>themeDarkUnika</item> |
| ... | ... | @@ -458,7 +532,8 @@ |
| 458 | 532 | <input> |
| 459 | 533 | <name>stack</name> |
| 460 | 534 | <description>stackDescription</description> |
| 461 | - <type>list</type> | |
| 535 | + <type>LIST</type> | |
| 536 | + <selection>1</selection> | |
| 462 | 537 | <list> |
| 463 | 538 | <item>normal</item> |
| 464 | 539 | <item>percent</item> |
| ... | ... | @@ -478,14 +553,21 @@ |
| 478 | 553 | <input> |
| 479 | 554 | <name>Latitude</name> |
| 480 | 555 | <description>LatitudeDescription</description> |
| 556 | + <!--<type>GEOGRAPHICAL COORDINATE</type>--> | |
| 557 | + <type>NUMBER</type> | |
| 558 | + <selection>1</selection> | |
| 481 | 559 | </input> |
| 482 | 560 | <input> |
| 483 | 561 | <name>Longitude</name> |
| 484 | 562 | <description>LongitudeDescription</description> |
| 563 | + <!--<type>GEOGRAPHICAL COORDINATE</type>--> | |
| 564 | + <type>NUMBER</type> | |
| 565 | + <selection>1</selection> | |
| 485 | 566 | </input> |
| 486 | 567 | <input> |
| 487 | 568 | <name>BalloonContent</name> |
| 488 | 569 | <description>BalloonContentDescription</description> |
| 570 | + <type>TEXT</type> | |
| 489 | 571 | <selection>*</selection> |
| 490 | 572 | </input> |
| 491 | 573 | <layouts> |
| ... | ... | @@ -503,31 +585,39 @@ |
| 503 | 585 | <input> |
| 504 | 586 | <name>NumericXAxis</name> |
| 505 | 587 | <description>XAxisDescription</description> |
| 588 | + <type>NUMBER</type> | |
| 589 | + <selection>1</selection> | |
| 506 | 590 | </input> |
| 507 | 591 | <input> |
| 508 | 592 | <name>NumericYAxis</name> |
| 509 | 593 | <description>YAxisDescription</description> |
| 594 | + <type>NUMBER</type> | |
| 595 | + <selection>1</selection> | |
| 510 | 596 | </input> |
| 511 | 597 | <input> |
| 512 | 598 | <name>Categories</name> |
| 513 | 599 | <description>CategoriesDescription</description> |
| 600 | + <type>TEXT</type> | |
| 514 | 601 | <selection>?</selection> |
| 515 | 602 | </input> |
| 516 | 603 | <layouts> |
| 517 | 604 | <input> |
| 518 | 605 | <name>x-axis-label</name> |
| 519 | 606 | <description>XAxisLabelDescription</description> |
| 520 | - <type>text</type> | |
| 607 | + <type>TEXT</type> | |
| 608 | + <selection>1</selection> | |
| 521 | 609 | </input> |
| 522 | 610 | <input> |
| 523 | 611 | <name>y-axis-label</name> |
| 524 | 612 | <description>YAxisLabelDescription</description> |
| 525 | - <type>text</type> | |
| 613 | + <type>TEXT</type> | |
| 614 | + <selection>1</selection> | |
| 526 | 615 | </input> |
| 527 | 616 | <input> |
| 528 | 617 | <name>theme</name> |
| 529 | 618 | <description>themeDescription</description> |
| 530 | - <type>list</type> | |
| 619 | + <type>LIST</type> | |
| 620 | + <selection>1</selection> | |
| 531 | 621 | <list> |
| 532 | 622 | <item>themeBase</item> |
| 533 | 623 | <item>themeDarkUnika</item> |
| ... | ... | @@ -550,39 +640,51 @@ |
| 550 | 640 | <input> |
| 551 | 641 | <name>NumericXAxis</name> |
| 552 | 642 | <description>XAxisDescription</description> |
| 643 | + <type>NUMBER</type> | |
| 644 | + <selection>1</selection> | |
| 553 | 645 | </input> |
| 554 | 646 | <input> |
| 555 | 647 | <name>NumericYAxis</name> |
| 556 | 648 | <description>YAxisDescription</description> |
| 649 | + <type>NUMBER</type> | |
| 650 | + <selection>1</selection> | |
| 557 | 651 | </input> |
| 558 | 652 | <input> |
| 559 | 653 | <name>BubbleSize</name> |
| 560 | 654 | <description>BubbleSizeDescription</description> |
| 655 | + <type>NUMBER</type> | |
| 656 | + <selection>?</selection> | |
| 561 | 657 | </input> |
| 562 | 658 | <input> |
| 563 | 659 | <name>BubbleContent</name> |
| 564 | 660 | <description>BubbleContentDescription</description> |
| 661 | + <type>TEXT</type> | |
| 662 | + <selection>?</selection> | |
| 565 | 663 | </input> |
| 566 | 664 | <input> |
| 567 | 665 | <name>Categories</name> |
| 568 | 666 | <description>CategoriesDescription</description> |
| 667 | + <type>TEXT</type> | |
| 569 | 668 | <selection>?</selection> |
| 570 | 669 | </input> |
| 571 | 670 | <layouts> |
| 572 | 671 | <input> |
| 573 | 672 | <name>x-axis-label</name> |
| 574 | 673 | <description>XAxisLabelDescription</description> |
| 575 | - <type>text</type> | |
| 674 | + <type>TEXT</type> | |
| 675 | + <selection>1</selection> | |
| 576 | 676 | </input> |
| 577 | 677 | <input> |
| 578 | 678 | <name>y-axis-label</name> |
| 579 | 679 | <description>YAxisLabelDescription</description> |
| 580 | - <type>text</type> | |
| 680 | + <type>TEXT</type> | |
| 681 | + <selection>1</selection> | |
| 581 | 682 | </input> |
| 582 | 683 | <input> |
| 583 | 684 | <name>theme</name> |
| 584 | 685 | <description>themeDescription</description> |
| 585 | - <type>list</type> | |
| 686 | + <type>LIST</type> | |
| 687 | + <selection>1</selection> | |
| 586 | 688 | <list> |
| 587 | 689 | <item>themeBase</item> |
| 588 | 690 | <item>themeDarkUnika</item> |
| ... | ... | @@ -605,6 +707,7 @@ |
| 605 | 707 | <input> |
| 606 | 708 | <name>Level</name> |
| 607 | 709 | <description>LevelDescription</description> |
| 710 | + <type>TEXT</type> | |
| 608 | 711 | <selection>+</selection> |
| 609 | 712 | </input> |
| 610 | 713 | <layouts> |
| ... | ... | @@ -622,10 +725,14 @@ |
| 622 | 725 | <input> |
| 623 | 726 | <name>url</name> |
| 624 | 727 | <description></description> |
| 728 | + <type>TEXT</type> | |
| 729 | + <selection>1</selection> | |
| 625 | 730 | </input> |
| 626 | 731 | <input> |
| 627 | 732 | <name>data-url</name> |
| 628 | 733 | <description></description> |
| 734 | + <type>TEXT</type> | |
| 735 | + <selection>1</selection> | |
| 629 | 736 | </input> |
| 630 | 737 | <layouts> |
| 631 | 738 | </layouts> | ... | ... |
datalets/datalets.dtd
| ... | ... | @@ -4,7 +4,7 @@ |
| 4 | 4 | <!ELEMENT idm (inputs*)> |
| 5 | 5 | <!ELEMENT inputs (input*, layouts)> |
| 6 | 6 | <!ELEMENT layouts (input*)> |
| 7 | -<!ELEMENT input (name, description?, selection?, type?, validator?, list?)> | |
| 7 | +<!ELEMENT input (name, description?, type, selection, validator?, list?)> | |
| 8 | 8 | <!ELEMENT list (item+)> |
| 9 | 9 | <!ELEMENT item (#PCDATA)> |
| 10 | 10 | <!ELEMENT name (#PCDATA)> | ... | ... |