Commit 5adbc15876c1e14eb35ff7a1e208c75bb4cddd5e
1 parent
a79dba64
stacked cut out
Showing
2 changed files
with
165 additions
and
212 deletions
datalets.xml
| ... | ... | @@ -303,171 +303,171 @@ |
| 303 | 303 | |
| 304 | 304 | <!--multiseries_stacked--> |
| 305 | 305 | |
| 306 | - <!--column stacked--> | |
| 307 | - <component> | |
| 308 | - <name>columnchart_stacked-datalet</name> | |
| 309 | - <type>multiseries</type> | |
| 310 | - <idm> | |
| 311 | - <inputs> | |
| 312 | - <input> | |
| 313 | - <name>XAxis</name> | |
| 314 | - <description>XAxisDescription</description> | |
| 315 | - </input> | |
| 316 | - <input> | |
| 317 | - <name>NumericYAxis</name> | |
| 318 | - <description>YAxisDescription</description> | |
| 319 | - </input> | |
| 320 | - <layouts> | |
| 321 | - <input> | |
| 322 | - <name>x-axis-label</name> | |
| 323 | - <description>XAxisLabelDescription</description> | |
| 324 | - <type>text</type> | |
| 325 | - </input> | |
| 326 | - <input> | |
| 327 | - <name>y-axis-label</name> | |
| 328 | - <description>YAxisLabelDescription</description> | |
| 329 | - <type>text</type> | |
| 330 | - </input> | |
| 331 | - <input> | |
| 332 | - <name>suffix</name> | |
| 333 | - <description>suffixDescription</description> | |
| 334 | - <type>text</type> | |
| 335 | - </input> | |
| 336 | - <input> | |
| 337 | - <name>theme</name> | |
| 338 | - <description>themeDescription</description> | |
| 339 | - <type>list</type> | |
| 340 | - <list> | |
| 341 | - <item>themeBase</item> | |
| 342 | - <item>themeDarkUnika</item> | |
| 343 | - <item>themeSandSignika</item> | |
| 344 | - <item>themeGridLight</item> | |
| 345 | - <item>themeSpod</item> | |
| 346 | - </list> | |
| 347 | - </input> | |
| 348 | - <input> | |
| 349 | - <name>stack</name> | |
| 350 | - <description>stackDescription</description> | |
| 351 | - <type>list</type> | |
| 352 | - <list> | |
| 353 | - <item>normal</item> | |
| 354 | - <item>percent</item> | |
| 355 | - </list> | |
| 356 | - </input> | |
| 357 | - </layouts> | |
| 358 | - </inputs> | |
| 359 | - </idm> | |
| 360 | - </component> | |
| 361 | - <!--bar stacked--> | |
| 362 | - <component> | |
| 363 | - <name>barchart_stacked-datalet</name> | |
| 364 | - <type>multiseries</type> | |
| 365 | - <idm> | |
| 366 | - <inputs> | |
| 367 | - <input> | |
| 368 | - <name>XAxis</name> | |
| 369 | - <description>XAxisDescription</description> | |
| 370 | - </input> | |
| 371 | - <input> | |
| 372 | - <name>NumericYAxis</name> | |
| 373 | - <description>YAxisDescription</description> | |
| 374 | - </input> | |
| 375 | - <layouts> | |
| 376 | - <input> | |
| 377 | - <name>x-axis-label</name> | |
| 378 | - <description>XAxisLabelDescription</description> | |
| 379 | - <type>text</type> | |
| 380 | - </input> | |
| 381 | - <input> | |
| 382 | - <name>y-axis-label</name> | |
| 383 | - <description>YAxisLabelDescription</description> | |
| 384 | - <type>text</type> | |
| 385 | - </input> | |
| 386 | - <input> | |
| 387 | - <name>suffix</name> | |
| 388 | - <description>suffixDescription</description> | |
| 389 | - <type>text</type> | |
| 390 | - </input> | |
| 391 | - <input> | |
| 392 | - <name>theme</name> | |
| 393 | - <description>themeDescription</description> | |
| 394 | - <type>list</type> | |
| 395 | - <list> | |
| 396 | - <item>themeBase</item> | |
| 397 | - <item>themeDarkUnika</item> | |
| 398 | - <item>themeSandSignika</item> | |
| 399 | - <item>themeGridLight</item> | |
| 400 | - <item>themeSpod</item> | |
| 401 | - </list> | |
| 402 | - </input> | |
| 403 | - <input> | |
| 404 | - <name>stack</name> | |
| 405 | - <description>stackDescription</description> | |
| 406 | - <type>list</type> | |
| 407 | - <list> | |
| 408 | - <item>normal</item> | |
| 409 | - <item>percent</item> | |
| 410 | - </list> | |
| 411 | - </input> | |
| 412 | - </layouts> | |
| 413 | - </inputs> | |
| 414 | - </idm> | |
| 415 | - </component> | |
| 416 | - <!--area stacked--> | |
| 417 | - <component> | |
| 418 | - <name>areachart_stacked-datalet</name> | |
| 419 | - <type>multiseries</type> | |
| 420 | - <idm> | |
| 421 | - <inputs> | |
| 422 | - <input> | |
| 423 | - <name>XAxis</name> | |
| 424 | - <description>XAxisDescription</description> | |
| 425 | - </input> | |
| 426 | - <input> | |
| 427 | - <name>NumericYAxis</name> | |
| 428 | - <description>YAxisDescription</description> | |
| 429 | - </input> | |
| 430 | - <layouts> | |
| 431 | - <input> | |
| 432 | - <name>x-axis-label</name> | |
| 433 | - <description>XAxisLabelDescription</description> | |
| 434 | - <type>text</type> | |
| 435 | - </input> | |
| 436 | - <input> | |
| 437 | - <name>y-axis-label</name> | |
| 438 | - <description>YAxisLabelDescription</description> | |
| 439 | - <type>text</type> | |
| 440 | - </input> | |
| 441 | - <input> | |
| 442 | - <name>suffix</name> | |
| 443 | - <description>suffixDescription</description> | |
| 444 | - <type>text</type> | |
| 445 | - </input> | |
| 446 | - <input> | |
| 447 | - <name>theme</name> | |
| 448 | - <description>themeDescription</description> | |
| 449 | - <type>list</type> | |
| 450 | - <list> | |
| 451 | - <item>themeBase</item> | |
| 452 | - <item>themeDarkUnika</item> | |
| 453 | - <item>themeSandSignika</item> | |
| 454 | - <item>themeGridLight</item> | |
| 455 | - <item>themeSpod</item> | |
| 456 | - </list> | |
| 457 | - </input> | |
| 458 | - <input> | |
| 459 | - <name>stack</name> | |
| 460 | - <description>stackDescription</description> | |
| 461 | - <type>list</type> | |
| 462 | - <list> | |
| 463 | - <item>normal</item> | |
| 464 | - <item>percent</item> | |
| 465 | - </list> | |
| 466 | - </input> | |
| 467 | - </layouts> | |
| 468 | - </inputs> | |
| 469 | - </idm> | |
| 470 | - </component> | |
| 306 | + <!--<!–column stacked–>--> | |
| 307 | + <!--<component>--> | |
| 308 | + <!--<name>columnchart_stacked-datalet</name>--> | |
| 309 | + <!--<type>multiseries</type>--> | |
| 310 | + <!--<idm>--> | |
| 311 | + <!--<inputs>--> | |
| 312 | + <!--<input>--> | |
| 313 | + <!--<name>XAxis</name>--> | |
| 314 | + <!--<description>XAxisDescription</description>--> | |
| 315 | + <!--</input>--> | |
| 316 | + <!--<input>--> | |
| 317 | + <!--<name>NumericYAxis</name>--> | |
| 318 | + <!--<description>YAxisDescription</description>--> | |
| 319 | + <!--</input>--> | |
| 320 | + <!--<layouts>--> | |
| 321 | + <!--<input>--> | |
| 322 | + <!--<name>x-axis-label</name>--> | |
| 323 | + <!--<description>XAxisLabelDescription</description>--> | |
| 324 | + <!--<type>text</type>--> | |
| 325 | + <!--</input>--> | |
| 326 | + <!--<input>--> | |
| 327 | + <!--<name>y-axis-label</name>--> | |
| 328 | + <!--<description>YAxisLabelDescription</description>--> | |
| 329 | + <!--<type>text</type>--> | |
| 330 | + <!--</input>--> | |
| 331 | + <!--<input>--> | |
| 332 | + <!--<name>suffix</name>--> | |
| 333 | + <!--<description>suffixDescription</description>--> | |
| 334 | + <!--<type>text</type>--> | |
| 335 | + <!--</input>--> | |
| 336 | + <!--<input>--> | |
| 337 | + <!--<name>theme</name>--> | |
| 338 | + <!--<description>themeDescription</description>--> | |
| 339 | + <!--<type>list</type>--> | |
| 340 | + <!--<list>--> | |
| 341 | + <!--<item>themeBase</item>--> | |
| 342 | + <!--<item>themeDarkUnika</item>--> | |
| 343 | + <!--<item>themeSandSignika</item>--> | |
| 344 | + <!--<item>themeGridLight</item>--> | |
| 345 | + <!--<item>themeSpod</item>--> | |
| 346 | + <!--</list>--> | |
| 347 | + <!--</input>--> | |
| 348 | + <!--<input>--> | |
| 349 | + <!--<name>stack</name>--> | |
| 350 | + <!--<description>stackDescription</description>--> | |
| 351 | + <!--<type>list</type>--> | |
| 352 | + <!--<list>--> | |
| 353 | + <!--<item>normal</item>--> | |
| 354 | + <!--<item>percent</item>--> | |
| 355 | + <!--</list>--> | |
| 356 | + <!--</input>--> | |
| 357 | + <!--</layouts>--> | |
| 358 | + <!--</inputs>--> | |
| 359 | + <!--</idm>--> | |
| 360 | + <!--</component>--> | |
| 361 | + <!--<!–bar stacked–>--> | |
| 362 | + <!--<component>--> | |
| 363 | + <!--<name>barchart_stacked-datalet</name>--> | |
| 364 | + <!--<type>multiseries</type>--> | |
| 365 | + <!--<idm>--> | |
| 366 | + <!--<inputs>--> | |
| 367 | + <!--<input>--> | |
| 368 | + <!--<name>XAxis</name>--> | |
| 369 | + <!--<description>XAxisDescription</description>--> | |
| 370 | + <!--</input>--> | |
| 371 | + <!--<input>--> | |
| 372 | + <!--<name>NumericYAxis</name>--> | |
| 373 | + <!--<description>YAxisDescription</description>--> | |
| 374 | + <!--</input>--> | |
| 375 | + <!--<layouts>--> | |
| 376 | + <!--<input>--> | |
| 377 | + <!--<name>x-axis-label</name>--> | |
| 378 | + <!--<description>XAxisLabelDescription</description>--> | |
| 379 | + <!--<type>text</type>--> | |
| 380 | + <!--</input>--> | |
| 381 | + <!--<input>--> | |
| 382 | + <!--<name>y-axis-label</name>--> | |
| 383 | + <!--<description>YAxisLabelDescription</description>--> | |
| 384 | + <!--<type>text</type>--> | |
| 385 | + <!--</input>--> | |
| 386 | + <!--<input>--> | |
| 387 | + <!--<name>suffix</name>--> | |
| 388 | + <!--<description>suffixDescription</description>--> | |
| 389 | + <!--<type>text</type>--> | |
| 390 | + <!--</input>--> | |
| 391 | + <!--<input>--> | |
| 392 | + <!--<name>theme</name>--> | |
| 393 | + <!--<description>themeDescription</description>--> | |
| 394 | + <!--<type>list</type>--> | |
| 395 | + <!--<list>--> | |
| 396 | + <!--<item>themeBase</item>--> | |
| 397 | + <!--<item>themeDarkUnika</item>--> | |
| 398 | + <!--<item>themeSandSignika</item>--> | |
| 399 | + <!--<item>themeGridLight</item>--> | |
| 400 | + <!--<item>themeSpod</item>--> | |
| 401 | + <!--</list>--> | |
| 402 | + <!--</input>--> | |
| 403 | + <!--<input>--> | |
| 404 | + <!--<name>stack</name>--> | |
| 405 | + <!--<description>stackDescription</description>--> | |
| 406 | + <!--<type>list</type>--> | |
| 407 | + <!--<list>--> | |
| 408 | + <!--<item>normal</item>--> | |
| 409 | + <!--<item>percent</item>--> | |
| 410 | + <!--</list>--> | |
| 411 | + <!--</input>--> | |
| 412 | + <!--</layouts>--> | |
| 413 | + <!--</inputs>--> | |
| 414 | + <!--</idm>--> | |
| 415 | + <!--</component>--> | |
| 416 | + <!--<!–area stacked–>--> | |
| 417 | + <!--<component>--> | |
| 418 | + <!--<name>areachart_stacked-datalet</name>--> | |
| 419 | + <!--<type>multiseries</type>--> | |
| 420 | + <!--<idm>--> | |
| 421 | + <!--<inputs>--> | |
| 422 | + <!--<input>--> | |
| 423 | + <!--<name>XAxis</name>--> | |
| 424 | + <!--<description>XAxisDescription</description>--> | |
| 425 | + <!--</input>--> | |
| 426 | + <!--<input>--> | |
| 427 | + <!--<name>NumericYAxis</name>--> | |
| 428 | + <!--<description>YAxisDescription</description>--> | |
| 429 | + <!--</input>--> | |
| 430 | + <!--<layouts>--> | |
| 431 | + <!--<input>--> | |
| 432 | + <!--<name>x-axis-label</name>--> | |
| 433 | + <!--<description>XAxisLabelDescription</description>--> | |
| 434 | + <!--<type>text</type>--> | |
| 435 | + <!--</input>--> | |
| 436 | + <!--<input>--> | |
| 437 | + <!--<name>y-axis-label</name>--> | |
| 438 | + <!--<description>YAxisLabelDescription</description>--> | |
| 439 | + <!--<type>text</type>--> | |
| 440 | + <!--</input>--> | |
| 441 | + <!--<input>--> | |
| 442 | + <!--<name>suffix</name>--> | |
| 443 | + <!--<description>suffixDescription</description>--> | |
| 444 | + <!--<type>text</type>--> | |
| 445 | + <!--</input>--> | |
| 446 | + <!--<input>--> | |
| 447 | + <!--<name>theme</name>--> | |
| 448 | + <!--<description>themeDescription</description>--> | |
| 449 | + <!--<type>list</type>--> | |
| 450 | + <!--<list>--> | |
| 451 | + <!--<item>themeBase</item>--> | |
| 452 | + <!--<item>themeDarkUnika</item>--> | |
| 453 | + <!--<item>themeSandSignika</item>--> | |
| 454 | + <!--<item>themeGridLight</item>--> | |
| 455 | + <!--<item>themeSpod</item>--> | |
| 456 | + <!--</list>--> | |
| 457 | + <!--</input>--> | |
| 458 | + <!--<input>--> | |
| 459 | + <!--<name>stack</name>--> | |
| 460 | + <!--<description>stackDescription</description>--> | |
| 461 | + <!--<type>list</type>--> | |
| 462 | + <!--<list>--> | |
| 463 | + <!--<item>normal</item>--> | |
| 464 | + <!--<item>percent</item>--> | |
| 465 | + <!--</list>--> | |
| 466 | + <!--</input>--> | |
| 467 | + <!--</layouts>--> | |
| 468 | + <!--</inputs>--> | |
| 469 | + <!--</idm>--> | |
| 470 | + <!--</component>--> | |
| 471 | 471 | |
| 472 | 472 | <!--map--> |
| 473 | 473 | <component> | ... | ... |
datalets/googlePiechart.xml deleted
| 1 | -<component> | |
| 2 | - <name>google_piechart-datalet</name> | |
| 3 | - <attributes> | |
| 4 | - <attribute> | |
| 5 | - <name>data-url</name> | |
| 6 | - </attribute> | |
| 7 | - <attribute> | |
| 8 | - <name>fields</name> | |
| 9 | - </attribute> | |
| 10 | - </attributes> | |
| 11 | - <idm> | |
| 12 | - <inputs> | |
| 13 | - <input> | |
| 14 | - <name>Labels</name> | |
| 15 | - <description>googlePiechartDescription</description> | |
| 16 | - <scale>nominal</scale> | |
| 17 | - <role>domain</role> | |
| 18 | - <selection>11</selection> | |
| 19 | - </input> | |
| 20 | - <input> | |
| 21 | - <name>Values</name> | |
| 22 | - <description>The sizes of slices.</description> | |
| 23 | - <scale>nominal</scale> | |
| 24 | - <role>domain</role> | |
| 25 | - <selection>11</selection> | |
| 26 | - </input> | |
| 27 | - <layouts> | |
| 28 | - <input> | |
| 29 | - <name>_title</name> | |
| 30 | - <description>The label for the title of the chart</description> | |
| 31 | - <type>String</type> | |
| 32 | - </input> | |
| 33 | - <input> | |
| 34 | - <name>pieHole</name> | |
| 35 | - <description>You can create donut charts with this option; it is the size of the hole and it has a range between 0 and 1.</description> | |
| 36 | - <type>Number</type> | |
| 37 | - <validator>[0,1]</validator> | |
| 38 | - </input> | |
| 39 | - <input> | |
| 40 | - <name>is3D</name> | |
| 41 | - <description>You can create 3D charts with this option; if "true" pieHole will be ignored.</description> | |
| 42 | - <type>Boolean</type> | |
| 43 | - </input> | |
| 44 | - </layouts> | |
| 45 | - </inputs> | |
| 46 | - </idm> | |
| 47 | -</component> | |
| 48 | 0 | \ No newline at end of file |