testio-tailwind 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.eleventy.js +57 -0
- package/LICENSE +21 -0
- package/README.md +43 -0
- package/icon-classes-extractor.js +29 -0
- package/index.html +478 -0
- package/package.json +66 -0
- package/src/_data/navigation.json +44 -0
- package/src/_data/site.js +12 -0
- package/src/_includes/card_popover.haml +7 -0
- package/src/_includes/example-header-customer.pug +99 -0
- package/src/_includes/example-header-manager.njk +54 -0
- package/src/_includes/example-header-tester.njk +99 -0
- package/src/_includes/example-header.njk +50 -0
- package/src/_includes/footer-scripts.njk +1 -0
- package/src/_includes/head.njk +72 -0
- package/src/_includes/page-with-sidebar-nocode.njk +46 -0
- package/src/_includes/page-with-sidebar.njk +46 -0
- package/src/_includes/page.njk +39 -0
- package/src/_layouts/base.njk +83 -0
- package/src/_layouts/email-template.njk +90 -0
- package/src/_layouts/page-example-customer.njk +74 -0
- package/src/_layouts/page-example-manager.njk +74 -0
- package/src/_layouts/page-example-tester.njk +75 -0
- package/src/_layouts/page-example.njk +83 -0
- package/src/assets/images/Cirro-App-Defaultimage.png +0 -0
- package/src/assets/images/Cirro-App-Defaultimage.svg +25 -0
- package/src/assets/images/arrow-down.svg +13 -0
- package/src/assets/images/arrow-left.svg +13 -0
- package/src/assets/images/arrow-right.svg +13 -0
- package/src/assets/images/arrow-thick-left.svg +13 -0
- package/src/assets/images/arrow-thick-right.svg +13 -0
- package/src/assets/images/arrow-translation-lg.svg +1 -0
- package/src/assets/images/arrow-translation.svg +1 -0
- package/src/assets/images/arrow-up.svg +13 -0
- package/src/assets/images/at-sign.svg +12 -0
- package/src/assets/images/attachment-fallbackimage.svg +19 -0
- package/src/assets/images/attachment.svg +8 -0
- package/src/assets/images/bell-smile-xl.svg +18 -0
- package/src/assets/images/blocked.svg +7 -0
- package/src/assets/images/bug-chat-xl.svg +15 -0
- package/src/assets/images/bug-deceased-xl.svg +15 -0
- package/src/assets/images/bug-reproduction.svg +14 -0
- package/src/assets/images/bug-sad-xl.svg +13 -0
- package/src/assets/images/bug-search-xl.svg +18 -0
- package/src/assets/images/bug-sleeping-xl.svg +14 -0
- package/src/assets/images/bug-smile-xl.svg +9 -0
- package/src/assets/images/calendar.svg +15 -0
- package/src/assets/images/caret-down-centered.svg +6 -0
- package/src/assets/images/caret-down.svg +11 -0
- package/src/assets/images/caret-left-centered.svg +6 -0
- package/src/assets/images/caret-left.svg +6 -0
- package/src/assets/images/caret-right-centered.svg +6 -0
- package/src/assets/images/caret-right.svg +6 -0
- package/src/assets/images/caret-up-centered.svg +6 -0
- package/src/assets/images/caret-up.svg +11 -0
- package/src/assets/images/check-circle-filled-white.svg +9 -0
- package/src/assets/images/check-circle-filled.svg +12 -0
- package/src/assets/images/check-circle.svg +7 -0
- package/src/assets/images/check-selectable-items.svg +11 -0
- package/src/assets/images/check-thick-outline.svg +11 -0
- package/src/assets/images/check-thick.svg +6 -0
- package/src/assets/images/check.svg +17 -0
- package/src/assets/images/checkbox-background-black.svg +6 -0
- package/src/assets/images/checkbox-background-sm.svg +12 -0
- package/src/assets/images/checkbox-background-white.svg +6 -0
- package/src/assets/images/checkbox-background.svg +6 -0
- package/src/assets/images/checkbox-sm-checked.svg +11 -0
- package/src/assets/images/circle-empty-white.svg +6 -0
- package/src/assets/images/circle-sm-filled.svg +6 -0
- package/src/assets/images/clock.svg +12 -0
- package/src/assets/images/cross-circle-filled.svg +6 -0
- package/src/assets/images/cross-circle.svg +7 -0
- package/src/assets/images/cross-thick.svg +15 -0
- package/src/assets/images/cross.svg +7 -0
- package/src/assets/images/exclamation-circle-filled.svg +11 -0
- package/src/assets/images/exclamation-circle.svg +12 -0
- package/src/assets/images/feature-check.svg +9 -0
- package/src/assets/images/feature-cross.svg +10 -0
- package/src/assets/images/feature-draft.svg +14 -0
- package/src/assets/images/feature.svg +8 -0
- package/src/assets/images/file-image-plus-lg.svg +19 -0
- package/src/assets/images/file-image-plus-xl.svg +20 -0
- package/src/assets/images/format-bold.svg +11 -0
- package/src/assets/images/format-code.svg +12 -0
- package/src/assets/images/format-heading.svg +11 -0
- package/src/assets/images/format-indent-decrease.svg +11 -0
- package/src/assets/images/format-indent-increase.svg +11 -0
- package/src/assets/images/format-italic.svg +11 -0
- package/src/assets/images/format-link.svg +11 -0
- package/src/assets/images/format-list-bulleted.svg +17 -0
- package/src/assets/images/format-list-numbered.svg +17 -0
- package/src/assets/images/format-mark.svg +13 -0
- package/src/assets/images/format-quote.svg +17 -0
- package/src/assets/images/format-strikethrough.svg +11 -0
- package/src/assets/images/forward.svg +11 -0
- package/src/assets/images/google_signin.svg +22 -0
- package/src/assets/images/info-circle-cirro.svg +21 -0
- package/src/assets/images/info-circle-ux.svg +21 -0
- package/src/assets/images/lock.svg +15 -0
- package/src/assets/images/logo-mobile-cloud.svg +12 -0
- package/src/assets/images/logo-testio/testio_horizontal_black-1000px.png +0 -0
- package/src/assets/images/logo-testio/testio_horizontal_black.png +0 -0
- package/src/assets/images/logo-testio/testio_horizontal_black.svg +14 -0
- package/src/assets/images/logo-testio/testio_horizontal_icon_black-1000px.png +0 -0
- package/src/assets/images/logo-testio/testio_horizontal_icon_black.png +0 -0
- package/src/assets/images/logo-testio/testio_horizontal_icon_black.svg +25 -0
- package/src/assets/images/logo-testio/testio_horizontal_icon_purple_black-1000px.png +0 -0
- package/src/assets/images/logo-testio/testio_horizontal_icon_purple_black.png +0 -0
- package/src/assets/images/logo-testio/testio_horizontal_icon_purple_black.svg +27 -0
- package/src/assets/images/logo-testio/testio_horizontal_icon_purple_white-1000px.png +0 -0
- package/src/assets/images/logo-testio/testio_horizontal_icon_purple_white.png +0 -0
- package/src/assets/images/logo-testio/testio_horizontal_icon_purple_white.svg +25 -0
- package/src/assets/images/logo-testio/testio_horizontal_icon_white-1000px.png +0 -0
- package/src/assets/images/logo-testio/testio_horizontal_icon_white.png +0 -0
- package/src/assets/images/logo-testio/testio_horizontal_icon_white.svg +25 -0
- package/src/assets/images/logo-testio/testio_horizontal_purple_black-1000px.png +0 -0
- package/src/assets/images/logo-testio/testio_horizontal_purple_black.png +0 -0
- package/src/assets/images/logo-testio/testio_horizontal_purple_black.svg +9 -0
- package/src/assets/images/logo-testio/testio_horizontal_purple_white-1000px.png +0 -0
- package/src/assets/images/logo-testio/testio_horizontal_purple_white.png +0 -0
- package/src/assets/images/logo-testio/testio_horizontal_purple_white.svg +14 -0
- package/src/assets/images/logo-testio/testio_horizontal_purpleteal_black-1000px.png +0 -0
- package/src/assets/images/logo-testio/testio_horizontal_purpleteal_black.png +0 -0
- package/src/assets/images/logo-testio/testio_horizontal_purpleteal_black.svg +21 -0
- package/src/assets/images/logo-testio/testio_horizontal_purpleteal_white-1000px.png +0 -0
- package/src/assets/images/logo-testio/testio_horizontal_purpleteal_white.png +0 -0
- package/src/assets/images/logo-testio/testio_horizontal_purpleteal_white.svg +19 -0
- package/src/assets/images/logo-testio/testio_horizontal_teal_black-1000px.png +0 -0
- package/src/assets/images/logo-testio/testio_horizontal_teal_black.png +0 -0
- package/src/assets/images/logo-testio/testio_horizontal_teal_black.svg +14 -0
- package/src/assets/images/logo-testio/testio_horizontal_teal_white-1000px.png +0 -0
- package/src/assets/images/logo-testio/testio_horizontal_teal_white.png +0 -0
- package/src/assets/images/logo-testio/testio_horizontal_teal_white.svg +14 -0
- package/src/assets/images/logo-testio/testio_horizontal_tealpurple_black-1000px.png +0 -0
- package/src/assets/images/logo-testio/testio_horizontal_tealpurple_black.png +0 -0
- package/src/assets/images/logo-testio/testio_horizontal_tealpurple_black.svg +21 -0
- package/src/assets/images/logo-testio/testio_horizontal_tealpurple_white-1000px.png +0 -0
- package/src/assets/images/logo-testio/testio_horizontal_tealpurple_white.png +0 -0
- package/src/assets/images/logo-testio/testio_horizontal_tealpurple_white.svg +21 -0
- package/src/assets/images/logo-testio/testio_horizontal_white-1000px.png +0 -0
- package/src/assets/images/logo-testio/testio_horizontal_white.png +0 -0
- package/src/assets/images/logo-testio/testio_horizontal_white.svg +14 -0
- package/src/assets/images/logo-testio/testio_symbol_black_round-1000px.png +0 -0
- package/src/assets/images/logo-testio/testio_symbol_black_round.png +0 -0
- package/src/assets/images/logo-testio/testio_symbol_black_round.svg +11 -0
- package/src/assets/images/logo-testio/testio_symbol_purple-1000px.png +0 -0
- package/src/assets/images/logo-testio/testio_symbol_purple.png +0 -0
- package/src/assets/images/logo-testio/testio_symbol_purple.svg +15 -0
- package/src/assets/images/logo-testio/testio_symbol_purpleteal_round-1000px.png +0 -0
- package/src/assets/images/logo-testio/testio_symbol_purpleteal_round.png +0 -0
- package/src/assets/images/logo-testio/testio_symbol_purpleteal_round.svg +18 -0
- package/src/assets/images/logo-testio/testio_symbol_purpleteal_square-1000px.png +0 -0
- package/src/assets/images/logo-testio/testio_symbol_purpleteal_square.png +0 -0
- package/src/assets/images/logo-testio/testio_symbol_purpleteal_square.svg +18 -0
- package/src/assets/images/logo-testio/testio_symbol_teal-1000px.png +0 -0
- package/src/assets/images/logo-testio/testio_symbol_teal.png +0 -0
- package/src/assets/images/logo-testio/testio_symbol_teal.svg +15 -0
- package/src/assets/images/logo-testio/testio_symbol_tealpurple_round-1000px.png +0 -0
- package/src/assets/images/logo-testio/testio_symbol_tealpurple_round.png +0 -0
- package/src/assets/images/logo-testio/testio_symbol_tealpurple_round.svg +18 -0
- package/src/assets/images/logo-testio/testio_symbol_tealpurple_square-1000px.png +0 -0
- package/src/assets/images/logo-testio/testio_symbol_tealpurple_square.png +0 -0
- package/src/assets/images/logo-testio/testio_symbol_tealpurple_square.svg +18 -0
- package/src/assets/images/logo-testio/testio_symbol_white_round-1000px.png +0 -0
- package/src/assets/images/logo-testio/testio_symbol_white_round.png +0 -0
- package/src/assets/images/logo-testio/testio_symbol_white_round.svg +11 -0
- package/src/assets/images/logo-testio/testio_typo_black-1000px.png +0 -0
- package/src/assets/images/logo-testio/testio_typo_black.png +0 -0
- package/src/assets/images/logo-testio/testio_typo_black.svg +11 -0
- package/src/assets/images/logo-testio/testio_typo_white-1000px.png +0 -0
- package/src/assets/images/logo-testio/testio_typo_white.png +0 -0
- package/src/assets/images/logo-testio/testio_typo_white.svg +11 -0
- package/src/assets/images/logo-testio/testio_vertical_purpleteal_black-1000px.png +0 -0
- package/src/assets/images/logo-testio/testio_vertical_purpleteal_black.png +0 -0
- package/src/assets/images/logo-testio/testio_vertical_purpleteal_black.svg +19 -0
- package/src/assets/images/logo-testio/testio_vertical_purpleteal_white-1000px.png +0 -0
- package/src/assets/images/logo-testio/testio_vertical_purpleteal_white.png +0 -0
- package/src/assets/images/logo-testio/testio_vertical_purpleteal_white.svg +19 -0
- package/src/assets/images/logo-testio/testio_vertical_tealpurple_black-1000px.png +0 -0
- package/src/assets/images/logo-testio/testio_vertical_tealpurple_black.png +0 -0
- package/src/assets/images/logo-testio/testio_vertical_tealpurple_black.svg +19 -0
- package/src/assets/images/logo-testio/testio_vertical_tealpurple_white-1000px.png +0 -0
- package/src/assets/images/logo-testio/testio_vertical_tealpurple_white.png +0 -0
- package/src/assets/images/logo-testio/testio_vertical_tealpurple_white.svg +19 -0
- package/src/assets/images/message-feedback.svg +10 -0
- package/src/assets/images/message-question-filled.svg +6 -0
- package/src/assets/images/message-question.svg +8 -0
- package/src/assets/images/message.svg +11 -0
- package/src/assets/images/pattern-striped-bright.png +0 -0
- package/src/assets/images/pattern-striped-dark.png +0 -0
- package/src/assets/images/pattern-stripes-black-bg.png +0 -0
- package/src/assets/images/pattern-stripes-black.png +0 -0
- package/src/assets/images/pattern-stripes-gray-60px.png +0 -0
- package/src/assets/images/pattern-stripes-gray-darker.png +0 -0
- package/src/assets/images/pattern-stripes-gray-petroldark-60px.png +0 -0
- package/src/assets/images/pattern-stripes-gray.png +0 -0
- package/src/assets/images/pattern-stripes-petrol.png +0 -0
- package/src/assets/images/pattern-stripes-transparent.png +0 -0
- package/src/assets/images/placeholders/Approaches-desktop.png +0 -0
- package/src/assets/images/placeholders/BugFixConfirmation-desktop.png +0 -0
- package/src/assets/images/placeholders/CustomerUI-Mobile-Sidebar.png +0 -0
- package/src/assets/images/placeholders/Exploratorytesting-desktop.png +0 -0
- package/src/assets/images/placeholders/Logo-alpha-empire-white.png +0 -0
- package/src/assets/images/placeholders/Mobiletesting-mobileportrait.png +0 -0
- package/src/assets/images/placeholders/Plattforms-mobileportrait.png +0 -0
- package/src/assets/images/placeholders/Rocket-Blueprint.png +0 -0
- package/src/assets/images/placeholders/Rocket-Flying.png +0 -0
- package/src/assets/images/placeholders/TESTIO-email-header-darkteal.png +0 -0
- package/src/assets/images/placeholders/TestCaseExecution-mobile.png +0 -0
- package/src/assets/images/placeholders/Usability testing - desktop.png +0 -0
- package/src/assets/images/placeholders/automate-favicon.png +0 -0
- package/src/assets/images/placeholders/bugdetails.png +0 -0
- package/src/assets/images/placeholders/profile_boxer.png +0 -0
- package/src/assets/images/placeholders/profile_supergirl.png +0 -0
- package/src/assets/images/placeholders/security-jira-server.png +0 -0
- package/src/assets/images/placeholders/testio_symbol_purpleteal_square-1000px.png +0 -0
- package/src/assets/images/placeholders/testio_symbol_tealpurple_square-1000px.png +0 -0
- package/src/assets/images/question-circle.svg +24 -0
- package/src/assets/images/radio-checked-black.svg +5 -0
- package/src/assets/images/radio-checked-white.svg +1 -0
- package/src/assets/images/redo.svg +7 -0
- package/src/assets/images/remove.svg +6 -0
- package/src/assets/images/search.svg +11 -0
- package/src/assets/images/seat.svg +14 -0
- package/src/assets/images/section.svg +8 -0
- package/src/assets/images/select-languagepair-arrow-double.svg +1 -0
- package/src/assets/images/select-languagepair-arrow-single.svg +1 -0
- package/src/assets/images/sendmessage.svg +15 -0
- package/src/assets/images/speaker.svg +10 -0
- package/src/assets/images/test-archived.svg +12 -0
- package/src/assets/images/test-automation.svg +8 -0
- package/src/assets/images/test-check.svg +9 -0
- package/src/assets/images/test-ended.svg +9 -0
- package/src/assets/images/test-failed.svg +10 -0
- package/src/assets/images/test-initialized.svg +10 -0
- package/src/assets/images/test-locked.svg +15 -0
- package/src/assets/images/test-plus.svg +11 -0
- package/src/assets/images/test-promoted.svg +9 -0
- package/src/assets/images/test-running.svg +9 -0
- package/src/assets/images/test-stopped.svg +17 -0
- package/src/assets/images/test.svg +8 -0
- package/src/assets/images/testcase.svg +10 -0
- package/src/assets/images/tester-badges/testIO-testerbadge-cybersecurity.png +0 -0
- package/src/assets/images/tester-badges/testIO-testerbadge-cybersecurity.svg +1 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_1_lg.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_1_lg@2x.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_1_lg@4x.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_1_md.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_1_md@2x.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_1_sm.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_1_sm@2x.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_1_xs.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_1_xs@2x.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_2_lg-disabled.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_2_lg-disabled@2x.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_2_lg.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_2_lg@2x.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_2_lg@4x.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_2_md.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_2_md@2x.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_2_sm.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_2_sm@2x.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_2_xs.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_2_xs@2x.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_3_lg-disabled.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_3_lg-disabled@2x.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_3_lg.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_3_lg@2x.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_3_lg@4x.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_3_md.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_3_md@2x.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_3_sm.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_3_sm@2x.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_3_xs.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_3_xs@2x.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_4_g-disabled.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_4_g-disabled@2x.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_4_lg.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_4_lg@2x.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_4_lg@4x.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_4_md.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_4_md@2x.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_4_sm.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_4_sm@2x.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_4_xs.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_4_xs@2x.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_5_g-disabled.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_5_g-disabled@2x.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_5_lg.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_5_lg@2x.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_5_lg@4x.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_5_md.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_5_md@2x.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_5_sm.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_5_sm@2x.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_5_xs.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_5_xs@2x.png +0 -0
- package/src/assets/images/testio-logo-onwhite.svg +1 -0
- package/src/assets/images/testio-symbol-red.svg +1 -0
- package/src/assets/images/triangle-centered-down.svg +12 -0
- package/src/assets/images/triangle-centered-left.svg +12 -0
- package/src/assets/images/triangle-centered-right.svg +12 -0
- package/src/assets/images/triangle-centered-up.svg +12 -0
- package/src/assets/images/triangle-down.svg +5 -0
- package/src/assets/images/triangle-up.svg +5 -0
- package/src/assets/images/undo.svg +7 -0
- package/src/assets/images/verify-exclamation.svg +11 -0
- package/src/assets/scripts/app.js +150 -0
- package/src/assets/scripts/modules/colors.js +11 -0
- package/src/assets/scripts/modules/echarts_area.js +94 -0
- package/src/assets/scripts/modules/echarts_donut.js +85 -0
- package/src/assets/scripts/modules/echarts_exampledata.js +106 -0
- package/src/assets/scripts/modules/echarts_exampleseries.js +146 -0
- package/src/assets/scripts/modules/echarts_gauge.js +74 -0
- package/src/assets/scripts/modules/echarts_horizontal.js +80 -0
- package/src/assets/scripts/modules/echarts_legend.js +13 -0
- package/src/assets/scripts/modules/echarts_vertical.js +80 -0
- package/src/assets/stylesheets/app.css +76 -0
- package/src/assets/stylesheets/components/actionbar.css +41 -0
- package/src/assets/stylesheets/components/alerts.css +50 -0
- package/src/assets/stylesheets/components/banner_card.css +57 -0
- package/src/assets/stylesheets/components/buttons.css +193 -0
- package/src/assets/stylesheets/components/cards.css +149 -0
- package/src/assets/stylesheets/components/chat.css +265 -0
- package/src/assets/stylesheets/components/checkboxes_radiobuttons.css +173 -0
- package/src/assets/stylesheets/components/customer/customer_header.css +98 -0
- package/src/assets/stylesheets/components/customer/customer_productcards.css +212 -0
- package/src/assets/stylesheets/components/customer/customer_sidebar.css +76 -0
- package/src/assets/stylesheets/components/devices.css +84 -0
- package/src/assets/stylesheets/components/drawer.css +100 -0
- package/src/assets/stylesheets/components/dropdown.css +92 -0
- package/src/assets/stylesheets/components/emptystate_message.css +42 -0
- package/src/assets/stylesheets/components/fonts/testio.eot +0 -0
- package/src/assets/stylesheets/components/fonts/testio.svg +1025 -0
- package/src/assets/stylesheets/components/fonts/testio.ttf +0 -0
- package/src/assets/stylesheets/components/fonts/testio.woff +0 -0
- package/src/assets/stylesheets/components/fonts/testio.woff2 +0 -0
- package/src/assets/stylesheets/components/form_card.css +21 -0
- package/src/assets/stylesheets/components/form_grid.css +12 -0
- package/src/assets/stylesheets/components/forms.css +106 -0
- package/src/assets/stylesheets/components/header.css +221 -0
- package/src/assets/stylesheets/components/iconfont.css +3303 -0
- package/src/assets/stylesheets/components/icons.css +143 -0
- package/src/assets/stylesheets/components/images.css +27 -0
- package/src/assets/stylesheets/components/layout.css +82 -0
- package/src/assets/stylesheets/components/list_item.css +281 -0
- package/src/assets/stylesheets/components/lists.css +68 -0
- package/src/assets/stylesheets/components/loading_spinner.css +104 -0
- package/src/assets/stylesheets/components/manager/manager_header.css +51 -0
- package/src/assets/stylesheets/components/manager/manager_sidebar.css +76 -0
- package/src/assets/stylesheets/components/markdown_trix_styles.css +200 -0
- package/src/assets/stylesheets/components/metasidebar.css +57 -0
- package/src/assets/stylesheets/components/metrics.css +13 -0
- package/src/assets/stylesheets/components/modals.css +105 -0
- package/src/assets/stylesheets/components/notifications.css +155 -0
- package/src/assets/stylesheets/components/popover.css +120 -0
- package/src/assets/stylesheets/components/progress.css +70 -0
- package/src/assets/stylesheets/components/radio_tabs.css +59 -0
- package/src/assets/stylesheets/components/reset.css +27 -0
- package/src/assets/stylesheets/components/resultmodule.css +133 -0
- package/src/assets/stylesheets/components/search.css +110 -0
- package/src/assets/stylesheets/components/sections.css +98 -0
- package/src/assets/stylesheets/components/select.css +51 -0
- package/src/assets/stylesheets/components/select2.css +252 -0
- package/src/assets/stylesheets/components/selectable_token.css +223 -0
- package/src/assets/stylesheets/components/sidebar.css +480 -0
- package/src/assets/stylesheets/components/splitview.css +304 -0
- package/src/assets/stylesheets/components/tables.css +109 -0
- package/src/assets/stylesheets/components/tabs.css +122 -0
- package/src/assets/stylesheets/components/tags.css +29 -0
- package/src/assets/stylesheets/components/task_issue_item.css +79 -0
- package/src/assets/stylesheets/components/test_item.css +90 -0
- package/src/assets/stylesheets/components/tester/tester_cards.css +144 -0
- package/src/assets/stylesheets/components/tester/tester_header.css +37 -0
- package/src/assets/stylesheets/components/tester/tester_sidebar.css +93 -0
- package/src/assets/stylesheets/components/toggleswitch.css +119 -0
- package/src/assets/stylesheets/components/tom_select.css +186 -0
- package/src/assets/stylesheets/components/trix_editor.css +174 -0
- package/src/assets/stylesheets/components/typography.css +81 -0
- package/src/assets/stylesheets/components/uploads.css +195 -0
- package/src/assets/stylesheets/components/user_item.css +58 -0
- package/src/assets/stylesheets/designsystem-styles.css +82 -0
- package/src/assets/stylesheets/postcss.config.js +16 -0
- package/src/assets/stylesheets/tailwind.config.js +331 -0
- package/src/humans.txt.njk +11 -0
- package/src/index.pug +16 -0
- package/src/pages/buttons/block.haml +39 -0
- package/src/pages/buttons/buttons-lg.haml +20 -0
- package/src/pages/buttons/buttons-sm.haml +42 -0
- package/src/pages/buttons/buttons-xl.haml +23 -0
- package/src/pages/buttons/buttons.haml +58 -0
- package/src/pages/buttons/buttons_input.haml +39 -0
- package/src/pages/buttons/dropdown-menu.haml +73 -0
- package/src/pages/buttons/index.njk +7 -0
- package/src/pages/buttons/info_popover.haml +33 -0
- package/src/pages/buttons/link-with-icon.haml +13 -0
- package/src/pages/buttons/square-buttons.haml +55 -0
- package/src/pages/charts/area.haml +215 -0
- package/src/pages/charts/bar_horizontal.haml +336 -0
- package/src/pages/charts/bar_vertical.haml +392 -0
- package/src/pages/charts/donut.haml +270 -0
- package/src/pages/charts/gauge.haml +215 -0
- package/src/pages/charts/index.njk +7 -0
- package/src/pages/ci.pug +8 -0
- package/src/pages/colors.pug +147 -0
- package/src/pages/components/alerts.haml +32 -0
- package/src/pages/components/banner_cards.haml +46 -0
- package/src/pages/components/cards.haml +112 -0
- package/src/pages/components/cards_customer.haml +487 -0
- package/src/pages/components/cards_fixedwidth.haml +135 -0
- package/src/pages/components/cards_iconheader.haml +58 -0
- package/src/pages/components/cards_tester.haml +159 -0
- package/src/pages/components/chat_window.haml +241 -0
- package/src/pages/components/comments_bug_preview.haml +29 -0
- package/src/pages/components/comments_chatmessages.haml +229 -0
- package/src/pages/components/descriptionlist.haml +47 -0
- package/src/pages/components/devices.haml +115 -0
- package/src/pages/components/drawer.haml +50 -0
- package/src/pages/components/drawer_filter.haml +76 -0
- package/src/pages/components/emptystate.haml +16 -0
- package/src/pages/components/index.njk +7 -0
- package/src/pages/components/issue-item.haml +18 -0
- package/src/pages/components/listitem_with_footer.haml +209 -0
- package/src/pages/components/listitems.haml +137 -0
- package/src/pages/components/listitems_badge.haml +36 -0
- package/src/pages/components/listitems_collapsable.haml +117 -0
- package/src/pages/components/listitems_nested.haml +50 -0
- package/src/pages/components/listitems_selectable.haml +59 -0
- package/src/pages/components/listitems_white.haml +82 -0
- package/src/pages/components/loading_spinner.haml +11 -0
- package/src/pages/components/metasidebar.haml +13 -0
- package/src/pages/components/modal_details.haml +68 -0
- package/src/pages/components/notification_center.haml +48 -0
- package/src/pages/components/notifications.haml +42 -0
- package/src/pages/components/profilethumb.haml +27 -0
- package/src/pages/components/progress.haml +23 -0
- package/src/pages/components/resultmodule.haml +151 -0
- package/src/pages/components/resultmodule_testcase.haml +125 -0
- package/src/pages/components/section_collapsable.haml +25 -0
- package/src/pages/components/splitview_item.haml +111 -0
- package/src/pages/components/splitview_item_collapsable.haml +65 -0
- package/src/pages/components/tables.haml +57 -0
- package/src/pages/components/tables_linked.haml +29 -0
- package/src/pages/components/tags.haml +12 -0
- package/src/pages/components/task_item.haml +33 -0
- package/src/pages/components/test_item.haml +119 -0
- package/src/pages/components/tester_levels.haml +70 -0
- package/src/pages/components/user_item.haml +49 -0
- package/src/pages/examples/layout-actionbar.haml +268 -0
- package/src/pages/examples/layout-basic.haml +28 -0
- package/src/pages/examples/layout-chat.haml +327 -0
- package/src/pages/examples/layout-customer.haml +190 -0
- package/src/pages/examples/layout-form-sidebar-actionbar-metasidebar.haml +313 -0
- package/src/pages/examples/layout-manager.haml +99 -0
- package/src/pages/examples/layout-metasidebar.haml +269 -0
- package/src/pages/examples/layout-sidebar-actionbar-metasidebar.haml +309 -0
- package/src/pages/examples/layout-sidebar-actionbar.haml +308 -0
- package/src/pages/examples/layout-sidebar.haml +296 -0
- package/src/pages/examples/layout-tester.haml +106 -0
- package/src/pages/examples/splitview-testcases.haml +478 -0
- package/src/pages/examples/splitview.haml +390 -0
- package/src/pages/forms/checkboxes.haml +64 -0
- package/src/pages/forms/checkboxes_devices.haml +45 -0
- package/src/pages/forms/form-addon.haml +16 -0
- package/src/pages/forms/form-card.haml +36 -0
- package/src/pages/forms/form-grid.haml +17 -0
- package/src/pages/forms/form_grid_narrow.haml +19 -0
- package/src/pages/forms/forms.haml +23 -0
- package/src/pages/forms/index.njk +7 -0
- package/src/pages/forms/radiobuttons.haml +50 -0
- package/src/pages/forms/rating_scale.haml +62 -0
- package/src/pages/forms/search.haml +71 -0
- package/src/pages/forms/select2.haml +72 -0
- package/src/pages/forms/select_native.haml +74 -0
- package/src/pages/forms/selectable_token.haml +49 -0
- package/src/pages/forms/selectable_token_browsers.haml +66 -0
- package/src/pages/forms/selectable_token_lg.haml +49 -0
- package/src/pages/forms/selectable_token_xl.haml +49 -0
- package/src/pages/forms/textarea.haml +24 -0
- package/src/pages/forms/toggle-buttons.haml +94 -0
- package/src/pages/forms/toggle-switch.haml +31 -0
- package/src/pages/forms/tomselect.haml +76 -0
- package/src/pages/forms/trix_editor.pug +10 -0
- package/src/pages/forms/uploads.pug +101 -0
- package/src/pages/icons/bug-icons.haml +76 -0
- package/src/pages/icons/index.njk +83 -0
- package/src/pages/icons/marketingicons.haml +16 -0
- package/src/pages/icons/status-icons.haml +39 -0
- package/src/pages/layout/app_layout.haml +28 -0
- package/src/pages/layout/index.njk +7 -0
- package/src/pages/layout/max_width.haml +50 -0
- package/src/pages/layout/spacing.haml +30 -0
- package/src/pages/navigation/header-manager.haml +74 -0
- package/src/pages/navigation/header-tester.haml +100 -0
- package/src/pages/navigation/header.haml +76 -0
- package/src/pages/navigation/header_customer.haml +77 -0
- package/src/pages/navigation/header_tester_epam.haml +108 -0
- package/src/pages/navigation/index.njk +7 -0
- package/src/pages/navigation/product_dropdown.haml +65 -0
- package/src/pages/navigation/radio_tabs.haml +22 -0
- package/src/pages/navigation/sidebar-manager.haml +46 -0
- package/src/pages/navigation/sidebar-tester-elements.haml +105 -0
- package/src/pages/navigation/sidebar-tester-seatlimitation.haml +108 -0
- package/src/pages/navigation/sidebar-tester.haml +75 -0
- package/src/pages/navigation/sidebar.haml +46 -0
- package/src/pages/navigation/sidebar_collapsables.haml +136 -0
- package/src/pages/navigation/sidebar_customer.haml +146 -0
- package/src/pages/navigation/tabnavigation.haml +13 -0
- package/src/pages/navigation/tabnavigation_actions.haml +22 -0
- package/src/pages/navigation/tabnavigation_pills.haml +13 -0
- package/src/pages/typography/index.njk +7 -0
- package/src/pages/typography/link_with_icon.haml +12 -0
- package/src/pages/typography/linked_icon.haml +10 -0
- package/src/pages/typography/markdown.md +113 -0
- package/src/pages/typography/section_header.haml +25 -0
- package/src/pages/typography/section_header_actions.haml +60 -0
- package/src/pages/typography/text_with_icon.haml +12 -0
- package/src/pages/typography/trix_styles.haml +127 -0
- package/src/pages/typography/typography.haml +52 -0
- package/src/sitemap.xml.njk +14 -0
- package/src/static/android-chrome-192x192.png +0 -0
- package/src/static/android-chrome-512x512.png +0 -0
- package/src/static/app.bundled.js +6332 -0
- package/src/static/app.compiled.css +468887 -0
- package/src/static/app.compiled.css.map +1 -0
- package/src/static/apple-touch-icon.png +0 -0
- package/src/static/browserconfig.xml +9 -0
- package/src/static/favicon-16x16.png +0 -0
- package/src/static/favicon-32x32.png +0 -0
- package/src/static/favicon.ico +0 -0
- package/src/static/icons-cirro.json +1 -0
- package/src/static/site.webmanifest +4 -0
- package/utils/collections.js +30 -0
- package/utils/filters.js +11 -0
- package/utils/markdown.js +10 -0
- package/utils/shortcodes.js +7 -0
- package/utils/transforms.js +19 -0
- package/webpack.config.js +25 -0
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
---
|
|
2
|
+
tags: button
|
|
3
|
+
title: Info popover
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
.flex.justify-between
|
|
7
|
+
.popover-menu.info
|
|
8
|
+
.popover-title Popover title
|
|
9
|
+
.popover-content Popover content Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum.
|
|
10
|
+
.text-with-icon.mt-xs
|
|
11
|
+
.icon.icon-lock.text-disabled.mr-icon-spacing
|
|
12
|
+
.text-sm 0/100 Pushups completed
|
|
13
|
+
.text-with-icon.mt-xs
|
|
14
|
+
.icon.icon-unlock.text-success.mr-icon-spacing
|
|
15
|
+
.text-sm 50/50 Squats completed
|
|
16
|
+
.popover-actions
|
|
17
|
+
.btn.btn-sm.btn-inverted Action
|
|
18
|
+
.py-xs
|
|
19
|
+
%details.popover-wrapper
|
|
20
|
+
%summary
|
|
21
|
+
.btn.btn-sm.btn-square
|
|
22
|
+
.icon.icon-info
|
|
23
|
+
.popover-menu.info
|
|
24
|
+
.popover-title Popover title
|
|
25
|
+
.popover-content Popover content Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum.
|
|
26
|
+
.text-with-icon.mt-xs
|
|
27
|
+
.icon.icon-lock.text-disabled.mr-icon-spacing
|
|
28
|
+
.text-sm 0/100 Pushups completed
|
|
29
|
+
.text-with-icon.mt-xs
|
|
30
|
+
.icon.icon-unlock.text-success.mr-icon-spacing
|
|
31
|
+
.text-sm 50/50 Squats completed
|
|
32
|
+
.popover-actions
|
|
33
|
+
.btn.btn-sm.btn-inverted Action
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: Square Buttons
|
|
3
|
+
tags: button
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
%ul.list-inline
|
|
7
|
+
%li
|
|
8
|
+
%button.btn.btn-primary.btn-square
|
|
9
|
+
.icon.icon-check-circle
|
|
10
|
+
%li
|
|
11
|
+
%button.btn.btn-secondary.btn-square
|
|
12
|
+
.icon.icon-check-circle
|
|
13
|
+
%li
|
|
14
|
+
%button.btn.btn-success.btn-square
|
|
15
|
+
.icon.icon-check-circle
|
|
16
|
+
%li
|
|
17
|
+
%button.btn.btn-danger.btn-square
|
|
18
|
+
.icon.icon-check-circle
|
|
19
|
+
%li
|
|
20
|
+
%button.btn.btn-warning.btn-square
|
|
21
|
+
.icon.icon-check-circle
|
|
22
|
+
%li
|
|
23
|
+
%button.btn.btn-info.btn-square
|
|
24
|
+
.icon.icon-check-circle
|
|
25
|
+
%li
|
|
26
|
+
%button.btn.btn-dashed.btn-square
|
|
27
|
+
.icon.icon-check-circle
|
|
28
|
+
%li
|
|
29
|
+
%button.btn.btn-link.btn-square
|
|
30
|
+
.icon.icon-check-circle
|
|
31
|
+
%li
|
|
32
|
+
%button.btn.btn-ghost.btn-square
|
|
33
|
+
.icon.icon-check-circle
|
|
34
|
+
%li
|
|
35
|
+
%button.btn.btn-primary.btn-square{disabled: "disabled"}
|
|
36
|
+
.icon.icon-check-circle
|
|
37
|
+
|
|
38
|
+
.bg-dark.p-2
|
|
39
|
+
%ul.list-inline
|
|
40
|
+
%li
|
|
41
|
+
%button.btn.btn-primary-inverted.btn-square
|
|
42
|
+
.icon.icon-check-circle
|
|
43
|
+
%li
|
|
44
|
+
%button.btn.btn-inverted.btn-square
|
|
45
|
+
.icon.icon-check-circle
|
|
46
|
+
%li
|
|
47
|
+
%button.btn.btn-secondary-inverted.btn-square
|
|
48
|
+
.icon.icon-check-circle
|
|
49
|
+
%li
|
|
50
|
+
%button.btn.btn-outline-primary-inverted.btn-square
|
|
51
|
+
.icon.icon-check-circle
|
|
52
|
+
%li
|
|
53
|
+
%button.btn.btn-inverted.btn-square{disabled: "disabled"}
|
|
54
|
+
.icon.icon-check-circle
|
|
55
|
+
|
|
@@ -0,0 +1,215 @@
|
|
|
1
|
+
---
|
|
2
|
+
tags: charts
|
|
3
|
+
title: Area
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
%details.listitem.mb-md
|
|
7
|
+
%summary.listitem-header
|
|
8
|
+
.listitem-title
|
|
9
|
+
%span.icon.icon-format-code.mr-xs
|
|
10
|
+
Initialize area chart
|
|
11
|
+
.listitem-metrics
|
|
12
|
+
.listitem-actions
|
|
13
|
+
.btn.collapse-btn
|
|
14
|
+
.listitem-content
|
|
15
|
+
.listitem-subheadline HTML
|
|
16
|
+
.listitem-card
|
|
17
|
+
%code .echarts-container#element-id
|
|
18
|
+
.listitem-subheadline app.js
|
|
19
|
+
.listitem-card
|
|
20
|
+
%pre.code.break-spaces
|
|
21
|
+
:plain
|
|
22
|
+
import { createChartArea } from './modules/echarts_area';
|
|
23
|
+
createChartArea (target, targetDataX, targetDataY, chartColor);
|
|
24
|
+
.listitem-subheadline echarts_area.js
|
|
25
|
+
.listitem-card
|
|
26
|
+
%pre.code.break-spaces
|
|
27
|
+
:plain
|
|
28
|
+
import * as echarts from 'echarts';
|
|
29
|
+
export function createChartArea (target, targetDataX, targetDataY, chartColor) {
|
|
30
|
+
var chartHeight = 190;
|
|
31
|
+
var dom = document.getElementById(target);
|
|
32
|
+
var myChartArea = echarts.init(dom, null, {
|
|
33
|
+
renderer: 'canvas',
|
|
34
|
+
useDirtyRect: false,
|
|
35
|
+
height: chartHeight
|
|
36
|
+
});
|
|
37
|
+
var optionArea;
|
|
38
|
+
var optionArea = {
|
|
39
|
+
grid: {
|
|
40
|
+
show: false,
|
|
41
|
+
zlevel: 0,
|
|
42
|
+
top: 30,
|
|
43
|
+
right: 20,
|
|
44
|
+
left: 20,
|
|
45
|
+
bottom: 30
|
|
46
|
+
},
|
|
47
|
+
xAxis: {
|
|
48
|
+
boundaryGap: false,
|
|
49
|
+
zlevel: 2,
|
|
50
|
+
data: targetDataX,
|
|
51
|
+
axisLine: {
|
|
52
|
+
show: false
|
|
53
|
+
},
|
|
54
|
+
axisLabel: {
|
|
55
|
+
show: true,
|
|
56
|
+
margin: 15
|
|
57
|
+
},
|
|
58
|
+
axisTick: {
|
|
59
|
+
show: false
|
|
60
|
+
},
|
|
61
|
+
splitLine: {
|
|
62
|
+
show: true,
|
|
63
|
+
lineStyle: {
|
|
64
|
+
type: 'dashed'
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
},
|
|
68
|
+
yAxis: {
|
|
69
|
+
show: false,
|
|
70
|
+
min: 0,
|
|
71
|
+
max: targetDataY
|
|
72
|
+
},
|
|
73
|
+
series: [
|
|
74
|
+
{
|
|
75
|
+
data: targetDataY,
|
|
76
|
+
type: 'line',
|
|
77
|
+
lineStyle: {
|
|
78
|
+
width: 1,
|
|
79
|
+
color: chartColor
|
|
80
|
+
},
|
|
81
|
+
areaStyle: {
|
|
82
|
+
opacity: 1,
|
|
83
|
+
color: chartColor
|
|
84
|
+
},
|
|
85
|
+
zlevel: 1
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
data: targetDataY,
|
|
89
|
+
type: 'line',
|
|
90
|
+
lineStyle: {
|
|
91
|
+
width: 0
|
|
92
|
+
},
|
|
93
|
+
symbol: 'circle',
|
|
94
|
+
symbolSize: 10,
|
|
95
|
+
itemStyle: {
|
|
96
|
+
borderWidth: 2,
|
|
97
|
+
color: chartColor,
|
|
98
|
+
borderColor: '#ffffff'
|
|
99
|
+
},
|
|
100
|
+
label: {
|
|
101
|
+
show: true
|
|
102
|
+
},
|
|
103
|
+
areaStyle: {
|
|
104
|
+
opacity: 0
|
|
105
|
+
},
|
|
106
|
+
zlevel: 3
|
|
107
|
+
}
|
|
108
|
+
]
|
|
109
|
+
};
|
|
110
|
+
if (optionArea && typeof optionArea === 'object') {
|
|
111
|
+
myChartArea.setOption(optionArea);
|
|
112
|
+
}
|
|
113
|
+
window.addEventListener('resize', myChartArea.resize);
|
|
114
|
+
}
|
|
115
|
+
.row
|
|
116
|
+
.col-xl-6
|
|
117
|
+
.card.bg-gray-lightest.p-md.mb-xs
|
|
118
|
+
.echarts-container#echarts-area-1
|
|
119
|
+
%details.listitem.mb-md
|
|
120
|
+
%summary.listitem-header
|
|
121
|
+
.listitem-title
|
|
122
|
+
%span.icon.icon-format-code.mr-xs
|
|
123
|
+
Initialize area chart with blue light color
|
|
124
|
+
.listitem-metrics
|
|
125
|
+
.listitem-actions
|
|
126
|
+
.btn.collapse-btn
|
|
127
|
+
.listitem-content
|
|
128
|
+
.listitem-subheadline HTML
|
|
129
|
+
.listitem-card
|
|
130
|
+
%code .echarts-container#element-id
|
|
131
|
+
.listitem-subheadline app.js
|
|
132
|
+
.listitem-card
|
|
133
|
+
%pre.code.break-spaces
|
|
134
|
+
:plain
|
|
135
|
+
import { createChartArea } from './modules/echarts_area';
|
|
136
|
+
createChartArea("echarts-area-1", dataAreaMonths, dataAreaValues, colorBlueLight);
|
|
137
|
+
.listitem-subheadline dataAreaMonths.js
|
|
138
|
+
.listitem-card
|
|
139
|
+
%pre.code.break-spaces
|
|
140
|
+
:plain
|
|
141
|
+
export let dataAreaMonths = [
|
|
142
|
+
{ value: 'Jun'},
|
|
143
|
+
{ value: 'Jul'},
|
|
144
|
+
{ value: 'Aug'},
|
|
145
|
+
{ value: 'Sep'},
|
|
146
|
+
{ value: 'Oct'},
|
|
147
|
+
{ value: 'Nov'}
|
|
148
|
+
];
|
|
149
|
+
.listitem-subheadline dataAreaValues.js
|
|
150
|
+
.listitem-card
|
|
151
|
+
%pre.code.break-spaces
|
|
152
|
+
:plain
|
|
153
|
+
export let dataAreaValues = [
|
|
154
|
+
{ value: 79, name: 'Critical'},
|
|
155
|
+
{ value: 37, name: 'High'},
|
|
156
|
+
{ value: 19, name: 'Low'},
|
|
157
|
+
{ value: 99, name: 'Visual'},
|
|
158
|
+
{ value: 53, name: 'Content'},
|
|
159
|
+
{ value: 66, name: 'UX'}
|
|
160
|
+
];
|
|
161
|
+
.listitem-subheadline colors.js
|
|
162
|
+
.listitem-card
|
|
163
|
+
%pre.code.break-spaces
|
|
164
|
+
:plain
|
|
165
|
+
export const colorBlueLight = '#21bef4';
|
|
166
|
+
.col-xl-6
|
|
167
|
+
.card.bg-gray-lightest.mb-xs.p-xs
|
|
168
|
+
.echarts-container#echarts-area-2
|
|
169
|
+
%details.listitem.mb-md
|
|
170
|
+
%summary.listitem-header
|
|
171
|
+
.listitem-title
|
|
172
|
+
%span.icon.icon-format-code.mr-xs
|
|
173
|
+
Initialize area chart with blue light color
|
|
174
|
+
.listitem-metrics
|
|
175
|
+
.listitem-actions
|
|
176
|
+
.btn.collapse-btn
|
|
177
|
+
.listitem-content
|
|
178
|
+
.listitem-subheadline HTML
|
|
179
|
+
.listitem-card
|
|
180
|
+
%code .echarts-container#element-id
|
|
181
|
+
.listitem-subheadline app.js
|
|
182
|
+
.listitem-card
|
|
183
|
+
%pre.code.break-spaces
|
|
184
|
+
:plain
|
|
185
|
+
import { createChartArea } from './modules/echarts_area';
|
|
186
|
+
createChartArea("echarts-area-1", dataAreaMonths, dataAreaValues, colorInfo);
|
|
187
|
+
.listitem-subheadline dataAreaMonths.js
|
|
188
|
+
.listitem-card
|
|
189
|
+
%pre.code.break-spaces
|
|
190
|
+
:plain
|
|
191
|
+
export let dataAreaMonths = [
|
|
192
|
+
{ value: 'Jun'},
|
|
193
|
+
{ value: 'Jul'},
|
|
194
|
+
{ value: 'Aug'},
|
|
195
|
+
{ value: 'Sep'},
|
|
196
|
+
{ value: 'Oct'},
|
|
197
|
+
{ value: 'Nov'}
|
|
198
|
+
];
|
|
199
|
+
.listitem-subheadline dataAreaValues.js
|
|
200
|
+
.listitem-card
|
|
201
|
+
%pre.code.break-spaces
|
|
202
|
+
:plain
|
|
203
|
+
export let dataAreaValues = [
|
|
204
|
+
{ value: 79, name: 'Critical'},
|
|
205
|
+
{ value: 37, name: 'High'},
|
|
206
|
+
{ value: 19, name: 'Low'},
|
|
207
|
+
{ value: 99, name: 'Visual'},
|
|
208
|
+
{ value: 53, name: 'Content'},
|
|
209
|
+
{ value: 66, name: 'UX'}
|
|
210
|
+
];
|
|
211
|
+
.listitem-subheadline colors.js
|
|
212
|
+
.listitem-card
|
|
213
|
+
%pre.code.break-spaces
|
|
214
|
+
:plain
|
|
215
|
+
export const colorInfo = '#326dd1';
|
|
@@ -0,0 +1,336 @@
|
|
|
1
|
+
---
|
|
2
|
+
tags: charts
|
|
3
|
+
title: Bar chart horizontal
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
%details.listitem.mb-md
|
|
7
|
+
%summary.listitem-header
|
|
8
|
+
.listitem-title
|
|
9
|
+
%span.icon.icon-format-code.mr-xs
|
|
10
|
+
Initialize horizontal bar chart
|
|
11
|
+
.listitem-metrics
|
|
12
|
+
.listitem-actions
|
|
13
|
+
.btn.collapse-btn
|
|
14
|
+
.listitem-content
|
|
15
|
+
.listitem-subheadline HTML
|
|
16
|
+
.listitem-card
|
|
17
|
+
%code .echarts-container#element-id
|
|
18
|
+
.listitem-subheadline app.js
|
|
19
|
+
.listitem-card
|
|
20
|
+
%pre.code.break-spaces
|
|
21
|
+
:plain
|
|
22
|
+
import { createChartHorizontal } from './modules/echarts_horizontal';
|
|
23
|
+
createChartHorizontal("element-id", data, series, showLegend);
|
|
24
|
+
.listitem-subheadline echarts_horizontal.js
|
|
25
|
+
.listitem-card
|
|
26
|
+
%pre.code.break-spaces
|
|
27
|
+
:plain
|
|
28
|
+
import * as echarts from 'echarts';
|
|
29
|
+
import { echartsLegend, legendHeight } from './echarts_legend';
|
|
30
|
+
var legendOptions;
|
|
31
|
+
export function createChartHorizontal (target, targetData, targetSeries, showLegend) {
|
|
32
|
+
var chartHeight = targetData.length * 20;
|
|
33
|
+
var chartPlusLegendHeight;
|
|
34
|
+
if (showLegend) {
|
|
35
|
+
chartPlusLegendHeight = chartHeight + legendHeight,
|
|
36
|
+
legendOptions = echartsLegend
|
|
37
|
+
} else {
|
|
38
|
+
chartPlusLegendHeight = chartHeight + 0,
|
|
39
|
+
legendOptions = null
|
|
40
|
+
}
|
|
41
|
+
var dom = document.getElementById(target);
|
|
42
|
+
var myChartHorizontal = echarts.init(dom, null, {
|
|
43
|
+
renderer: 'canvas',
|
|
44
|
+
useDirtyRect: false,
|
|
45
|
+
height: chartPlusLegendHeight
|
|
46
|
+
});
|
|
47
|
+
var optionHorizontal;
|
|
48
|
+
var optionHorizontal = {
|
|
49
|
+
tooltip: {
|
|
50
|
+
trigger: 'axis',
|
|
51
|
+
axisPointer: {
|
|
52
|
+
type: 'shadow'
|
|
53
|
+
}
|
|
54
|
+
},
|
|
55
|
+
legend: legendOptions,
|
|
56
|
+
grid: {
|
|
57
|
+
height: chartHeight,
|
|
58
|
+
top: 0,
|
|
59
|
+
left: '12',
|
|
60
|
+
right: '10',
|
|
61
|
+
bottom: 0,
|
|
62
|
+
containLabel: true,
|
|
63
|
+
align: 'top'
|
|
64
|
+
},
|
|
65
|
+
xAxis: {
|
|
66
|
+
type: 'value',
|
|
67
|
+
axisTick: {
|
|
68
|
+
show: false
|
|
69
|
+
},
|
|
70
|
+
axisLine: {
|
|
71
|
+
show: false
|
|
72
|
+
},
|
|
73
|
+
axisLabel: {
|
|
74
|
+
show: false
|
|
75
|
+
},
|
|
76
|
+
splitLine: {
|
|
77
|
+
show: false
|
|
78
|
+
}
|
|
79
|
+
},
|
|
80
|
+
yAxis: {
|
|
81
|
+
data: targetData,
|
|
82
|
+
scale: false,
|
|
83
|
+
axisTick: {
|
|
84
|
+
show: false
|
|
85
|
+
},
|
|
86
|
+
axisLine: {
|
|
87
|
+
show: false
|
|
88
|
+
},
|
|
89
|
+
axisLabel: {
|
|
90
|
+
show: true,
|
|
91
|
+
overflow: "truncate",
|
|
92
|
+
ellipsis: '…',
|
|
93
|
+
hideOverlap: false,
|
|
94
|
+
interval: 0
|
|
95
|
+
}
|
|
96
|
+
},
|
|
97
|
+
series: targetSeries
|
|
98
|
+
};
|
|
99
|
+
if (optionHorizontal && typeof optionHorizontal === 'object') {
|
|
100
|
+
myChartHorizontal.setOption(optionHorizontal);
|
|
101
|
+
}
|
|
102
|
+
window.addEventListener('resize', myChartHorizontal.resize);
|
|
103
|
+
}
|
|
104
|
+
.listitem-subheadline echarts_legend.js
|
|
105
|
+
.listitem-card
|
|
106
|
+
%pre.code.break-spaces
|
|
107
|
+
:plain
|
|
108
|
+
export const legendHeight = 30;
|
|
109
|
+
export const echartsLegend = {
|
|
110
|
+
type: 'scroll',
|
|
111
|
+
orient: 'horizontal',
|
|
112
|
+
padding: 0,
|
|
113
|
+
icon: 'circle',
|
|
114
|
+
itemGap: 10,
|
|
115
|
+
itemHeight: 5,
|
|
116
|
+
itemWidth: 5,
|
|
117
|
+
height: '20',
|
|
118
|
+
left: 'center',
|
|
119
|
+
bottom: 'bottom'
|
|
120
|
+
};
|
|
121
|
+
.card.bg-gray-lightest.p-md.mb-xs
|
|
122
|
+
.echarts-container#echarts-bar-horizontal-1
|
|
123
|
+
%details.listitem.mb-lg
|
|
124
|
+
%summary.listitem-header
|
|
125
|
+
.listitem-title
|
|
126
|
+
%span.icon.icon-format-code.mr-xs
|
|
127
|
+
Horizontal chart, 3 Features, some bugs, no legend
|
|
128
|
+
.listitem-metrics
|
|
129
|
+
.listitem-actions
|
|
130
|
+
.btn.collapse-btn
|
|
131
|
+
.listitem-content
|
|
132
|
+
.listitem-subheadline HTML
|
|
133
|
+
.listitem-card
|
|
134
|
+
%code .echarts-container#element-id
|
|
135
|
+
.listitem-subheadline app.js
|
|
136
|
+
.listitem-card
|
|
137
|
+
%pre.code.break-spaces
|
|
138
|
+
:plain
|
|
139
|
+
import { createChartHorizontal } from './modules/echarts_horizontal';
|
|
140
|
+
createChartHorizontal("element-id", dataFeaturesFew, echartsSeriesFew, false);
|
|
141
|
+
.listitem-subheadline Data
|
|
142
|
+
.listitem-card
|
|
143
|
+
%pre.code.break-spaces
|
|
144
|
+
:plain
|
|
145
|
+
export let dataFeaturesFew = [
|
|
146
|
+
'Feature A',
|
|
147
|
+
'Feature B',
|
|
148
|
+
'ABC'
|
|
149
|
+
]
|
|
150
|
+
.listitem-subheadline Series, Javascript
|
|
151
|
+
.listitem-card
|
|
152
|
+
%pre.code.break-spaces
|
|
153
|
+
:plain
|
|
154
|
+
import { colorCritical, colorHigh, colorLow, colorContent, colorVisual, colorUX } from './colors';
|
|
155
|
+
var barType = 'bar';
|
|
156
|
+
var stackType = 'stack';
|
|
157
|
+
var barWidth = 0;
|
|
158
|
+
var barMaxWidth = 10;
|
|
159
|
+
var barGap = 0;
|
|
160
|
+
var barCategoryGap = 0;
|
|
161
|
+
export let echartsSeriesFew = [
|
|
162
|
+
{
|
|
163
|
+
name: 'Critical',
|
|
164
|
+
itemStyle: {color: colorCritical},
|
|
165
|
+
type: barType,
|
|
166
|
+
stack: stackType,
|
|
167
|
+
barWidth: barWidth,
|
|
168
|
+
barMaxWidth: barMaxWidth,
|
|
169
|
+
barGap: barGap,
|
|
170
|
+
barCategoryGap: barCategoryGap,
|
|
171
|
+
emphasis: {
|
|
172
|
+
focus: 'series'
|
|
173
|
+
},
|
|
174
|
+
data: [7, 22, 1]
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
name: 'High',
|
|
178
|
+
itemStyle: {color: colorHigh},
|
|
179
|
+
type: barType,
|
|
180
|
+
stack: stackType,
|
|
181
|
+
barWidth: barWidth,
|
|
182
|
+
barMaxWidth: barMaxWidth,
|
|
183
|
+
barGap: barGap,
|
|
184
|
+
barCategoryGap: barCategoryGap,
|
|
185
|
+
emphasis: {
|
|
186
|
+
focus: 'series'
|
|
187
|
+
},
|
|
188
|
+
data: [23, 21, 13]
|
|
189
|
+
},
|
|
190
|
+
{
|
|
191
|
+
name: 'Low',
|
|
192
|
+
itemStyle: {color: colorLow},
|
|
193
|
+
type: barType,
|
|
194
|
+
stack: stackType,
|
|
195
|
+
barWidth: barWidth,
|
|
196
|
+
barMaxWidth: barMaxWidth,
|
|
197
|
+
barGap: barGap,
|
|
198
|
+
barCategoryGap: barCategoryGap,
|
|
199
|
+
emphasis: {
|
|
200
|
+
focus: 'series'
|
|
201
|
+
},
|
|
202
|
+
data: [9, 15, 4]
|
|
203
|
+
}
|
|
204
|
+
];
|
|
205
|
+
%p.mt-md.mb-xs With legend and long feature names
|
|
206
|
+
.card.bg-gray-lightest.p-md.mb-xs
|
|
207
|
+
.echarts-container#echarts-bar-horizontal-2
|
|
208
|
+
%details.listitem.mb-lg
|
|
209
|
+
%summary.listitem-header
|
|
210
|
+
.listitem-title
|
|
211
|
+
%span.icon.icon-format-code.mr-xs
|
|
212
|
+
Horizontal chart, 8 Features, many bugs, legend
|
|
213
|
+
.listitem-metrics
|
|
214
|
+
.listitem-actions
|
|
215
|
+
.btn.collapse-btn
|
|
216
|
+
.listitem-content
|
|
217
|
+
.listitem-subheadline HTML
|
|
218
|
+
.listitem-card
|
|
219
|
+
%code .echarts-container#element-id
|
|
220
|
+
.listitem-subheadline app.js
|
|
221
|
+
.listitem-card
|
|
222
|
+
%pre.code.break-spaces
|
|
223
|
+
:plain
|
|
224
|
+
import { createChartHorizontal } from './modules/echarts_horizontal';
|
|
225
|
+
createChartHorizontal("element-id", dataFeaturesMany, echartsSeriesMany, true);
|
|
226
|
+
.listitem-subheadline Data
|
|
227
|
+
.listitem-card
|
|
228
|
+
%pre.code.break-spaces
|
|
229
|
+
:plain
|
|
230
|
+
export let dataFeaturesMany = [
|
|
231
|
+
'Feature A',
|
|
232
|
+
'Feature B',
|
|
233
|
+
'Feature with a very long name',
|
|
234
|
+
'Feature with an even longer name',
|
|
235
|
+
'ABC',
|
|
236
|
+
'ZDF',
|
|
237
|
+
'WWW',
|
|
238
|
+
'Just another feature name'
|
|
239
|
+
];
|
|
240
|
+
.listitem-subheadline Series, Javascript
|
|
241
|
+
.listitem-card
|
|
242
|
+
%pre.code.break-spaces
|
|
243
|
+
:plain
|
|
244
|
+
import { colorCritical, colorHigh, colorLow, colorContent, colorVisual, colorUX } from './colors';
|
|
245
|
+
var barType = 'bar';
|
|
246
|
+
var stackType = 'stack';
|
|
247
|
+
var barWidth = 0;
|
|
248
|
+
var barMaxWidth = 10;
|
|
249
|
+
var barGap = 0;
|
|
250
|
+
var barCategoryGap = 0;
|
|
251
|
+
export let echartsSeriesMany = [
|
|
252
|
+
{
|
|
253
|
+
name: 'Critical',
|
|
254
|
+
itemStyle: {color: colorCritical},
|
|
255
|
+
type: barType,
|
|
256
|
+
stack: stackType,
|
|
257
|
+
barWidth: barWidth,
|
|
258
|
+
barMaxWidth: barMaxWidth,
|
|
259
|
+
barGap: barGap,
|
|
260
|
+
barCategoryGap: barCategoryGap,
|
|
261
|
+
emphasis: {
|
|
262
|
+
focus: 'series'
|
|
263
|
+
},
|
|
264
|
+
data: [7, 22, 1, 9, 15, 4, 11, 0]
|
|
265
|
+
},
|
|
266
|
+
{
|
|
267
|
+
name: 'High',
|
|
268
|
+
itemStyle: {color: colorHigh},
|
|
269
|
+
type: barType,
|
|
270
|
+
stack: stackType,
|
|
271
|
+
barWidth: barWidth,
|
|
272
|
+
barMaxWidth: barMaxWidth,
|
|
273
|
+
barGap: barGap,
|
|
274
|
+
barCategoryGap: barCategoryGap,
|
|
275
|
+
emphasis: {
|
|
276
|
+
focus: 'series'
|
|
277
|
+
},
|
|
278
|
+
data: [23, 21, 13, 0, 1, 9, 15, 4]
|
|
279
|
+
},
|
|
280
|
+
{
|
|
281
|
+
name: 'Low',
|
|
282
|
+
itemStyle: {color: colorLow},
|
|
283
|
+
type: barType,
|
|
284
|
+
stack: stackType,
|
|
285
|
+
barWidth: barWidth,
|
|
286
|
+
barMaxWidth: barMaxWidth,
|
|
287
|
+
barGap: barGap,
|
|
288
|
+
barCategoryGap: barCategoryGap,
|
|
289
|
+
emphasis: {
|
|
290
|
+
focus: 'series'
|
|
291
|
+
},
|
|
292
|
+
data: [9, 15, 4, 11, 23, 13, 2, 1]
|
|
293
|
+
},
|
|
294
|
+
{
|
|
295
|
+
name: 'Visual',
|
|
296
|
+
itemStyle: {color: colorVisual},
|
|
297
|
+
type: barType,
|
|
298
|
+
stack: stackType,
|
|
299
|
+
barWidth: barWidth,
|
|
300
|
+
barMaxWidth: barMaxWidth,
|
|
301
|
+
barGap: barGap,
|
|
302
|
+
barCategoryGap: barCategoryGap,
|
|
303
|
+
emphasis: {
|
|
304
|
+
focus: 'series'
|
|
305
|
+
},
|
|
306
|
+
data: [13, 14, 1, 9, 15, 4, 11, 10]
|
|
307
|
+
},
|
|
308
|
+
{
|
|
309
|
+
name: 'Content',
|
|
310
|
+
itemStyle: {color: colorContent},
|
|
311
|
+
type: barType,
|
|
312
|
+
stack: stackType,
|
|
313
|
+
barWidth: barWidth,
|
|
314
|
+
barMaxWidth: barMaxWidth,
|
|
315
|
+
barGap: barGap,
|
|
316
|
+
barCategoryGap: barCategoryGap,
|
|
317
|
+
emphasis: {
|
|
318
|
+
focus: 'series'
|
|
319
|
+
},
|
|
320
|
+
data: [13, 22, 1, 9, 15, 4, 8, 13]
|
|
321
|
+
},
|
|
322
|
+
{
|
|
323
|
+
name: 'UX',
|
|
324
|
+
itemStyle: {color: colorUX},
|
|
325
|
+
type: barType,
|
|
326
|
+
stack: stackType,
|
|
327
|
+
barWidth: barWidth,
|
|
328
|
+
barMaxWidth: barMaxWidth,
|
|
329
|
+
barGap: barGap,
|
|
330
|
+
barCategoryGap: barCategoryGap,
|
|
331
|
+
emphasis: {
|
|
332
|
+
focus: 'series'
|
|
333
|
+
},
|
|
334
|
+
data: [13, 0, 1, 9, 15, 4, 2, 3]
|
|
335
|
+
}
|
|
336
|
+
];
|