w-component-vue 2.1.57
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/.editorconfig +9 -0
- package/.eslintignore +3 -0
- package/.eslintrc.js +54 -0
- package/.github/workflows/ci-test.yml +23 -0
- package/.jsdoc +25 -0
- package/LICENSE +21 -0
- package/README.md +108 -0
- package/babel.config.js +14 -0
- package/dist/w-component-vue.umd.js +16 -0
- package/dist/w-component-vue.umd.js.map +1 -0
- package/docs/binarySearch.mjs.html +160 -0
- package/docs/examples/app.html +79 -0
- package/docs/examples/app.umd.js +7 -0
- package/docs/examples/app.umd.js.map +1 -0
- package/docs/examples/w-aggrid-vue-dyn_defCellEditable.html +275 -0
- package/docs/examples/w-aggrid-vue-dyn_kpCellEditable_kpRowStyle.html +275 -0
- package/docs/examples/w-aggrid-vue-dyn_kpHeadTooltip_kpCellTooltip.html +275 -0
- package/docs/examples/w-aggrid-vue-dyn_large data (1,000,000 items).html +271 -0
- package/docs/examples/w-aggrid-vue-dyn_simple data.html +275 -0
- package/docs/examples/w-alert_backgroundColor.html +201 -0
- package/docs/examples/w-alert_borderColor.html +201 -0
- package/docs/examples/w-alert_borderRadius.html +201 -0
- package/docs/examples/w-alert_borderWidth.html +201 -0
- package/docs/examples/w-alert_default.html +199 -0
- package/docs/examples/w-alert_icon.html +201 -0
- package/docs/examples/w-alert_position.html +222 -0
- package/docs/examples/w-alert_recive closed event by promise.html +194 -0
- package/docs/examples/w-alert_shadowStyle.html +201 -0
- package/docs/examples/w-alert_textColor.html +201 -0
- package/docs/examples/w-alert_time (6s).html +201 -0
- package/docs/examples/w-alert_type error.html +199 -0
- package/docs/examples/w-alert_type infor.html +199 -0
- package/docs/examples/w-alert_type warning.html +199 -0
- package/docs/examples/w-badge_backgroundColor.html +182 -0
- package/docs/examples/w-badge_badgeAlign.html +202 -0
- package/docs/examples/w-badge_borderColor_textColor_backgroundColor.html +187 -0
- package/docs/examples/w-badge_borderRadius.html +182 -0
- package/docs/examples/w-badge_default.html +182 -0
- package/docs/examples/w-badge_textColor_backgroundColor.html +186 -0
- package/docs/examples/w-badge_textFontSize.html +182 -0
- package/docs/examples/w-button-chip_active_backgroundColorActive.html +259 -0
- package/docs/examples/w-button-chip_active_borderColorActive.html +259 -0
- package/docs/examples/w-button-chip_active_iconColorActive.html +259 -0
- package/docs/examples/w-button-chip_active_no shadow_no shadowActive.html +260 -0
- package/docs/examples/w-button-chip_active_shadowActiveStyle.html +259 -0
- package/docs/examples/w-button-chip_active_textColorActive.html +258 -0
- package/docs/examples/w-button-chip_backgroundColor_backgroundColorHover.html +259 -0
- package/docs/examples/w-button-chip_borderColor_borderColorHover.html +259 -0
- package/docs/examples/w-button-chip_borderRadius.html +258 -0
- package/docs/examples/w-button-chip_borderRadiusStyle.html +280 -0
- package/docs/examples/w-button-chip_borderRadiusStyle_borderWidth_borderColor_borderColorHover.html +284 -0
- package/docs/examples/w-button-chip_borderWidth.html +288 -0
- package/docs/examples/w-button-chip_close.html +259 -0
- package/docs/examples/w-button-chip_close_shiftRight.html +260 -0
- package/docs/examples/w-button-chip_default.html +254 -0
- package/docs/examples/w-button-chip_icon (fontawesome).html +257 -0
- package/docs/examples/w-button-chip_icon (material).html +257 -0
- package/docs/examples/w-button-chip_icon_iconColor_iconColorHover_close.html +262 -0
- package/docs/examples/w-button-chip_icon_no text.html +254 -0
- package/docs/examples/w-button-chip_loading.html +259 -0
- package/docs/examples/w-button-chip_loading_loadingColor.html +260 -0
- package/docs/examples/w-button-chip_loading_textColor_textColorHover.html +261 -0
- package/docs/examples/w-button-chip_modify loading by callback in click.html +259 -0
- package/docs/examples/w-button-chip_modify prog by callback in click.html +259 -0
- package/docs/examples/w-button-chip_no shadow.html +258 -0
- package/docs/examples/w-button-chip_not editable.html +262 -0
- package/docs/examples/w-button-chip_not editable_disabledColor.html +263 -0
- package/docs/examples/w-button-chip_paddingStyle (equal height to using icon).html +254 -0
- package/docs/examples/w-button-chip_paddingStyle (thin style).html +254 -0
- package/docs/examples/w-button-chip_paddingStyle_icon_iconSize_textFontSize.html +262 -0
- package/docs/examples/w-button-chip_prog.html +259 -0
- package/docs/examples/w-button-chip_prog_progColor_progBackgroundColor.html +261 -0
- package/docs/examples/w-button-chip_promiseUnlock.html +259 -0
- package/docs/examples/w-button-chip_rippleColor.html +258 -0
- package/docs/examples/w-button-chip_shadowStyle.html +258 -0
- package/docs/examples/w-button-chip_shiftLeft.html +258 -0
- package/docs/examples/w-button-chip_slot_close.html +288 -0
- package/docs/examples/w-button-chip_textColor.html +257 -0
- package/docs/examples/w-button-chip_textColor_textColorHover.html +258 -0
- package/docs/examples/w-button-chip_tooltip.html +258 -0
- package/docs/examples/w-button-circle_backgroundColor_backgroundColorHover_backgroundColorFocus.html +190 -0
- package/docs/examples/w-button-circle_icon (fontawesome).html +183 -0
- package/docs/examples/w-button-circle_icon (material).html +183 -0
- package/docs/examples/w-button-circle_iconColor_iconColorHover_iconColorFocus.html +190 -0
- package/docs/examples/w-button-circle_loading.html +186 -0
- package/docs/examples/w-button-circle_loading_loadingColor.html +187 -0
- package/docs/examples/w-button-circle_no shadow.html +183 -0
- package/docs/examples/w-button-circle_not editable.html +186 -0
- package/docs/examples/w-button-circle_not editable_disabledColor.html +187 -0
- package/docs/examples/w-button-circle_paddingStyle.html +186 -0
- package/docs/examples/w-button-circle_paddingStyle_iconSize.html +187 -0
- package/docs/examples/w-button-circle_promiseUnlock.html +187 -0
- package/docs/examples/w-button-circle_rippleColor.html +186 -0
- package/docs/examples/w-button-circle_shadowStyle.html +186 -0
- package/docs/examples/w-button-circle_tooltip.html +183 -0
- package/docs/examples/w-checkbox_checkedIconColor_uncheckedIconColor.html +177 -0
- package/docs/examples/w-checkbox_checkedIcon_uncheckedIcon.html +177 -0
- package/docs/examples/w-checkbox_default.html +173 -0
- package/docs/examples/w-checkbox_iconSize.html +173 -0
- package/docs/examples/w-checkbox_not editable.html +173 -0
- package/docs/examples/w-checkbox_not editable_checkedIconColorDisabled_uncheckedIconColorDisabled.html +180 -0
- package/docs/examples/w-checkbox_use string (y or n).html +173 -0
- package/docs/examples/w-ckeditor-vue-dyn_default.html +204 -0
- package/docs/examples/w-ckeditor-vue-dyn_height.html +205 -0
- package/docs/examples/w-ckeditor-vue-dyn_not editable.html +205 -0
- package/docs/examples/w-ckeditor-vue-dyn_settings.html +205 -0
- package/docs/examples/w-confirm_contentColor_contentIconColor_contentBackgroundColor.html +212 -0
- package/docs/examples/w-confirm_contentIcon (fontawesome).html +208 -0
- package/docs/examples/w-confirm_contentIconColor.html +208 -0
- package/docs/examples/w-confirm_contentIconSize.html +208 -0
- package/docs/examples/w-confirm_hasNoBtn_yesBtnText.html +208 -0
- package/docs/examples/w-confirm_maxWidth.html +208 -0
- package/docs/examples/w-confirm_noBtnTextColor_noBtnTextColorHover_noBtnBackgroundColor_noBtnBackgroundColorHover.html +217 -0
- package/docs/examples/w-confirm_noBtnText_yesBtnText.html +209 -0
- package/docs/examples/w-confirm_scrollable (slot content).html +236 -0
- package/docs/examples/w-confirm_scrollable.html +207 -0
- package/docs/examples/w-confirm_slot content.html +283 -0
- package/docs/examples/w-confirm_slot footer.html +226 -0
- package/docs/examples/w-confirm_slot header.html +220 -0
- package/docs/examples/w-confirm_titleColor_headerBackgroundColor_footerBackgroundColor.html +212 -0
- package/docs/examples/w-confirm_title_content.html +207 -0
- package/docs/examples/w-dialog_closeWithInterceptor.html +270 -0
- package/docs/examples/w-dialog_contentTextColor_contentBackgroundColor.html +277 -0
- package/docs/examples/w-dialog_fullscreen.html +277 -0
- package/docs/examples/w-dialog_hasSaveBtn and hasCloseBtn, no save and close button.html +273 -0
- package/docs/examples/w-dialog_hasSaveBtn, no save button.html +270 -0
- package/docs/examples/w-dialog_headerBackgroundColor.html +270 -0
- package/docs/examples/w-dialog_headerBtns.html +271 -0
- package/docs/examples/w-dialog_headerIconColor_headerTextColor_headerBackgroundColor.html +274 -0
- package/docs/examples/w-dialog_icon (fontawesome).html +270 -0
- package/docs/examples/w-dialog_maxWidth, for narrow width.html +270 -0
- package/docs/examples/w-dialog_multi dialogs.html +313 -0
- package/docs/examples/w-dialog_saveBtnTooltip_closeBtnTooltip.html +271 -0
- package/docs/examples/w-dialog_scrollable.html +270 -0
- package/docs/examples/w-dialog_separate for slot content.html +274 -0
- package/docs/examples/w-dialog_slot content.html +269 -0
- package/docs/examples/w-dialog_slot header-left_header-right.html +291 -0
- package/docs/examples/w-dialog_table in slot content.html +336 -0
- package/docs/examples/w-dialog_title.html +269 -0
- package/docs/examples/w-dropfiles_backgroundColor_backgroundColorDropIn_backgroundColorHover.html +209 -0
- package/docs/examples/w-dropfiles_borderColor_borderColorDropIn_borderColorHover_backgroundColorDropIn.html +211 -0
- package/docs/examples/w-dropfiles_borderRadius.html +205 -0
- package/docs/examples/w-dropfiles_borderWidth.html +205 -0
- package/docs/examples/w-dropfiles_default.html +204 -0
- package/docs/examples/w-dropfiles_timeTransition.html +205 -0
- package/docs/examples/w-dynamic-list_change rows.html +383 -0
- package/docs/examples/w-dynamic-list_change slot.html +397 -0
- package/docs/examples/w-dynamic-list_default.html +366 -0
- package/docs/examples/w-dynamic-list_filterKeywords_searchEmpty.html +378 -0
- package/docs/examples/w-dynamic-list_large data (1,000,000 items).html +383 -0
- package/docs/examples/w-dynamic-list_processItems.html +401 -0
- package/docs/examples/w-dynamic-list_render.html +367 -0
- package/docs/examples/w-dynamic-list_separatorColor.html +367 -0
- package/docs/examples/w-dynamic-list_separatorColor_separatorHeight.html +368 -0
- package/docs/examples/w-dynamic-list_slot item with image.html +383 -0
- package/docs/examples/w-dynamic-list_viewHeightMax.html +386 -0
- package/docs/examples/w-echarts-vue-dyn_area.html +1788 -0
- package/docs/examples/w-echarts-vue-dyn_bar3D.html +1788 -0
- package/docs/examples/w-echarts-vue-dyn_continuous.html +1788 -0
- package/docs/examples/w-echarts-vue-dyn_heatmap.html +1788 -0
- package/docs/examples/w-echarts-vue-dyn_line.html +1788 -0
- package/docs/examples/w-echarts-vue-dyn_line3D.html +1788 -0
- package/docs/examples/w-echarts-vue-dyn_parallel.html +1788 -0
- package/docs/examples/w-echarts-vue-dyn_polar heatmap.html +1788 -0
- package/docs/examples/w-echarts-vue-dyn_polar.html +1788 -0
- package/docs/examples/w-echarts-vue-dyn_radar.html +1788 -0
- package/docs/examples/w-echarts-vue-dyn_scatter.html +1788 -0
- package/docs/examples/w-echarts-vue-dyn_stack.html +1788 -0
- package/docs/examples/w-echarts-vue-dyn_surface.html +1788 -0
- package/docs/examples/w-echarts-vue-dyn_tree.html +1791 -0
- package/docs/examples/w-echarts-vue-dyn_treemap.html +1788 -0
- package/docs/examples/w-group-check_backgroundColorActive.html +313 -0
- package/docs/examples/w-group-check_backgroundColor_backgroundColorHover.html +314 -0
- package/docs/examples/w-group-check_borderColor_borderColorHover_borderColorActive.html +317 -0
- package/docs/examples/w-group-check_borderRadius.html +313 -0
- package/docs/examples/w-group-check_borderRadius_borderRadiusStyle_paddingStyle.html +317 -0
- package/docs/examples/w-group-check_borderWidth_borderColor_borderColorHover_borderColorActive.html +322 -0
- package/docs/examples/w-group-check_click (console.log).html +313 -0
- package/docs/examples/w-group-check_default.html +312 -0
- package/docs/examples/w-group-check_group (only one).html +320 -0
- package/docs/examples/w-group-check_group_borderColor_borderColorHover_borderColorActive.html +325 -0
- package/docs/examples/w-group-check_group_groupBorderRadiusStyle_groupShift_borderRadius.html +353 -0
- package/docs/examples/w-group-check_icon (fontawesome).html +312 -0
- package/docs/examples/w-group-check_icon (material).html +312 -0
- package/docs/examples/w-group-check_iconColorActive.html +313 -0
- package/docs/examples/w-group-check_iconColor_iconColorHover.html +314 -0
- package/docs/examples/w-group-check_loading.html +313 -0
- package/docs/examples/w-group-check_loading_loadingColor.html +314 -0
- package/docs/examples/w-group-check_marginStyle.html +313 -0
- package/docs/examples/w-group-check_no shadowActive.html +313 -0
- package/docs/examples/w-group-check_not editable.html +313 -0
- package/docs/examples/w-group-check_paddingStyle_borderRadius_textColor_iconColor.html +330 -0
- package/docs/examples/w-group-check_paddingStyle_iconSize_textFontSize.html +315 -0
- package/docs/examples/w-group-check_shadow.html +313 -0
- package/docs/examples/w-group-check_shadowActiveStyle.html +314 -0
- package/docs/examples/w-group-check_shadow_shadowStyle.html +315 -0
- package/docs/examples/w-group-check_shiftLeft.html +313 -0
- package/docs/examples/w-group-check_shiftLeft_shiftRight.html +314 -0
- package/docs/examples/w-group-check_slot_shadow.html +326 -0
- package/docs/examples/w-group-check_textColor.html +313 -0
- package/docs/examples/w-group-check_textColorActive.html +313 -0
- package/docs/examples/w-group-check_textColor_textColorHover.html +314 -0
- package/docs/examples/w-group-check_tooltip.html +313 -0
- package/docs/examples/w-group-dragdrop_default.html +238 -0
- package/docs/examples/w-group-dragdrop_event (dragdrop).html +241 -0
- package/docs/examples/w-group-dragdrop_items(string array).html +234 -0
- package/docs/examples/w-group-dragdrop_keyBinder.html +246 -0
- package/docs/examples/w-group-dragdrop_not draggable.html +241 -0
- package/docs/examples/w-group-dragdrop_not itemStyleInline (block).html +241 -0
- package/docs/examples/w-group-radio_backgroundColorActive.html +292 -0
- package/docs/examples/w-group-radio_backgroundColor_backgroundColorHover.html +293 -0
- package/docs/examples/w-group-radio_borderColor_borderColorHover_borderColorActive.html +296 -0
- package/docs/examples/w-group-radio_borderRadius.html +292 -0
- package/docs/examples/w-group-radio_borderRadius_borderRadiusStyle_paddingStyle.html +296 -0
- package/docs/examples/w-group-radio_borderWidth_borderColor_borderColorHover_borderColorActive.html +301 -0
- package/docs/examples/w-group-radio_click (console.log).html +292 -0
- package/docs/examples/w-group-radio_default.html +291 -0
- package/docs/examples/w-group-radio_group (only one).html +299 -0
- package/docs/examples/w-group-radio_group_borderColor_borderColorHover_borderColorActive.html +304 -0
- package/docs/examples/w-group-radio_group_groupBorderRadiusStyle_groupShift_borderRadius.html +330 -0
- package/docs/examples/w-group-radio_icon (fontawesome).html +291 -0
- package/docs/examples/w-group-radio_icon (material).html +291 -0
- package/docs/examples/w-group-radio_iconColorActive.html +292 -0
- package/docs/examples/w-group-radio_iconColor_iconColorHover.html +293 -0
- package/docs/examples/w-group-radio_loading.html +292 -0
- package/docs/examples/w-group-radio_loading_loadingColor.html +293 -0
- package/docs/examples/w-group-radio_marginStyle.html +292 -0
- package/docs/examples/w-group-radio_no shadowActive.html +292 -0
- package/docs/examples/w-group-radio_not editable.html +292 -0
- package/docs/examples/w-group-radio_paddingStyle_borderRadius_textColor_iconColor.html +309 -0
- package/docs/examples/w-group-radio_paddingStyle_iconSize_textFontSize.html +294 -0
- package/docs/examples/w-group-radio_shadow.html +292 -0
- package/docs/examples/w-group-radio_shadowActiveStyle.html +293 -0
- package/docs/examples/w-group-radio_shadow_shadowStyle.html +294 -0
- package/docs/examples/w-group-radio_shiftLeft.html +292 -0
- package/docs/examples/w-group-radio_shiftLeft_shiftRight.html +293 -0
- package/docs/examples/w-group-radio_slot_shadow.html +305 -0
- package/docs/examples/w-group-radio_textColor.html +292 -0
- package/docs/examples/w-group-radio_textColorActive.html +292 -0
- package/docs/examples/w-group-radio_textColor_textColorHover.html +293 -0
- package/docs/examples/w-group-radio_tooltip.html +292 -0
- package/docs/examples/w-group-tags_backgroundColor_backgroundColorHover.html +572 -0
- package/docs/examples/w-group-tags_borderColor_borderColorHover.html +572 -0
- package/docs/examples/w-group-tags_borderRadius.html +571 -0
- package/docs/examples/w-group-tags_closeWithInterceptor.html +572 -0
- package/docs/examples/w-group-tags_default.html +563 -0
- package/docs/examples/w-group-tags_editableClose(no close button).html +571 -0
- package/docs/examples/w-group-tags_editableInput(no slot input).html +571 -0
- package/docs/examples/w-group-tags_enableCloseEventOnly.html +567 -0
- package/docs/examples/w-group-tags_icon (fontawesome).html +566 -0
- package/docs/examples/w-group-tags_icon (material).html +566 -0
- package/docs/examples/w-group-tags_iconColor_iconColorHover_textColor_textColorHover.html +584 -0
- package/docs/examples/w-group-tags_icon_iconColor_iconColorHover.html +572 -0
- package/docs/examples/w-group-tags_inputTextButtonTooltip.html +566 -0
- package/docs/examples/w-group-tags_inputTextColor_inputTextBorderColor_inputTextBorderColorHover_inputTextBorderColorFocus.html +577 -0
- package/docs/examples/w-group-tags_inputTextWidth.html +563 -0
- package/docs/examples/w-group-tags_marginStyle.html +568 -0
- package/docs/examples/w-group-tags_modify loading by callback in click.html +567 -0
- package/docs/examples/w-group-tags_modify loading_textColor_textColorHover.html +574 -0
- package/docs/examples/w-group-tags_modify prog by callback in click.html +567 -0
- package/docs/examples/w-group-tags_no shadow_borderColor_borderColorHover.html +572 -0
- package/docs/examples/w-group-tags_not draggable.html +571 -0
- package/docs/examples/w-group-tags_not editable.html +571 -0
- package/docs/examples/w-group-tags_not editable_nodata.html +571 -0
- package/docs/examples/w-group-tags_object items.html +567 -0
- package/docs/examples/w-group-tags_object items_addButtonTextColor_addButtonTextColorHover_addButtonIconColor.html +578 -0
- package/docs/examples/w-group-tags_object items_addButtonText_addButtonTooltip.html +574 -0
- package/docs/examples/w-group-tags_object items_keyIcon.html +571 -0
- package/docs/examples/w-group-tags_object items_keyText.html +571 -0
- package/docs/examples/w-group-tags_object items_keyTooltip.html +571 -0
- package/docs/examples/w-group-tags_object items_slot item.html +603 -0
- package/docs/examples/w-group-tags_object items_slot item_editableInput(no slot input)_useActive.html +593 -0
- package/docs/examples/w-group-tags_object items_slot item_useColorsFromItem_editableInput(no slot input).html +590 -0
- package/docs/examples/w-group-tags_paddingStyle_icon_iconSize_textFontSize.html +575 -0
- package/docs/examples/w-group-tags_progColor_progBackgroundColor.html +572 -0
- package/docs/examples/w-group-tags_shadowStyle.html +570 -0
- package/docs/examples/w-group-tags_shiftLeft.html +567 -0
- package/docs/examples/w-group-tags_slot input.html +585 -0
- package/docs/examples/w-group-tags_slot item.html +602 -0
- package/docs/examples/w-group-tags_slot item_useActive_valueActive_paddingStyle.html +592 -0
- package/docs/examples/w-group-tags_suggests.html +566 -0
- package/docs/examples/w-group-tags_suggests_inputTextColor_inputExpansionIconColor.html +570 -0
- package/docs/examples/w-group-tags_suggests_placeholder_searchEmpty.html +568 -0
- package/docs/examples/w-group-tags_suggests_suggectItemFontSize_suggectItemTextColor_suggectItemTextColorHover.html +573 -0
- package/docs/examples/w-group-tags_textColor.html +570 -0
- package/docs/examples/w-group-tags_textColor_textColorHover.html +571 -0
- package/docs/examples/w-group-tags_useActive_valueActive.html +571 -0
- package/docs/examples/w-highcharts-bitmap-dyn_area.html +810 -0
- package/docs/examples/w-highcharts-bitmap-dyn_bar.html +810 -0
- package/docs/examples/w-highcharts-bitmap-dyn_change options.html +823 -0
- package/docs/examples/w-highcharts-bitmap-dyn_heatmap.html +810 -0
- package/docs/examples/w-highcharts-bitmap-dyn_large heatmap.html +810 -0
- package/docs/examples/w-highcharts-bitmap-dyn_line.html +810 -0
- package/docs/examples/w-highcharts-bitmap-dyn_pie.html +810 -0
- package/docs/examples/w-highcharts-bitmap-dyn_render (need w-hc2png-server) (line).html +811 -0
- package/docs/examples/w-highcharts-bitmap-dyn_scale (line).html +811 -0
- package/docs/examples/w-highcharts-vue-dyn_area.html +740 -0
- package/docs/examples/w-highcharts-vue-dyn_bar.html +740 -0
- package/docs/examples/w-highcharts-vue-dyn_heatmap.html +740 -0
- package/docs/examples/w-highcharts-vue-dyn_large heatmap.html +740 -0
- package/docs/examples/w-highcharts-vue-dyn_line.html +740 -0
- package/docs/examples/w-highcharts-vue-dyn_pie.html +740 -0
- package/docs/examples/w-highstock-vue-dyn_area.html +260 -0
- package/docs/examples/w-highstock-vue-dyn_line.html +260 -0
- package/docs/examples/w-icon-svg_path (mdi-access-point)_size.html +185 -0
- package/docs/examples/w-icon-svg_path (mdi-account-badge-horizontal)_timeTransition.html +190 -0
- package/docs/examples/w-icon-svg_path (mdi-fruit-cherries).html +185 -0
- package/docs/examples/w-icon-svg_path (mdi-graph-outline)_color_colorHover.html +191 -0
- package/docs/examples/w-icon-svg_path (use 3 paths)_sizeOriginal.html +185 -0
- package/docs/examples/w-icon-svg_path_sizeOriginal.html +185 -0
- package/docs/examples/w-image-cascading-dyn_arrangeWhenFinish.html +198 -0
- package/docs/examples/w-image-cascading-dyn_colNum.html +198 -0
- package/docs/examples/w-image-cascading-dyn_default(imageWidth=300).html +196 -0
- package/docs/examples/w-image-cascading-dyn_imageWidth.html +202 -0
- package/docs/examples/w-image-viewer-dyn_multiple image with navbar.html +202 -0
- package/docs/examples/w-image-viewer-dyn_one image.html +201 -0
- package/docs/examples/w-json-view_default.html +465 -0
- package/docs/examples/w-json-view_filterKeywords_searchEmpty.html +478 -0
- package/docs/examples/w-json-view_iconColor_keyColor_keyNumbersColor_numColor.html +477 -0
- package/docs/examples/w-json-view_large data (100,000 lines).html +465 -0
- package/docs/examples/w-json-view_valueStyleBreakAll.html +469 -0
- package/docs/examples/w-json-view_viewHeightMax.html +469 -0
- package/docs/examples/w-leaflet-vue-dyn_contourSet for rain data.html +417 -0
- package/docs/examples/w-leaflet-vue-dyn_contourSets.html +417 -0
- package/docs/examples/w-leaflet-vue-dyn_pointSets.html +417 -0
- package/docs/examples/w-leaflet-vue-dyn_polygonSets.html +417 -0
- package/docs/examples/w-list-vertical_auto scroll.html +308 -0
- package/docs/examples/w-list-vertical_default.html +296 -0
- package/docs/examples/w-list-vertical_itemActive.html +297 -0
- package/docs/examples/w-list-vertical_itemActive_itemBackgroundColor_itemBackgroundColorHover_itemBackgroundColorActive.html +304 -0
- package/docs/examples/w-list-vertical_itemActive_itemTextColor_itemTextColorHover_itemTextColorActive.html +310 -0
- package/docs/examples/w-list-vertical_keyText_keyIcon.html +298 -0
- package/docs/examples/w-list-vertical_paddingStyle.html +297 -0
- package/docs/examples/w-list-vertical_slot footer.html +310 -0
- package/docs/examples/w-list-vertical_slot header.html +309 -0
- package/docs/examples/w-list-vertical_slot item.html +331 -0
- package/docs/examples/w-list-vertical_string items.html +296 -0
- package/docs/examples/w-list-vertical_useActive (no active).html +297 -0
- package/docs/examples/w-list-vertical_useActive (no active)_itemRippleColor.html +298 -0
- package/docs/examples/w-panel-bulge_contentBackgroundColor.html +243 -0
- package/docs/examples/w-panel-bulge_contentBorderRadius.html +243 -0
- package/docs/examples/w-panel-bulge_default.html +242 -0
- package/docs/examples/w-panel-bulge_headerBorderRadius.html +243 -0
- package/docs/examples/w-panel-bulge_headerPadding.html +246 -0
- package/docs/examples/w-panel-bulge_headerTextColor_headerBackgroundColor.html +244 -0
- package/docs/examples/w-panel-bulge_no headerShadow_no contentShadow, with green outer.html +248 -0
- package/docs/examples/w-panel-bulge_slot for header_headerBorderRadius_headerBackgroundColor(linear-gradient).html +265 -0
- package/docs/examples/w-panel-bulge_with grey outer.html +244 -0
- package/docs/examples/w-panel-chart_cmpName (WEchartsVueDyn).html +322 -0
- package/docs/examples/w-panel-chart_cmpName (WHighchartsBitmapDyn).html +322 -0
- package/docs/examples/w-panel-chart_cmpName (WHighstockVueDyn).html +322 -0
- package/docs/examples/w-panel-chart_default (WHighchartsVueDyn).html +319 -0
- package/docs/examples/w-panel-chart_downloadPicture.html +322 -0
- package/docs/examples/w-panel-chart_downloadPicture_downloadPictureBtnIcon.html +323 -0
- package/docs/examples/w-panel-chart_downloadPicture_downloadPictureBtnIconColor_downloadPictureBtnIconColorHover_downloadPictureBtnIconColorFocus.html +330 -0
- package/docs/examples/w-panel-chart_downloadPicture_downloadPictureBtnTooltip.html +323 -0
- package/docs/examples/w-panel-chart_downloadPicture_downloadPictureFilenmae.html +323 -0
- package/docs/examples/w-panel-chart_scale.html +319 -0
- package/docs/examples/w-panel-chart_width_height.html +323 -0
- package/docs/examples/w-panel-divide-horizontal_barBorderSize_barBorderColor.html +202 -0
- package/docs/examples/w-panel-divide-horizontal_barColor.html +203 -0
- package/docs/examples/w-panel-divide-horizontal_barSize.html +201 -0
- package/docs/examples/w-panel-divide-horizontal_default.html +200 -0
- package/docs/examples/w-panel-divide-horizontal_min_max.html +204 -0
- package/docs/examples/w-panel-divide-horizontal_ratio.html +203 -0
- package/docs/examples/w-panel-divide-vertical_barBorderSize_barBorderColor.html +202 -0
- package/docs/examples/w-panel-divide-vertical_barColor.html +203 -0
- package/docs/examples/w-panel-divide-vertical_barSize.html +201 -0
- package/docs/examples/w-panel-divide-vertical_default.html +200 -0
- package/docs/examples/w-panel-divide-vertical_min_max.html +204 -0
- package/docs/examples/w-panel-divide-vertical_ratio.html +203 -0
- package/docs/examples/w-panel-scale_for select.html +232 -0
- package/docs/examples/w-panel-scale_for v-btn.html +241 -0
- package/docs/examples/w-panel-scale_for w-panel-bulge.html +230 -0
- package/docs/examples/w-panel-scale_for w-panel-scrolly.html +260 -0
- package/docs/examples/w-panel-scale_for w-text-suggest.html +238 -0
- package/docs/examples/w-panel-scrolly_barColor_barColorHover.html +222 -0
- package/docs/examples/w-panel-scrolly_barColor_barColorHover_barBackgroundColor_barBackgroundColorHover.html +226 -0
- package/docs/examples/w-panel-scrolly_barHeightMin.html +190 -0
- package/docs/examples/w-panel-scrolly_barWidth.html +218 -0
- package/docs/examples/w-panel-scrolly_default.html +221 -0
- package/docs/examples/w-panel-scrolly_ratio.html +226 -0
- package/docs/examples/w-panel-scrolly_scrollDelta.html +221 -0
- package/docs/examples/w-panel-stripe_borderRadius.html +194 -0
- package/docs/examples/w-panel-stripe_buttons in slot footer.html +203 -0
- package/docs/examples/w-panel-stripe_headerBackgroundColor_footerBackgroundColor.html +198 -0
- package/docs/examples/w-panel-stripe_no footer.html +194 -0
- package/docs/examples/w-panel-stripe_no header.html +194 -0
- package/docs/examples/w-panel-stripe_no shadow, with crimson outer.html +199 -0
- package/docs/examples/w-panel-stripe_only slot icon and slot title in header.html +190 -0
- package/docs/examples/w-panel-stripe_only slot title in header.html +186 -0
- package/docs/examples/w-panel-stripe_padding.html +196 -0
- package/docs/examples/w-panel-stripe_separate for slot content.html +204 -0
- package/docs/examples/w-panel-stripe_slot icon (fontawesome).html +197 -0
- package/docs/examples/w-panel-stripe_slot icon, slot title, slot description, slot content and slot footer.html +196 -0
- package/docs/examples/w-panel-stripe_table in slot content.html +261 -0
- package/docs/examples/w-panel-stripe_with grey outer.html +199 -0
- package/docs/examples/w-popup-edit-text_default.html +178 -0
- package/docs/examples/w-popup-edit-text_in table.html +191 -0
- package/docs/examples/w-popup-edit-text_minWidthForPopup.html +181 -0
- package/docs/examples/w-popup-edit-text_minWidthForValue.html +181 -0
- package/docs/examples/w-popup-edit-text_no title.html +178 -0
- package/docs/examples/w-popup-edit-text_title_contentIcon_contentIconColor_contentIconSize.html +186 -0
- package/docs/examples/w-popup-edit-text_title_footerBackgroundColor.html +182 -0
- package/docs/examples/w-popup-edit-text_title_inputTextColor_contentIconColor_contentBackgroundColor.html +189 -0
- package/docs/examples/w-popup-edit-text_title_saveBtnText_saveBtnTextColor_saveBtnTextColorHover.html +191 -0
- package/docs/examples/w-popup-edit-text_title_titleColor_titleFontSize_headerBackgroundColor.html +186 -0
- package/docs/examples/w-popup_auto flipping in scroll panel.html +295 -0
- package/docs/examples/w-popup_backgroundColor.html +279 -0
- package/docs/examples/w-popup_borderRadius.html +278 -0
- package/docs/examples/w-popup_click item by latency hiding.html +273 -0
- package/docs/examples/w-popup_default.html +273 -0
- package/docs/examples/w-popup_distY.html +278 -0
- package/docs/examples/w-popup_in dialog.html +304 -0
- package/docs/examples/w-popup_in popup.html +337 -0
- package/docs/examples/w-popup_in scroll panel.html +292 -0
- package/docs/examples/w-popup_isolated.html +281 -0
- package/docs/examples/w-popup_maxWidth.html +274 -0
- package/docs/examples/w-popup_minWidth.html +278 -0
- package/docs/examples/w-popup_no shadow_backgroundColor.html +280 -0
- package/docs/examples/w-popup_not editable.html +282 -0
- package/docs/examples/w-popup_shadowStyle.html +278 -0
- package/docs/examples/w-popup_slot for table_maxWidth.html +283 -0
- package/docs/examples/w-progress-bar_decimal.html +186 -0
- package/docs/examples/w-progress-bar_default.html +182 -0
- package/docs/examples/w-progress-bar_enableIconFinish (no iconFinish).html +186 -0
- package/docs/examples/w-progress-bar_enableIconWaiting (no iconWaiting).html +186 -0
- package/docs/examples/w-progress-bar_height.html +186 -0
- package/docs/examples/w-progress-bar_height_borderRadius.html +187 -0
- package/docs/examples/w-progress-bar_iconFinish (fontawesome).html +186 -0
- package/docs/examples/w-progress-bar_iconFinishColor.html +186 -0
- package/docs/examples/w-progress-bar_iconSize.html +186 -0
- package/docs/examples/w-progress-bar_iconWaiting (fontawesome).html +186 -0
- package/docs/examples/w-progress-bar_iconWaitingColor.html +186 -0
- package/docs/examples/w-progress-bar_progColor.html +186 -0
- package/docs/examples/w-progress-bar_progColor_progBackgroundColor.html +187 -0
- package/docs/examples/w-progress-bar_title.html +186 -0
- package/docs/examples/w-progress-bar_title_titleTextColor.html +187 -0
- package/docs/examples/w-progress-bar_title_titleTextFontSize.html +187 -0
- package/docs/examples/w-progress-bar_value=0 (waiting).html +185 -0
- package/docs/examples/w-progress-bar_value=100 (finish).html +185 -0
- package/docs/examples/w-progress-bar_valueTextColor.html +186 -0
- package/docs/examples/w-progress-bar_valueTextFontSize.html +186 -0
- package/docs/examples/w-progress-circle_color.html +182 -0
- package/docs/examples/w-progress-circle_default.html +181 -0
- package/docs/examples/w-progress-circle_small size.html +184 -0
- package/docs/examples/w-progress-circle_tooltip.html +183 -0
- package/docs/examples/w-progress-circle_very small size.html +183 -0
- package/docs/examples/w-progress-circle_width.html +178 -0
- package/docs/examples/w-progress-circle_/344/270/255/346/226/207text.html +178 -0
- package/docs/examples/w-quill-vue-dyn_default.html +201 -0
- package/docs/examples/w-quill-vue-dyn_height.html +202 -0
- package/docs/examples/w-quill-vue-dyn_not editable.html +202 -0
- package/docs/examples/w-quill-vue-dyn_settings.html +202 -0
- package/docs/examples/w-switch_default.html +173 -0
- package/docs/examples/w-switch_not editable.html +173 -0
- package/docs/examples/w-switch_text_color.html +177 -0
- package/docs/examples/w-switch_use string (y or n).html +173 -0
- package/docs/examples/w-table-dyn_default.html +517 -0
- package/docs/examples/w-table-dyn_editable.html +520 -0
- package/docs/examples/w-table-dyn_editable_checkId.html +521 -0
- package/docs/examples/w-table-dyn_editable_checkId_opt.modifyDataWhenSave_save(call cmp. method).html +533 -0
- package/docs/examples/w-table-dyn_editable_checkId_successMsgFromAddRow_errorMsgFromAddRow.html +531 -0
- package/docs/examples/w-table-dyn_editable_checkId_tooltipAddRow_tooltipDeleteSelectedRows.html +530 -0
- package/docs/examples/w-table-dyn_editable_inforPaddingStyle_menuBackgroundColor.html +526 -0
- package/docs/examples/w-table-dyn_editable_opt.beforeAddRow.html +520 -0
- package/docs/examples/w-table-dyn_editable_opt.kpConvertKeysWhenUploadData.html +520 -0
- package/docs/examples/w-table-dyn_editable_opt.optForUploadData.html +520 -0
- package/docs/examples/w-table-dyn_editable_slot btns.html +544 -0
- package/docs/examples/w-table-dyn_editable_textLabelDataName_textPlaceholderDataName_textLabelDataDescription.html +526 -0
- package/docs/examples/w-table-dyn_fixIds (fix id).html +521 -0
- package/docs/examples/w-table-dyn_hideIds (hide mappingId).html +521 -0
- package/docs/examples/w-table-dyn_name_description.html +519 -0
- package/docs/examples/w-table-dyn_opt.kpHead.html +519 -0
- package/docs/examples/w-table-dyn_removeIdsWhenDownload (remove id, mappingId, order, isActive).html +522 -0
- package/docs/examples/w-table-dyn_slot btns.html +543 -0
- package/docs/examples/w-table-dyn_slot infor (name_description).html +536 -0
- package/docs/examples/w-table-dyn_sortColIds (sort by order).html +520 -0
- package/docs/examples/w-text-int_borderRadius.html +193 -0
- package/docs/examples/w-text-int_border_backgroundColor_backgroundColorHover_backgroundColorFocus.html +205 -0
- package/docs/examples/w-text-int_border_borderRadius.html +201 -0
- package/docs/examples/w-text-int_border_buttonColor_buttonColorHover_buttonColorFocus.html +205 -0
- package/docs/examples/w-text-int_border_default.html +200 -0
- package/docs/examples/w-text-int_border_not editable.html +201 -0
- package/docs/examples/w-text-int_border_width.html +201 -0
- package/docs/examples/w-text-int_buttonColor_buttonColorHover_buttonColorFocus.html +200 -0
- package/docs/examples/w-text-int_buttonIconSize.html +193 -0
- package/docs/examples/w-text-int_default.html +193 -0
- package/docs/examples/w-text-int_not editable.html +193 -0
- package/docs/examples/w-text-int_textColor.html +193 -0
- package/docs/examples/w-text-int_textFontSize.html +193 -0
- package/docs/examples/w-text-int_width.html +193 -0
- package/docs/examples/w-text-select_a lot of items.html +270 -0
- package/docs/examples/w-text-select_borderRadius.html +271 -0
- package/docs/examples/w-text-select_border_a lot of items.html +275 -0
- package/docs/examples/w-text-select_border_backgroundColor_backgroundColorHover_backgroundColorFocus.html +280 -0
- package/docs/examples/w-text-select_border_borderRadius.html +276 -0
- package/docs/examples/w-text-select_border_default.html +274 -0
- package/docs/examples/w-text-select_border_events.html +284 -0
- package/docs/examples/w-text-select_border_expansionIconSize.html +275 -0
- package/docs/examples/w-text-select_border_fullwidth.html +275 -0
- package/docs/examples/w-text-select_border_itemPaddingStyle.html +276 -0
- package/docs/examples/w-text-select_border_itemTextColor_itemTextColorHover_itemBackgroundColor.html +281 -0
- package/docs/examples/w-text-select_border_itemTextFontSize_defItemHeight_width.html +280 -0
- package/docs/examples/w-text-select_border_items(string array).html +275 -0
- package/docs/examples/w-text-select_border_keyText.html +276 -0
- package/docs/examples/w-text-select_border_leftIcon (fontawesome).html +275 -0
- package/docs/examples/w-text-select_border_leftIcon (material).html +275 -0
- package/docs/examples/w-text-select_border_leftIcon_leftIconColor_leftIconColorHover.html +281 -0
- package/docs/examples/w-text-select_border_leftIcon_leftIconSize.html +276 -0
- package/docs/examples/w-text-select_border_not editable.html +276 -0
- package/docs/examples/w-text-select_border_paddingStyle (equal height to using icon).html +277 -0
- package/docs/examples/w-text-select_border_paddingStyle (thin style).html +275 -0
- package/docs/examples/w-text-select_border_rightIcon_rightIconColor_rightIconColorHover.html +281 -0
- package/docs/examples/w-text-select_border_rightIcon_rightIconSize.html +276 -0
- package/docs/examples/w-text-select_border_showExpansionIcon.html +276 -0
- package/docs/examples/w-text-select_border_slot item.html +282 -0
- package/docs/examples/w-text-select_border_slot select.html +283 -0
- package/docs/examples/w-text-select_border_textColor_expansionIconColor.html +276 -0
- package/docs/examples/w-text-select_border_textFontSize.html +275 -0
- package/docs/examples/w-text-select_border_with popup.html +284 -0
- package/docs/examples/w-text-select_default.html +269 -0
- package/docs/examples/w-text-select_events.html +279 -0
- package/docs/examples/w-text-select_expansionIconSize.html +270 -0
- package/docs/examples/w-text-select_fullwidth.html +270 -0
- package/docs/examples/w-text-select_itemPaddingStyle.html +271 -0
- package/docs/examples/w-text-select_itemTextColor_itemTextColorHover_itemBackgroundColor_itemBackgroundColorHover.html +276 -0
- package/docs/examples/w-text-select_itemTextFontSize_defItemHeight_width.html +273 -0
- package/docs/examples/w-text-select_items(string array).html +270 -0
- package/docs/examples/w-text-select_keyText.html +271 -0
- package/docs/examples/w-text-select_leftIcon (fontawesome).html +270 -0
- package/docs/examples/w-text-select_leftIcon (material).html +270 -0
- package/docs/examples/w-text-select_leftIcon_leftIconColor_leftIconColorHover_leftIconColorFocus.html +276 -0
- package/docs/examples/w-text-select_leftIcon_leftIconSize.html +271 -0
- package/docs/examples/w-text-select_not editable.html +271 -0
- package/docs/examples/w-text-select_paddingStyle (equal height to using icon).html +270 -0
- package/docs/examples/w-text-select_paddingStyle (thin style).html +270 -0
- package/docs/examples/w-text-select_rightIcon_rightIconColor_rightIconColorHover_rightIconColorFocus.html +276 -0
- package/docs/examples/w-text-select_rightIcon_rightIconSize.html +271 -0
- package/docs/examples/w-text-select_showExpansionIcon.html +271 -0
- package/docs/examples/w-text-select_slot item.html +277 -0
- package/docs/examples/w-text-select_slot select.html +278 -0
- package/docs/examples/w-text-select_textColor_expansionIconColor.html +271 -0
- package/docs/examples/w-text-select_textFontSize.html +270 -0
- package/docs/examples/w-text-select_with popup.html +304 -0
- package/docs/examples/w-text-suggest_a lot of items.html +296 -0
- package/docs/examples/w-text-suggest_borderRadius.html +296 -0
- package/docs/examples/w-text-suggest_border_a lot of items.html +301 -0
- package/docs/examples/w-text-suggest_border_backgroundColor_backgroundColorHover_backgroundColorFocus.html +305 -0
- package/docs/examples/w-text-suggest_border_borderRadius.html +301 -0
- package/docs/examples/w-text-suggest_border_default.html +299 -0
- package/docs/examples/w-text-suggest_border_events.html +309 -0
- package/docs/examples/w-text-suggest_border_expansionIconSize.html +300 -0
- package/docs/examples/w-text-suggest_border_fullwidth.html +300 -0
- package/docs/examples/w-text-suggest_border_itemPaddingStyle.html +301 -0
- package/docs/examples/w-text-suggest_border_itemTextColor_itemTextColorHover_itemBackgroundColor.html +306 -0
- package/docs/examples/w-text-suggest_border_itemTextFontSize_defItemHeight.html +302 -0
- package/docs/examples/w-text-suggest_border_items(string array).html +300 -0
- package/docs/examples/w-text-suggest_border_keyText.html +302 -0
- package/docs/examples/w-text-suggest_border_leftIcon (fontawesome).html +300 -0
- package/docs/examples/w-text-suggest_border_leftIcon (material).html +300 -0
- package/docs/examples/w-text-suggest_border_leftIcon_leftIconColor_leftIconColorHover.html +306 -0
- package/docs/examples/w-text-suggest_border_leftIcon_leftIconSize.html +301 -0
- package/docs/examples/w-text-suggest_border_not editable.html +301 -0
- package/docs/examples/w-text-suggest_border_paddingStyle (equal height to using icon).html +302 -0
- package/docs/examples/w-text-suggest_border_paddingStyle (thin style).html +300 -0
- package/docs/examples/w-text-suggest_border_placeholder.html +301 -0
- package/docs/examples/w-text-suggest_border_rightIcon_rightIconColor_rightIconColorHover.html +306 -0
- package/docs/examples/w-text-suggest_border_rightIcon_rightIconSize.html +301 -0
- package/docs/examples/w-text-suggest_border_searchEmpty.html +300 -0
- package/docs/examples/w-text-suggest_border_showExpansionIcon.html +301 -0
- package/docs/examples/w-text-suggest_border_showPanel(press enter to hide panel)_focused.html +322 -0
- package/docs/examples/w-text-suggest_border_slot item.html +307 -0
- package/docs/examples/w-text-suggest_border_textColor_expansionIconColor.html +301 -0
- package/docs/examples/w-text-suggest_border_textFontSize.html +300 -0
- package/docs/examples/w-text-suggest_border_with popup.html +309 -0
- package/docs/examples/w-text-suggest_default.html +294 -0
- package/docs/examples/w-text-suggest_events.html +304 -0
- package/docs/examples/w-text-suggest_expansionIconSize.html +295 -0
- package/docs/examples/w-text-suggest_fullwidth.html +295 -0
- package/docs/examples/w-text-suggest_itemPaddingStyle.html +296 -0
- package/docs/examples/w-text-suggest_itemTextColor_itemTextColorHover_itemBackgroundColor_itemBackgroundColorHover.html +301 -0
- package/docs/examples/w-text-suggest_itemTextFontSize_defItemHeight.html +297 -0
- package/docs/examples/w-text-suggest_items(string array).html +295 -0
- package/docs/examples/w-text-suggest_keyText.html +297 -0
- package/docs/examples/w-text-suggest_leftIcon (fontawesome).html +295 -0
- package/docs/examples/w-text-suggest_leftIcon (material).html +295 -0
- package/docs/examples/w-text-suggest_leftIcon_leftIconColor_leftIconColorHover_leftIconColorFocus.html +301 -0
- package/docs/examples/w-text-suggest_leftIcon_leftIconSize.html +296 -0
- package/docs/examples/w-text-suggest_not editable.html +296 -0
- package/docs/examples/w-text-suggest_paddingStyle (equal height to using icon).html +295 -0
- package/docs/examples/w-text-suggest_paddingStyle (thin style).html +295 -0
- package/docs/examples/w-text-suggest_placeholder.html +296 -0
- package/docs/examples/w-text-suggest_rightIcon_rightIconColor_rightIconColorHover_rightIconColorFocus.html +301 -0
- package/docs/examples/w-text-suggest_rightIcon_rightIconSize.html +296 -0
- package/docs/examples/w-text-suggest_searchEmpty.html +295 -0
- package/docs/examples/w-text-suggest_showExpansionIcon.html +296 -0
- package/docs/examples/w-text-suggest_showPanel(press enter to hide panel)_focused.html +315 -0
- package/docs/examples/w-text-suggest_slot item.html +302 -0
- package/docs/examples/w-text-suggest_textColor_expansionIconColor.html +296 -0
- package/docs/examples/w-text-suggest_textFontSize.html +295 -0
- package/docs/examples/w-text_border_backgroundColor_backgroundColorHover_backgroundColorFocus.html +228 -0
- package/docs/examples/w-text_border_borderRadius_paddingStyle.html +227 -0
- package/docs/examples/w-text_border_default.html +226 -0
- package/docs/examples/w-text_border_events.html +235 -0
- package/docs/examples/w-text_border_fullwidth.html +227 -0
- package/docs/examples/w-text_border_leftIcon (fontawesome).html +227 -0
- package/docs/examples/w-text_border_leftIcon (material).html +227 -0
- package/docs/examples/w-text_border_leftIcon_leftIconColor_leftIconColorHover.html +232 -0
- package/docs/examples/w-text_border_not editable.html +228 -0
- package/docs/examples/w-text_border_placeholder.html +227 -0
- package/docs/examples/w-text_border_rightIcon_rightIconColorHover_rightIconColorFocus.html +232 -0
- package/docs/examples/w-text_border_textAlign.html +265 -0
- package/docs/examples/w-text_border_textColor.html +227 -0
- package/docs/examples/w-text_bottomLineBorderColor_bottomLineBorderColorHover_bottomLineBorderColorFocus.html +219 -0
- package/docs/examples/w-text_default.html +212 -0
- package/docs/examples/w-text_events.html +223 -0
- package/docs/examples/w-text_fullwidth.html +215 -0
- package/docs/examples/w-text_leftIcon (fontawesome).html +212 -0
- package/docs/examples/w-text_leftIcon (material).html +215 -0
- package/docs/examples/w-text_leftIcon_leftIconColor_leftIconColorFocus.html +219 -0
- package/docs/examples/w-text_leftIcon_leftIconSize.html +216 -0
- package/docs/examples/w-text_leftIcon_leftIconTooltip.html +216 -0
- package/docs/examples/w-text_not editable.html +216 -0
- package/docs/examples/w-text_placeholder.html +216 -0
- package/docs/examples/w-text_rightIcon.html +212 -0
- package/docs/examples/w-text_rightIcon_rightIconColor_rightIconColorFocus.html +219 -0
- package/docs/examples/w-text_rightIcon_rightIconSize.html +216 -0
- package/docs/examples/w-text_rightIcon_rightIconTooltip.html +216 -0
- package/docs/examples/w-text_textAlign.html +220 -0
- package/docs/examples/w-text_textColor.html +212 -0
- package/docs/examples/w-text_textFontSize.html +212 -0
- package/docs/examples/w-textarea_borderColorFocus.html +195 -0
- package/docs/examples/w-textarea_default.html +192 -0
- package/docs/examples/w-textarea_fullwidth.html +192 -0
- package/docs/examples/w-textarea_not editable.html +192 -0
- package/docs/examples/w-textarea_placeholder.html +192 -0
- package/docs/examples/w-timeday-range_between.html +209 -0
- package/docs/examples/w-timeday-range_borderRadius.html +209 -0
- package/docs/examples/w-timeday-range_border_between.html +214 -0
- package/docs/examples/w-timeday-range_border_borderRadius.html +214 -0
- package/docs/examples/w-timeday-range_border_default.html +213 -0
- package/docs/examples/w-timeday-range_border_icon (fontawesome).html +214 -0
- package/docs/examples/w-timeday-range_border_icon (material).html +214 -0
- package/docs/examples/w-timeday-range_border_iconColor_iconColorFoucs_borderColor.html +216 -0
- package/docs/examples/w-timeday-range_border_iconTooltip.html +214 -0
- package/docs/examples/w-timeday-range_border_not editable.html +214 -0
- package/docs/examples/w-timeday-range_border_pickColor.html +214 -0
- package/docs/examples/w-timeday-range_border_textColor.html +214 -0
- package/docs/examples/w-timeday-range_default.html +208 -0
- package/docs/examples/w-timeday-range_icon (fontawesome).html +209 -0
- package/docs/examples/w-timeday-range_icon (material).html +209 -0
- package/docs/examples/w-timeday-range_iconColor_iconColorFoucs.html +210 -0
- package/docs/examples/w-timeday-range_iconTooltip.html +209 -0
- package/docs/examples/w-timeday-range_icon_iconSize.html +210 -0
- package/docs/examples/w-timeday-range_not editable.html +209 -0
- package/docs/examples/w-timeday-range_pickColor.html +209 -0
- package/docs/examples/w-timeday-range_textColor.html +209 -0
- package/docs/examples/w-timeday_borderRadius.html +188 -0
- package/docs/examples/w-timeday_border_borderRadius.html +196 -0
- package/docs/examples/w-timeday_border_default.html +195 -0
- package/docs/examples/w-timeday_border_icon (fontawesome).html +196 -0
- package/docs/examples/w-timeday_border_icon (material).html +196 -0
- package/docs/examples/w-timeday_border_iconColor_iconColorFoucs_borderColor.html +198 -0
- package/docs/examples/w-timeday_border_iconTooltip.html +197 -0
- package/docs/examples/w-timeday_border_not editable.html +196 -0
- package/docs/examples/w-timeday_border_pickColor.html +196 -0
- package/docs/examples/w-timeday_border_textColor.html +196 -0
- package/docs/examples/w-timeday_default.html +188 -0
- package/docs/examples/w-timeday_icon (fontawesome).html +188 -0
- package/docs/examples/w-timeday_icon (material).html +191 -0
- package/docs/examples/w-timeday_iconColor_iconColorFoucs.html +192 -0
- package/docs/examples/w-timeday_iconTooltip.html +192 -0
- package/docs/examples/w-timeday_icon_iconSize.html +192 -0
- package/docs/examples/w-timeday_not editable.html +188 -0
- package/docs/examples/w-timeday_pickColor.html +188 -0
- package/docs/examples/w-timeday_textColor.html +188 -0
- package/docs/examples/w-timeminute-range_between.html +233 -0
- package/docs/examples/w-timeminute-range_borderRadius.html +233 -0
- package/docs/examples/w-timeminute-range_border_between.html +238 -0
- package/docs/examples/w-timeminute-range_border_borderRadius.html +238 -0
- package/docs/examples/w-timeminute-range_border_default.html +237 -0
- package/docs/examples/w-timeminute-range_border_hourMin_hourMax.html +239 -0
- package/docs/examples/w-timeminute-range_border_icon (fontawesome).html +238 -0
- package/docs/examples/w-timeminute-range_border_icon (material).html +238 -0
- package/docs/examples/w-timeminute-range_border_iconColor_iconColorFoucs_borderColor.html +240 -0
- package/docs/examples/w-timeminute-range_border_iconTooltip.html +238 -0
- package/docs/examples/w-timeminute-range_border_minuteInter.html +238 -0
- package/docs/examples/w-timeminute-range_border_minutesCustom.html +238 -0
- package/docs/examples/w-timeminute-range_border_not editable.html +238 -0
- package/docs/examples/w-timeminute-range_border_pickColor.html +238 -0
- package/docs/examples/w-timeminute-range_border_textColor_expansionIconColor.html +239 -0
- package/docs/examples/w-timeminute-range_default.html +232 -0
- package/docs/examples/w-timeminute-range_hourMin_hourMax.html +234 -0
- package/docs/examples/w-timeminute-range_icon (fontawesome).html +233 -0
- package/docs/examples/w-timeminute-range_icon (material).html +233 -0
- package/docs/examples/w-timeminute-range_iconColor_iconColorFoucs.html +234 -0
- package/docs/examples/w-timeminute-range_iconTooltip.html +233 -0
- package/docs/examples/w-timeminute-range_icon_iconSize.html +234 -0
- package/docs/examples/w-timeminute-range_minuteInter.html +233 -0
- package/docs/examples/w-timeminute-range_minutesCustom.html +233 -0
- package/docs/examples/w-timeminute-range_not editable.html +233 -0
- package/docs/examples/w-timeminute-range_pickColor.html +233 -0
- package/docs/examples/w-timeminute-range_textColor_expansionIconColor.html +234 -0
- package/docs/examples/w-timeminute_borderRadius.html +201 -0
- package/docs/examples/w-timeminute_border_borderRadius.html +209 -0
- package/docs/examples/w-timeminute_border_default.html +208 -0
- package/docs/examples/w-timeminute_border_hourMin_hourMax.html +210 -0
- package/docs/examples/w-timeminute_border_icon (fontawesome).html +209 -0
- package/docs/examples/w-timeminute_border_icon (material).html +209 -0
- package/docs/examples/w-timeminute_border_iconColor_iconColorFoucs_borderColor.html +211 -0
- package/docs/examples/w-timeminute_border_iconTooltip.html +210 -0
- package/docs/examples/w-timeminute_border_minuteInter.html +209 -0
- package/docs/examples/w-timeminute_border_minutesCustom.html +209 -0
- package/docs/examples/w-timeminute_border_not editable.html +209 -0
- package/docs/examples/w-timeminute_border_pickColor.html +209 -0
- package/docs/examples/w-timeminute_border_textColor_expansionIconColor.html +210 -0
- package/docs/examples/w-timeminute_default.html +201 -0
- package/docs/examples/w-timeminute_hourMin_hourMax.html +205 -0
- package/docs/examples/w-timeminute_icon (fontawesome).html +204 -0
- package/docs/examples/w-timeminute_icon (material).html +204 -0
- package/docs/examples/w-timeminute_iconColor_iconColorFoucs.html +205 -0
- package/docs/examples/w-timeminute_iconTooltip.html +205 -0
- package/docs/examples/w-timeminute_icon_iconSize.html +205 -0
- package/docs/examples/w-timeminute_minuteInter.html +201 -0
- package/docs/examples/w-timeminute_minutesCustom.html +204 -0
- package/docs/examples/w-timeminute_not editable.html +201 -0
- package/docs/examples/w-timeminute_pickColor.html +201 -0
- package/docs/examples/w-timeminute_textColor_expansionIconColor.html +205 -0
- package/docs/examples/w-tinymce-vue-dyn_default.html +191 -0
- package/docs/examples/w-tinymce-vue-dyn_height.html +192 -0
- package/docs/examples/w-tinymce-vue-dyn_not editable.html +192 -0
- package/docs/examples/w-tinymce-vue-dyn_settings.html +192 -0
- package/docs/examples/w-tree_default.html +629 -0
- package/docs/examples/w-tree_defaultDisplayLevel.html +633 -0
- package/docs/examples/w-tree_draggable.html +637 -0
- package/docs/examples/w-tree_draggable_dgInsertLineColor_dgInsertBackgroundColor_dgBelongBackgroundColor.html +642 -0
- package/docs/examples/w-tree_draggable_dgPreviewOpacity_dgPreviewBorderWidth_dgBelongBackgroundColor.html +643 -0
- package/docs/examples/w-tree_draggable_dgTextDisabled_dgTextDisabledColor_dgTextDisabledPaddingLeft.html +644 -0
- package/docs/examples/w-tree_filterKeywords_searchEmpty_selectable.html +709 -0
- package/docs/examples/w-tree_iconToggleColor_iconToggleBackgroundColor_iconToggleBackgroundColorHover.html +637 -0
- package/docs/examples/w-tree_indent.html +633 -0
- package/docs/examples/w-tree_keyPrimary_keyText_keyChildren.html +635 -0
- package/docs/examples/w-tree_mouseenter_mouseleave_click_change-view-items.html +638 -0
- package/docs/examples/w-tree_operatable.html +638 -0
- package/docs/examples/w-tree_operatable_operateBtnBackgroundColor_operateBtnBackgroundColorHover_operateBtnBackgroundColorFocus.html +643 -0
- package/docs/examples/w-tree_operatable_operateBtnTooltip_operateItemTextForInsertBefore_perateItemTextForInsertChild.html +645 -0
- package/docs/examples/w-tree_operatable_operateItemBackgroundColor_operateItemBackgroundColorHover_operateItemTextColor.html +646 -0
- package/docs/examples/w-tree_operatable_operateItemIconSize_operateItemPaddingStyle_operatePanelWidth.html +644 -0
- package/docs/examples/w-tree_paddingStyle.html +633 -0
- package/docs/examples/w-tree_selectable.html +650 -0
- package/docs/examples/w-tree_selectable_draggable.html +655 -0
- package/docs/examples/w-tree_selectable_large data (100,000 items).html +663 -0
- package/docs/examples/w-tree_separatorColor.html +633 -0
- package/docs/examples/w-tree_separatorColor_separatorHeight.html +634 -0
- package/docs/examples/w-tree_slot.html +673 -0
- package/docs/examples/w-tree_slot_defItemHeight.html +643 -0
- package/docs/examples/w-tree_slot_iconUncheckedColor_iconUncheckedDisabledColor_iconCheckedColor.html +708 -0
- package/docs/examples/w-tree_slot_locked_selectable.html +700 -0
- package/docs/examples/w-tree_slot_operatable.html +649 -0
- package/docs/examples/w-tree_slot_selectable.html +699 -0
- package/docs/examples/w-tree_slot_selectable_draggable.html +704 -0
- package/docs/examples/w-tree_viewHeightMax.html +633 -0
- package/docs/fonts/Montserrat/Montserrat-Bold.eot +0 -0
- package/docs/fonts/Montserrat/Montserrat-Bold.ttf +0 -0
- package/docs/fonts/Montserrat/Montserrat-Bold.woff +0 -0
- package/docs/fonts/Montserrat/Montserrat-Bold.woff2 +0 -0
- package/docs/fonts/Montserrat/Montserrat-Regular.eot +0 -0
- package/docs/fonts/Montserrat/Montserrat-Regular.ttf +0 -0
- package/docs/fonts/Montserrat/Montserrat-Regular.woff +0 -0
- package/docs/fonts/Montserrat/Montserrat-Regular.woff2 +0 -0
- package/docs/fonts/Source-Sans-Pro/sourcesanspro-light-webfont.eot +0 -0
- package/docs/fonts/Source-Sans-Pro/sourcesanspro-light-webfont.svg +978 -0
- package/docs/fonts/Source-Sans-Pro/sourcesanspro-light-webfont.ttf +0 -0
- package/docs/fonts/Source-Sans-Pro/sourcesanspro-light-webfont.woff +0 -0
- package/docs/fonts/Source-Sans-Pro/sourcesanspro-light-webfont.woff2 +0 -0
- package/docs/fonts/Source-Sans-Pro/sourcesanspro-regular-webfont.eot +0 -0
- package/docs/fonts/Source-Sans-Pro/sourcesanspro-regular-webfont.svg +1049 -0
- package/docs/fonts/Source-Sans-Pro/sourcesanspro-regular-webfont.ttf +0 -0
- package/docs/fonts/Source-Sans-Pro/sourcesanspro-regular-webfont.woff +0 -0
- package/docs/fonts/Source-Sans-Pro/sourcesanspro-regular-webfont.woff2 +0 -0
- package/docs/global.html +1036 -0
- package/docs/highchartsSetting.mjs.html +285 -0
- package/docs/index.html +81 -0
- package/docs/module-WAggridVueDyn.html +537 -0
- package/docs/module-WBadge.html +255 -0
- package/docs/module-WButtonChip.html +441 -0
- package/docs/module-WButtonCircle.html +321 -0
- package/docs/module-WCheckbox.html +249 -0
- package/docs/module-WCkeditorVueDyn.html +237 -0
- package/docs/module-WConfirm.html +345 -0
- package/docs/module-WDialog.html +297 -0
- package/docs/module-WDropfiles.html +261 -0
- package/docs/module-WDynamicList.html +261 -0
- package/docs/module-WEchartsVueDyn.html +219 -0
- package/docs/module-WGroupCheck.html +435 -0
- package/docs/module-WGroupDragdrop.html +231 -0
- package/docs/module-WGroupRadio.html +429 -0
- package/docs/module-WGroupTags.html +621 -0
- package/docs/module-WHighchartsBitmapDyn.html +219 -0
- package/docs/module-WHighchartsVueDyn.html +219 -0
- package/docs/module-WHighstockVueDyn.html +219 -0
- package/docs/module-WIcon.html +225 -0
- package/docs/module-WIconLoading.html +219 -0
- package/docs/module-WIconSvg.html +243 -0
- package/docs/module-WImageCascadingDyn.html +267 -0
- package/docs/module-WImageViewerDyn.html +237 -0
- package/docs/module-WJsonView.html +303 -0
- package/docs/module-WJsonViewCore.html +243 -0
- package/docs/module-WLeafletVueDyn.html +675 -0
- package/docs/module-WListVertical.html +315 -0
- package/docs/module-WListVerticalItem.html +303 -0
- package/docs/module-WPanelBulge.html +267 -0
- package/docs/module-WPanelDivideHorizontal.html +249 -0
- package/docs/module-WPanelDivideVertical.html +249 -0
- package/docs/module-WPanelScrolly.html +255 -0
- package/docs/module-WPanelScrollyCore.html +267 -0
- package/docs/module-WPanelStripe.html +255 -0
- package/docs/module-WPopup.html +267 -0
- package/docs/module-WPopupEditText.html +363 -0
- package/docs/module-WProgressBar.html +315 -0
- package/docs/module-WProgressCircle.html +243 -0
- package/docs/module-WQuillVueDyn.html +237 -0
- package/docs/module-WShellBottomLine.html +249 -0
- package/docs/module-WShellEllipse.html +369 -0
- package/docs/module-WShellMaterial.html +285 -0
- package/docs/module-WSwitch.html +231 -0
- package/docs/module-WTableDyn.html +697 -0
- package/docs/module-WText.html +435 -0
- package/docs/module-WTextCore.html +261 -0
- package/docs/module-WTextInt.html +387 -0
- package/docs/module-WTextIntCore.html +291 -0
- package/docs/module-WTextSelect.html +447 -0
- package/docs/module-WTextSuggest.html +465 -0
- package/docs/module-WTextSuggestCore.html +369 -0
- package/docs/module-WTextarea.html +231 -0
- package/docs/module-WTimeday.html +345 -0
- package/docs/module-WTimedayCore.html +243 -0
- package/docs/module-WTimedayRange.html +351 -0
- package/docs/module-WTimedayRangeCore.html +255 -0
- package/docs/module-WTimeminute.html +381 -0
- package/docs/module-WTimeminuteCore.html +285 -0
- package/docs/module-WTimeminuteRange.html +393 -0
- package/docs/module-WTimeminuteRangeCore.html +297 -0
- package/docs/module-WTinymceVueDyn.html +237 -0
- package/docs/module-WTree.html +573 -0
- package/docs/module-WTreeIconCheckbox.html +255 -0
- package/docs/module-WTreeIconToggle.html +231 -0
- package/docs/scripts/collapse.js +20 -0
- package/docs/scripts/linenumber.js +25 -0
- package/docs/scripts/nav.js +12 -0
- package/docs/scripts/polyfill.js +4 -0
- package/docs/scripts/prettify/Apache-License-2.0.txt +202 -0
- package/docs/scripts/prettify/lang-css.js +2 -0
- package/docs/scripts/prettify/prettify.js +28 -0
- package/docs/scripts/search.js +83 -0
- package/docs/styles/jsdoc.css +765 -0
- package/docs/styles/prettify.css +79 -0
- package/docs/vuetifyColor.mjs.html +157 -0
- package/gUITest.mjs +30 -0
- package/package.json +68 -0
- package/public/index.html +48 -0
- package/src/App.vue +783 -0
- package/src/AppZoneWAggridVueDyn.vue +237 -0
- package/src/AppZoneWAlert.vue +246 -0
- package/src/AppZoneWBadge.vue +180 -0
- package/src/AppZoneWButtonChip.vue +871 -0
- package/src/AppZoneWButtonCircle.vue +274 -0
- package/src/AppZoneWCheckbox.vue +139 -0
- package/src/AppZoneWCkeditorVueDyn.vue +145 -0
- package/src/AppZoneWConfirm.vue +469 -0
- package/src/AppZoneWDialog.vue +929 -0
- package/src/AppZoneWDropfiles.vue +225 -0
- package/src/AppZoneWDynamicList.vue +536 -0
- package/src/AppZoneWEchartsVueDyn.vue +1180 -0
- package/src/AppZoneWGroupCheck.vue +780 -0
- package/src/AppZoneWGroupDragdrop.vue +291 -0
- package/src/AppZoneWGroupRadio.vue +756 -0
- package/src/AppZoneWGroupTags.vue +1302 -0
- package/src/AppZoneWHighchartsBitmapDyn.vue +635 -0
- package/src/AppZoneWHighchartsVueDyn.vue +517 -0
- package/src/AppZoneWHighstockVueDyn.vue +161 -0
- package/src/AppZoneWIconSvg.vue +140 -0
- package/src/AppZoneWImageCascadingDyn.vue +140 -0
- package/src/AppZoneWImageViewerDyn.vue +106 -0
- package/src/AppZoneWJsonView.vue +222 -0
- package/src/AppZoneWLeafletVueDyn.vue +299 -0
- package/src/AppZoneWListVertical.vue +480 -0
- package/src/AppZoneWPanelBulge.vue +284 -0
- package/src/AppZoneWPanelChart.vue +343 -0
- package/src/AppZoneWPanelDivideHorizontal.vue +223 -0
- package/src/AppZoneWPanelDivideVertical.vue +223 -0
- package/src/AppZoneWPanelScale.vue +283 -0
- package/src/AppZoneWPanelScrolly.vue +171 -0
- package/src/AppZoneWPanelStripe.vue +596 -0
- package/src/AppZoneWPopup.vue +629 -0
- package/src/AppZoneWPopupEditText.vue +249 -0
- package/src/AppZoneWProgressBar.vue +356 -0
- package/src/AppZoneWProgressCircle.vue +144 -0
- package/src/AppZoneWQuillVueDyn.vue +141 -0
- package/src/AppZoneWSwitch.vue +87 -0
- package/src/AppZoneWTableDyn.vue +610 -0
- package/src/AppZoneWText.vue +740 -0
- package/src/AppZoneWTextInt.vue +269 -0
- package/src/AppZoneWTextSelect.vue +1140 -0
- package/src/AppZoneWTextSuggest.vue +1242 -0
- package/src/AppZoneWTextarea.vue +114 -0
- package/src/AppZoneWTimeday.vue +346 -0
- package/src/AppZoneWTimedayRange.vue +421 -0
- package/src/AppZoneWTimeminute.vue +462 -0
- package/src/AppZoneWTimeminuteRange.vue +548 -0
- package/src/AppZoneWTinymceVueDyn.vue +130 -0
- package/src/AppZoneWTree.vue +1364 -0
- package/src/components/WAggridVueDyn.vue +136 -0
- package/src/components/WAlert.mjs +7 -0
- package/src/components/WBadge.vue +181 -0
- package/src/components/WButtonChip.vue +947 -0
- package/src/components/WButtonCircle.vue +459 -0
- package/src/components/WCheckbox.vue +154 -0
- package/src/components/WCkeditorVueDyn.vue +86 -0
- package/src/components/WComponentVue.vue +144 -0
- package/src/components/WConfirm.vue +320 -0
- package/src/components/WDialog.vue +547 -0
- package/src/components/WDropfiles.vue +146 -0
- package/src/components/WDynamicList.vue +898 -0
- package/src/components/WEchartsVueDyn.vue +77 -0
- package/src/components/WGroupCheck.vue +685 -0
- package/src/components/WGroupDragdrop.vue +223 -0
- package/src/components/WGroupRadio.vue +254 -0
- package/src/components/WGroupTags.vue +944 -0
- package/src/components/WHighchartsBitmapDyn.vue +216 -0
- package/src/components/WHighchartsVueDyn.vue +85 -0
- package/src/components/WHighstockVueDyn.vue +81 -0
- package/src/components/WIcon.vue +129 -0
- package/src/components/WIconLoading.vue +163 -0
- package/src/components/WIconSvg.vue +118 -0
- package/src/components/WImageCascadingDyn.vue +591 -0
- package/src/components/WImageViewerDyn.vue +148 -0
- package/src/components/WJsonView.vue +1176 -0
- package/src/components/WJsonViewCore.vue +163 -0
- package/src/components/WLeafletVueDyn.vue +146 -0
- package/src/components/WListVertical.vue +306 -0
- package/src/components/WListVerticalItem.vue +261 -0
- package/src/components/WPanelBulge.vue +193 -0
- package/src/components/WPanelChart.vue +219 -0
- package/src/components/WPanelDivideHorizontal.vue +198 -0
- package/src/components/WPanelDivideVertical.vue +198 -0
- package/src/components/WPanelScale.vue +114 -0
- package/src/components/WPanelScrolly.vue +189 -0
- package/src/components/WPanelScrollyCore.vue +768 -0
- package/src/components/WPanelStripe.vue +152 -0
- package/src/components/WPopup.vue +527 -0
- package/src/components/WPopupEditText.vue +326 -0
- package/src/components/WProgressBar.vue +236 -0
- package/src/components/WProgressCircle.vue +132 -0
- package/src/components/WQuillVueDyn.vue +87 -0
- package/src/components/WShellBottomLine.vue +139 -0
- package/src/components/WShellEllipse.vue +416 -0
- package/src/components/WShellMaterial.vue +250 -0
- package/src/components/WSwitch.vue +115 -0
- package/src/components/WTableDyn.vue +1095 -0
- package/src/components/WText.vue +323 -0
- package/src/components/WTextCore.vue +227 -0
- package/src/components/WTextInt.vue +275 -0
- package/src/components/WTextIntCore.vue +288 -0
- package/src/components/WTextSelect.vue +442 -0
- package/src/components/WTextSuggest.vue +456 -0
- package/src/components/WTextSuggestCore.vue +648 -0
- package/src/components/WTextarea.vue +89 -0
- package/src/components/WTimeday.vue +228 -0
- package/src/components/WTimedayCore.vue +197 -0
- package/src/components/WTimedayRange.vue +235 -0
- package/src/components/WTimedayRangeCore.vue +142 -0
- package/src/components/WTimeminute.vue +264 -0
- package/src/components/WTimeminuteCore.vue +294 -0
- package/src/components/WTimeminuteRange.vue +277 -0
- package/src/components/WTimeminuteRangeCore.vue +192 -0
- package/src/components/WTinymceVueDyn.vue +86 -0
- package/src/components/WTree.vue +2504 -0
- package/src/components/WTreeIconCheckbox.vue +170 -0
- package/src/components/WTreeIconToggle.vue +155 -0
- package/src/components/demolink.vue +103 -0
- package/src/js/binarySearch.mjs +91 -0
- package/src/js/domDragDrop.mjs +154 -0
- package/src/js/domMutation.mjs +76 -0
- package/src/js/domResize.mjs +71 -0
- package/src/js/domRipple.mjs +120 -0
- package/src/js/getVue.mjs +30 -0
- package/src/js/globalMemory.mjs +29 -0
- package/src/js/highchartsSetting.mjs +216 -0
- package/src/js/parseSpace.mjs +83 -0
- package/src/js/vuetifyColor.mjs +88 -0
- package/src/main.js +10 -0
- package/src/plugins/vuetify.mjs +13 -0
- package/test/all.test.mjs +10 -0
- package/toolg/addVersion.mjs +4 -0
- package/toolg/cleanFolder.mjs +4 -0
- package/toolg/cvCasename.mjs +90 -0
- package/toolg/gDistApp.mjs +55 -0
- package/toolg/gDistRollupComps.mjs +23 -0
- package/toolg/gDocExams.mjs +47 -0
- package/toolg/gExtractHtml.mjs +279 -0
- package/toolg/gMergeComps.mjs +75 -0
- package/toolg/modifyReadme.mjs +4 -0
- package/vue.config.js +21 -0
|
@@ -0,0 +1,1788 @@
|
|
|
1
|
+
<!doctype html>
|
|
2
|
+
<html xmlns="http://www.w3.org/1999/xhtml" lang="zh-tw">
|
|
3
|
+
<head>
|
|
4
|
+
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
|
|
5
|
+
<meta
|
|
6
|
+
name="viewport"
|
|
7
|
+
content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no, minimal-ui"
|
|
8
|
+
/>
|
|
9
|
+
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
|
|
10
|
+
<title>w-component-vue</title>
|
|
11
|
+
|
|
12
|
+
<!-- @babel/polyfill -->
|
|
13
|
+
<script
|
|
14
|
+
nomodule
|
|
15
|
+
src="https://cdn.jsdelivr.net/npm/@babel/polyfill/dist/polyfill.min.js"
|
|
16
|
+
></script>
|
|
17
|
+
|
|
18
|
+
<!-- vue -->
|
|
19
|
+
<script src="https://cdn.jsdelivr.net/npm/vue@2.x/dist/vue.min.js"></script>
|
|
20
|
+
|
|
21
|
+
<!-- extractHtml已自動添加@babel/polyfill與vue -->
|
|
22
|
+
|
|
23
|
+
<!-- vuetify -->
|
|
24
|
+
<link
|
|
25
|
+
href="https://cdn.jsdelivr.net/npm/vuetify@2.5.1/dist/vuetify.min.css"
|
|
26
|
+
rel="stylesheet"
|
|
27
|
+
/>
|
|
28
|
+
<script
|
|
29
|
+
src="https://cdn.jsdelivr.net/npm/vuetify@2.5.1/dist/vuetify.min.js"
|
|
30
|
+
></script>
|
|
31
|
+
|
|
32
|
+
<!-- fontawesome -->
|
|
33
|
+
<link
|
|
34
|
+
href="https://use.fontawesome.com/releases/v5.14.0/css/all.css"
|
|
35
|
+
rel="stylesheet"
|
|
36
|
+
/>
|
|
37
|
+
|
|
38
|
+
<!-- mdi, 各組件使用mdi/js會於轉單頁時改為mdi icon, 故需引用mdi/css -->
|
|
39
|
+
<link
|
|
40
|
+
href="https://cdn.jsdelivr.net/npm/@mdi/font/css/materialdesignicons.min.css"
|
|
41
|
+
rel="stylesheet"
|
|
42
|
+
/>
|
|
43
|
+
|
|
44
|
+
<!-- google, 各組件使用mdi/js故不需引用 -->
|
|
45
|
+
<link
|
|
46
|
+
_href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900"
|
|
47
|
+
rel="stylesheet"
|
|
48
|
+
/>
|
|
49
|
+
<link
|
|
50
|
+
_href="https://fonts.googleapis.com/css?family=Material+Icons"
|
|
51
|
+
rel="stylesheet"
|
|
52
|
+
/>
|
|
53
|
+
|
|
54
|
+
<!-- data -->
|
|
55
|
+
<script
|
|
56
|
+
src="https://cdn.jsdelivr.net/npm/w-demores@1.0.13/res/data/dataAAPL.js"
|
|
57
|
+
></script>
|
|
58
|
+
<script
|
|
59
|
+
src="https://cdn.jsdelivr.net/npm/w-demores@1.0.13/res/data/dataUSD2EUR.js"
|
|
60
|
+
></script>
|
|
61
|
+
<script
|
|
62
|
+
src="https://cdn.jsdelivr.net/npm/w-demores@1.0.13/res/data/dataTemperature.js"
|
|
63
|
+
></script>
|
|
64
|
+
<script
|
|
65
|
+
src="https://cdn.jsdelivr.net/npm/w-demores@1.0.13/res/data/dataHousePriceArea.js"
|
|
66
|
+
></script>
|
|
67
|
+
<script
|
|
68
|
+
src="https://cdn.jsdelivr.net/npm/w-demores@1.0.13/res/data/dataFlare.js"
|
|
69
|
+
></script>
|
|
70
|
+
<script
|
|
71
|
+
src="https://cdn.jsdelivr.net/npm/w-demores@1.0.13/res/data/dataRain.js"
|
|
72
|
+
></script>
|
|
73
|
+
<script
|
|
74
|
+
src="https://cdn.jsdelivr.net/npm/w-demores@1.0.13/res/data/dataRainClip.js"
|
|
75
|
+
></script>
|
|
76
|
+
<script>
|
|
77
|
+
//save in window
|
|
78
|
+
window.dataAAPL = dataAAPL;
|
|
79
|
+
window.dataUSD2EUR = dataUSD2EUR;
|
|
80
|
+
window.dataTemperature = dataTemperature;
|
|
81
|
+
window.dataHousePriceArea = dataHousePriceArea;
|
|
82
|
+
window.dataFlare = dataFlare;
|
|
83
|
+
window.dataRain = dataRain;
|
|
84
|
+
window.dataRainClip = dataRainClip;
|
|
85
|
+
</script>
|
|
86
|
+
|
|
87
|
+
<!-- w-component-vue -->
|
|
88
|
+
<script src="https://cdn.jsdelivr.net/npm/w-component-vue@2.1.57/dist/w-component-vue.umd.js"></script>
|
|
89
|
+
|
|
90
|
+
<style>
|
|
91
|
+
.v-application--wrap {
|
|
92
|
+
/* width與max-width fix for IE11, 其外不能使用padding或margin避免失效 */
|
|
93
|
+
width: 100vw;
|
|
94
|
+
max-width: 100vw;
|
|
95
|
+
font-family: inherit;
|
|
96
|
+
background-color: #fff;
|
|
97
|
+
}
|
|
98
|
+
.item {
|
|
99
|
+
/* 因item位於demolink, 提取各範例html後會刪除demolink, 故得額外補上 */
|
|
100
|
+
border-left: 3px solid #ffba75;
|
|
101
|
+
margin: 5px 5px 8px 0px;
|
|
102
|
+
padding: 3px 3px 5px 10px;
|
|
103
|
+
font-size: 0.9rem;
|
|
104
|
+
display: flex;
|
|
105
|
+
justify-content: flex-start;
|
|
106
|
+
align-items: center;
|
|
107
|
+
}
|
|
108
|
+
.head1 {
|
|
109
|
+
margin: 0px;
|
|
110
|
+
padding: 0px 0px 20px 0px;
|
|
111
|
+
font-size: 2.5rem;
|
|
112
|
+
}
|
|
113
|
+
.bk {
|
|
114
|
+
vertical-align: top;
|
|
115
|
+
margin: 10px 0px 0px 0px;
|
|
116
|
+
padding: 0px 0px 60px 0px;
|
|
117
|
+
}
|
|
118
|
+
@media screen and (min-width: 1000px) {
|
|
119
|
+
/* 寬版 */
|
|
120
|
+
.bk {
|
|
121
|
+
display: inline-block;
|
|
122
|
+
margin: 0px 80px 0px 0px;
|
|
123
|
+
}
|
|
124
|
+
.dz {
|
|
125
|
+
width: 400px;
|
|
126
|
+
}
|
|
127
|
+
}
|
|
128
|
+
</style>
|
|
129
|
+
</head>
|
|
130
|
+
<body
|
|
131
|
+
style="font-family:'Microsoft JhengHei','Avenir','Helvetica'; padding:0px; margin:0px;"
|
|
132
|
+
>
|
|
133
|
+
<v-app id="app" style="font-family:inherit; padding:0px 30px;">
|
|
134
|
+
<div class="head1">
|
|
135
|
+
<span
|
|
136
|
+
style="cursor:pointer;"
|
|
137
|
+
title="open for copy link to view component"
|
|
138
|
+
onclick="window.open('//yuda-lyu.github.io/w-component-vue/examples/app.html?cmp='+this.innerText,'_blank')"
|
|
139
|
+
>w-echarts-vue-dyn</span>
|
|
140
|
+
</div>
|
|
141
|
+
<div class="bk">
|
|
142
|
+
<div class="item">line3D</div>
|
|
143
|
+
|
|
144
|
+
<w-echarts-vue-dyn
|
|
145
|
+
style="width:620px; height:400px;"
|
|
146
|
+
:options="WEchartsVueDyn.options14"
|
|
147
|
+
></w-echarts-vue-dyn>
|
|
148
|
+
</div>
|
|
149
|
+
</v-app>
|
|
150
|
+
|
|
151
|
+
<script>
|
|
152
|
+
//install
|
|
153
|
+
Vue.use(window["w-component-vue"]);
|
|
154
|
+
|
|
155
|
+
//initialize
|
|
156
|
+
new Vue({
|
|
157
|
+
el: "#app",
|
|
158
|
+
vuetify: new Vuetify(),
|
|
159
|
+
data: function() {
|
|
160
|
+
let df = function(d) {
|
|
161
|
+
let date = [];
|
|
162
|
+
let data = [];
|
|
163
|
+
for (let i = 0; i < d.length; i++) {
|
|
164
|
+
let v = d[i];
|
|
165
|
+
let now = new Date(v[0]);
|
|
166
|
+
let t = [now.getFullYear(), now.getMonth() + 1, now.getDate()].join(
|
|
167
|
+
"-"
|
|
168
|
+
);
|
|
169
|
+
date.push(t);
|
|
170
|
+
data.push(v[1]);
|
|
171
|
+
}
|
|
172
|
+
return {
|
|
173
|
+
date: date,
|
|
174
|
+
data: data
|
|
175
|
+
};
|
|
176
|
+
};
|
|
177
|
+
let rDataAAPL = df(window.dataAAPL);
|
|
178
|
+
let rDataUSD2EUR = df(window.dataUSD2EUR);
|
|
179
|
+
return {
|
|
180
|
+
WEchartsVueDyn: {
|
|
181
|
+
options1: {
|
|
182
|
+
tooltip: {
|
|
183
|
+
trigger: "axis",
|
|
184
|
+
position: function(pt) {
|
|
185
|
+
return [pt[0], "10%"];
|
|
186
|
+
}
|
|
187
|
+
},
|
|
188
|
+
title: {
|
|
189
|
+
left: "center",
|
|
190
|
+
text: "AAPL Stock Price"
|
|
191
|
+
},
|
|
192
|
+
toolbox: {
|
|
193
|
+
feature: {
|
|
194
|
+
dataZoom: {
|
|
195
|
+
yAxisIndex: "none",
|
|
196
|
+
title: {
|
|
197
|
+
zoom: "Zoom",
|
|
198
|
+
back: "Zoom Reset"
|
|
199
|
+
}
|
|
200
|
+
},
|
|
201
|
+
restore: {
|
|
202
|
+
title: "Restore"
|
|
203
|
+
},
|
|
204
|
+
saveAsImage: {
|
|
205
|
+
title: "Download"
|
|
206
|
+
}
|
|
207
|
+
}
|
|
208
|
+
},
|
|
209
|
+
xAxis: {
|
|
210
|
+
type: "category",
|
|
211
|
+
boundaryGap: false,
|
|
212
|
+
data: rDataAAPL.date
|
|
213
|
+
},
|
|
214
|
+
yAxis: {
|
|
215
|
+
type: "value",
|
|
216
|
+
boundaryGap: [0, "100%"]
|
|
217
|
+
},
|
|
218
|
+
dataZoom: [
|
|
219
|
+
{
|
|
220
|
+
type: "inside",
|
|
221
|
+
start: 0,
|
|
222
|
+
end: 100
|
|
223
|
+
},
|
|
224
|
+
{
|
|
225
|
+
start: 0,
|
|
226
|
+
end: 10,
|
|
227
|
+
handleIcon:
|
|
228
|
+
"M10.7,11.9v-1.3H9.3v1.3c-4.9,0.3-8.8,4.4-8.8,9.4c0,5,3.9,9.1,8.8,9.4v1.3h1.3v-1.3c4.9-0.3,8.8-4.4,8.8-9.4C19.5,16.3,15.6,12.2,10.7,11.9z M13.3,24.4H6.7V23h6.6V24.4z M13.3,19.6H6.7v-1.4h6.6V19.6z",
|
|
229
|
+
handleSize: "80%",
|
|
230
|
+
handleStyle: {
|
|
231
|
+
color: "#fff",
|
|
232
|
+
shadowBlur: 3,
|
|
233
|
+
shadowColor: "rgba(0, 0, 0, 0.6)",
|
|
234
|
+
shadowOffsetX: 2,
|
|
235
|
+
shadowOffsetY: 2
|
|
236
|
+
}
|
|
237
|
+
}
|
|
238
|
+
],
|
|
239
|
+
series: [
|
|
240
|
+
{
|
|
241
|
+
name: "Price",
|
|
242
|
+
type: "line",
|
|
243
|
+
itemStyle: {
|
|
244
|
+
color: "rgba(20, 20, 200, 0.5)"
|
|
245
|
+
},
|
|
246
|
+
data: rDataAAPL.data
|
|
247
|
+
}
|
|
248
|
+
]
|
|
249
|
+
},
|
|
250
|
+
options2: {
|
|
251
|
+
tooltip: {
|
|
252
|
+
trigger: "axis",
|
|
253
|
+
position: function(pt) {
|
|
254
|
+
return [pt[0], "10%"];
|
|
255
|
+
}
|
|
256
|
+
},
|
|
257
|
+
title: {
|
|
258
|
+
left: "center",
|
|
259
|
+
text: "USD to EUR exchange rate over time"
|
|
260
|
+
},
|
|
261
|
+
toolbox: {
|
|
262
|
+
feature: {
|
|
263
|
+
dataZoom: {
|
|
264
|
+
yAxisIndex: "none",
|
|
265
|
+
title: {
|
|
266
|
+
zoom: "Zoom",
|
|
267
|
+
back: "Zoom Reset"
|
|
268
|
+
}
|
|
269
|
+
},
|
|
270
|
+
restore: {
|
|
271
|
+
title: "Restore"
|
|
272
|
+
},
|
|
273
|
+
saveAsImage: {
|
|
274
|
+
title: "Download"
|
|
275
|
+
}
|
|
276
|
+
}
|
|
277
|
+
},
|
|
278
|
+
xAxis: {
|
|
279
|
+
type: "category",
|
|
280
|
+
boundaryGap: false,
|
|
281
|
+
data: rDataUSD2EUR.date
|
|
282
|
+
},
|
|
283
|
+
yAxis: {
|
|
284
|
+
type: "value",
|
|
285
|
+
boundaryGap: [0, "100%"]
|
|
286
|
+
},
|
|
287
|
+
dataZoom: [
|
|
288
|
+
{
|
|
289
|
+
type: "inside",
|
|
290
|
+
start: 0,
|
|
291
|
+
end: 100
|
|
292
|
+
},
|
|
293
|
+
{
|
|
294
|
+
start: 0,
|
|
295
|
+
end: 10,
|
|
296
|
+
handleIcon:
|
|
297
|
+
"M10.7,11.9v-1.3H9.3v1.3c-4.9,0.3-8.8,4.4-8.8,9.4c0,5,3.9,9.1,8.8,9.4v1.3h1.3v-1.3c4.9-0.3,8.8-4.4,8.8-9.4C19.5,16.3,15.6,12.2,10.7,11.9z M13.3,24.4H6.7V23h6.6V24.4z M13.3,19.6H6.7v-1.4h6.6V19.6z",
|
|
298
|
+
handleSize: "80%",
|
|
299
|
+
handleStyle: {
|
|
300
|
+
color: "#fff",
|
|
301
|
+
shadowBlur: 3,
|
|
302
|
+
shadowColor: "rgba(0, 0, 0, 0.6)",
|
|
303
|
+
shadowOffsetX: 2,
|
|
304
|
+
shadowOffsetY: 2
|
|
305
|
+
}
|
|
306
|
+
}
|
|
307
|
+
],
|
|
308
|
+
series: [
|
|
309
|
+
{
|
|
310
|
+
name: "USD to EUR",
|
|
311
|
+
type: "line",
|
|
312
|
+
// smooth: true,
|
|
313
|
+
// symbol: 'none',
|
|
314
|
+
// sampling: 'average',
|
|
315
|
+
itemStyle: {
|
|
316
|
+
color: "rgba(200,200,255,1)"
|
|
317
|
+
},
|
|
318
|
+
areaStyle: {
|
|
319
|
+
color: {
|
|
320
|
+
type: "linear",
|
|
321
|
+
x0: 0,
|
|
322
|
+
y0: 0,
|
|
323
|
+
x2: 0,
|
|
324
|
+
y2: 1,
|
|
325
|
+
colorStops: [
|
|
326
|
+
{
|
|
327
|
+
offset: 0,
|
|
328
|
+
color: "rgba(200,200,255,1)"
|
|
329
|
+
},
|
|
330
|
+
{
|
|
331
|
+
offset: 1,
|
|
332
|
+
color: "rgba(200,200,255,0.1)"
|
|
333
|
+
}
|
|
334
|
+
],
|
|
335
|
+
globalCoord: false
|
|
336
|
+
}
|
|
337
|
+
},
|
|
338
|
+
data: rDataUSD2EUR.data
|
|
339
|
+
}
|
|
340
|
+
]
|
|
341
|
+
},
|
|
342
|
+
options3: {
|
|
343
|
+
title: {
|
|
344
|
+
left: "center",
|
|
345
|
+
text: "堆叠区域图"
|
|
346
|
+
},
|
|
347
|
+
tooltip: {
|
|
348
|
+
trigger: "axis",
|
|
349
|
+
axisPointer: {
|
|
350
|
+
type: "cross",
|
|
351
|
+
label: {
|
|
352
|
+
backgroundColor: "#6a7985"
|
|
353
|
+
}
|
|
354
|
+
}
|
|
355
|
+
},
|
|
356
|
+
legend: {
|
|
357
|
+
y: 30,
|
|
358
|
+
data: ["邮件营销", "联盟广告", "视频广告", "直接访问", "搜索引擎"]
|
|
359
|
+
},
|
|
360
|
+
grid: {
|
|
361
|
+
left: "3%",
|
|
362
|
+
right: "4%",
|
|
363
|
+
bottom: "3%",
|
|
364
|
+
containLabel: true
|
|
365
|
+
},
|
|
366
|
+
xAxis: [
|
|
367
|
+
{
|
|
368
|
+
type: "category",
|
|
369
|
+
boundaryGap: false,
|
|
370
|
+
data: ["周一", "周二", "周三", "周四", "周五", "周六", "周日"]
|
|
371
|
+
}
|
|
372
|
+
],
|
|
373
|
+
yAxis: [
|
|
374
|
+
{
|
|
375
|
+
type: "value"
|
|
376
|
+
}
|
|
377
|
+
],
|
|
378
|
+
series: [
|
|
379
|
+
{
|
|
380
|
+
name: "邮件营销",
|
|
381
|
+
type: "line",
|
|
382
|
+
stack: "总量",
|
|
383
|
+
areaStyle: {},
|
|
384
|
+
data: [120, 132, 101, 134, 90, 230, 210]
|
|
385
|
+
},
|
|
386
|
+
{
|
|
387
|
+
name: "联盟广告",
|
|
388
|
+
type: "line",
|
|
389
|
+
stack: "总量",
|
|
390
|
+
areaStyle: {},
|
|
391
|
+
data: [220, 182, 191, 234, 290, 330, 310]
|
|
392
|
+
},
|
|
393
|
+
{
|
|
394
|
+
name: "视频广告",
|
|
395
|
+
type: "line",
|
|
396
|
+
stack: "总量",
|
|
397
|
+
areaStyle: {},
|
|
398
|
+
data: [150, 232, 201, 154, 190, 330, 410]
|
|
399
|
+
},
|
|
400
|
+
{
|
|
401
|
+
name: "直接访问",
|
|
402
|
+
type: "line",
|
|
403
|
+
stack: "总量",
|
|
404
|
+
areaStyle: {},
|
|
405
|
+
data: [320, 332, 301, 334, 390, 330, 320]
|
|
406
|
+
},
|
|
407
|
+
{
|
|
408
|
+
name: "搜索引擎",
|
|
409
|
+
type: "line",
|
|
410
|
+
stack: "总量",
|
|
411
|
+
label: {
|
|
412
|
+
normal: {
|
|
413
|
+
show: true,
|
|
414
|
+
position: "top"
|
|
415
|
+
}
|
|
416
|
+
},
|
|
417
|
+
areaStyle: {},
|
|
418
|
+
data: [820, 932, 901, 934, 1290, 1330, 1320]
|
|
419
|
+
}
|
|
420
|
+
]
|
|
421
|
+
},
|
|
422
|
+
options4: {
|
|
423
|
+
title: {
|
|
424
|
+
left: "center",
|
|
425
|
+
text: "基础雷达图"
|
|
426
|
+
},
|
|
427
|
+
tooltip: {},
|
|
428
|
+
legend: {
|
|
429
|
+
y: 30,
|
|
430
|
+
data: [
|
|
431
|
+
"预算分配(Allocated Budget)",
|
|
432
|
+
"实际开销(Actual Spending)"
|
|
433
|
+
]
|
|
434
|
+
},
|
|
435
|
+
radar: {
|
|
436
|
+
// shape: 'circle',
|
|
437
|
+
center: ["50%", "60%"],
|
|
438
|
+
radius: "60%",
|
|
439
|
+
name: {
|
|
440
|
+
textStyle: {
|
|
441
|
+
color: "#fff",
|
|
442
|
+
backgroundColor: "#999",
|
|
443
|
+
borderRadius: 3,
|
|
444
|
+
padding: [3, 5]
|
|
445
|
+
}
|
|
446
|
+
},
|
|
447
|
+
indicator: [
|
|
448
|
+
{ name: "销售(sales)", max: 6500 },
|
|
449
|
+
{ name: "管理(Administration)", max: 16000 },
|
|
450
|
+
{ name: "信息技术(Information Techology)", max: 30000 },
|
|
451
|
+
{ name: "客服(Customer Support)", max: 38000 },
|
|
452
|
+
{ name: "研发(Development)", max: 52000 },
|
|
453
|
+
{ name: "市场(Marketing)", max: 25000 }
|
|
454
|
+
]
|
|
455
|
+
},
|
|
456
|
+
series: [
|
|
457
|
+
{
|
|
458
|
+
name: "预算 vs 开销(Budget vs spending)",
|
|
459
|
+
type: "radar",
|
|
460
|
+
// areaStyle: {normal: {}},
|
|
461
|
+
data: [
|
|
462
|
+
{
|
|
463
|
+
value: [4300, 10000, 28000, 35000, 50000, 19000],
|
|
464
|
+
name: "预算分配(Allocated Budget)"
|
|
465
|
+
},
|
|
466
|
+
{
|
|
467
|
+
value: [5000, 14000, 28000, 31000, 42000, 21000],
|
|
468
|
+
name: "实际开销(Actual Spending)"
|
|
469
|
+
}
|
|
470
|
+
]
|
|
471
|
+
}
|
|
472
|
+
]
|
|
473
|
+
},
|
|
474
|
+
options5: {
|
|
475
|
+
title: {
|
|
476
|
+
// left: 'center',
|
|
477
|
+
text: "极坐标双数值轴"
|
|
478
|
+
},
|
|
479
|
+
legend: {
|
|
480
|
+
// y: 30,
|
|
481
|
+
data: ["line"]
|
|
482
|
+
},
|
|
483
|
+
polar: {
|
|
484
|
+
center: ["50%", "52%"],
|
|
485
|
+
radius: "72%"
|
|
486
|
+
},
|
|
487
|
+
tooltip: {
|
|
488
|
+
trigger: "axis",
|
|
489
|
+
axisPointer: {
|
|
490
|
+
type: "cross"
|
|
491
|
+
}
|
|
492
|
+
},
|
|
493
|
+
angleAxis: {
|
|
494
|
+
type: "value",
|
|
495
|
+
startAngle: 0
|
|
496
|
+
},
|
|
497
|
+
radiusAxis: {},
|
|
498
|
+
series: [
|
|
499
|
+
{
|
|
500
|
+
coordinateSystem: "polar",
|
|
501
|
+
name: "line",
|
|
502
|
+
type: "line",
|
|
503
|
+
data: (function() {
|
|
504
|
+
let data = [];
|
|
505
|
+
for (let i = 0; i <= 100; i++) {
|
|
506
|
+
let theta = (i / 100) * 360;
|
|
507
|
+
let r = 5 * (1 + Math.sin((theta / 180) * Math.PI));
|
|
508
|
+
data.push([r, theta]);
|
|
509
|
+
}
|
|
510
|
+
return data;
|
|
511
|
+
})()
|
|
512
|
+
}
|
|
513
|
+
]
|
|
514
|
+
},
|
|
515
|
+
options6: {
|
|
516
|
+
tooltip: {
|
|
517
|
+
position: "top"
|
|
518
|
+
},
|
|
519
|
+
grid: {
|
|
520
|
+
height: "70%",
|
|
521
|
+
top: "2%"
|
|
522
|
+
},
|
|
523
|
+
xAxis: {
|
|
524
|
+
type: "category",
|
|
525
|
+
data: [
|
|
526
|
+
"12a",
|
|
527
|
+
"1a",
|
|
528
|
+
"2a",
|
|
529
|
+
"3a",
|
|
530
|
+
"4a",
|
|
531
|
+
"5a",
|
|
532
|
+
"6a",
|
|
533
|
+
"7a",
|
|
534
|
+
"8a",
|
|
535
|
+
"9a",
|
|
536
|
+
"10a",
|
|
537
|
+
"11a",
|
|
538
|
+
"12p",
|
|
539
|
+
"1p",
|
|
540
|
+
"2p",
|
|
541
|
+
"3p",
|
|
542
|
+
"4p",
|
|
543
|
+
"5p",
|
|
544
|
+
"6p",
|
|
545
|
+
"7p",
|
|
546
|
+
"8p",
|
|
547
|
+
"9p",
|
|
548
|
+
"10p",
|
|
549
|
+
"11p"
|
|
550
|
+
],
|
|
551
|
+
splitArea: {
|
|
552
|
+
show: true
|
|
553
|
+
}
|
|
554
|
+
},
|
|
555
|
+
yAxis: {
|
|
556
|
+
type: "category",
|
|
557
|
+
data: [
|
|
558
|
+
"Saturday",
|
|
559
|
+
"Friday",
|
|
560
|
+
"Thursday",
|
|
561
|
+
"Wednesday",
|
|
562
|
+
"Tuesday",
|
|
563
|
+
"Monday",
|
|
564
|
+
"Sunday"
|
|
565
|
+
],
|
|
566
|
+
splitArea: {
|
|
567
|
+
show: true
|
|
568
|
+
}
|
|
569
|
+
},
|
|
570
|
+
visualMap: {
|
|
571
|
+
min: 0,
|
|
572
|
+
max: 10,
|
|
573
|
+
calculable: true,
|
|
574
|
+
orient: "horizontal",
|
|
575
|
+
left: "center",
|
|
576
|
+
bottom: "2%"
|
|
577
|
+
},
|
|
578
|
+
series: [
|
|
579
|
+
{
|
|
580
|
+
name: "Punch Card",
|
|
581
|
+
type: "heatmap",
|
|
582
|
+
data: [
|
|
583
|
+
[0, 0, 5],
|
|
584
|
+
[0, 1, 1],
|
|
585
|
+
[0, 2, 0],
|
|
586
|
+
[0, 3, 0],
|
|
587
|
+
[0, 4, 0],
|
|
588
|
+
[0, 5, 0],
|
|
589
|
+
[0, 6, 0],
|
|
590
|
+
[0, 7, 0],
|
|
591
|
+
[0, 8, 0],
|
|
592
|
+
[0, 9, 0],
|
|
593
|
+
[0, 10, 0],
|
|
594
|
+
[0, 11, 2],
|
|
595
|
+
[0, 12, 4],
|
|
596
|
+
[0, 13, 1],
|
|
597
|
+
[0, 14, 1],
|
|
598
|
+
[0, 15, 3],
|
|
599
|
+
[0, 16, 4],
|
|
600
|
+
[0, 17, 6],
|
|
601
|
+
[0, 18, 4],
|
|
602
|
+
[0, 19, 4],
|
|
603
|
+
[0, 20, 3],
|
|
604
|
+
[0, 21, 3],
|
|
605
|
+
[0, 22, 2],
|
|
606
|
+
[0, 23, 5],
|
|
607
|
+
[1, 0, 7],
|
|
608
|
+
[1, 1, 0],
|
|
609
|
+
[1, 2, 0],
|
|
610
|
+
[1, 3, 0],
|
|
611
|
+
[1, 4, 0],
|
|
612
|
+
[1, 5, 0],
|
|
613
|
+
[1, 6, 0],
|
|
614
|
+
[1, 7, 0],
|
|
615
|
+
[1, 8, 0],
|
|
616
|
+
[1, 9, 0],
|
|
617
|
+
[1, 10, 5],
|
|
618
|
+
[1, 11, 2],
|
|
619
|
+
[1, 12, 2],
|
|
620
|
+
[1, 13, 6],
|
|
621
|
+
[1, 14, 9],
|
|
622
|
+
[1, 15, 11],
|
|
623
|
+
[1, 16, 6],
|
|
624
|
+
[1, 17, 7],
|
|
625
|
+
[1, 18, 8],
|
|
626
|
+
[1, 19, 12],
|
|
627
|
+
[1, 20, 5],
|
|
628
|
+
[1, 21, 5],
|
|
629
|
+
[1, 22, 7],
|
|
630
|
+
[1, 23, 2],
|
|
631
|
+
[2, 0, 1],
|
|
632
|
+
[2, 1, 1],
|
|
633
|
+
[2, 2, 0],
|
|
634
|
+
[2, 3, 0],
|
|
635
|
+
[2, 4, 0],
|
|
636
|
+
[2, 5, 0],
|
|
637
|
+
[2, 6, 0],
|
|
638
|
+
[2, 7, 0],
|
|
639
|
+
[2, 8, 0],
|
|
640
|
+
[2, 9, 0],
|
|
641
|
+
[2, 10, 3],
|
|
642
|
+
[2, 11, 2],
|
|
643
|
+
[2, 12, 1],
|
|
644
|
+
[2, 13, 9],
|
|
645
|
+
[2, 14, 8],
|
|
646
|
+
[2, 15, 10],
|
|
647
|
+
[2, 16, 6],
|
|
648
|
+
[2, 17, 5],
|
|
649
|
+
[2, 18, 5],
|
|
650
|
+
[2, 19, 5],
|
|
651
|
+
[2, 20, 7],
|
|
652
|
+
[2, 21, 4],
|
|
653
|
+
[2, 22, 2],
|
|
654
|
+
[2, 23, 4],
|
|
655
|
+
[3, 0, 7],
|
|
656
|
+
[3, 1, 3],
|
|
657
|
+
[3, 2, 0],
|
|
658
|
+
[3, 3, 0],
|
|
659
|
+
[3, 4, 0],
|
|
660
|
+
[3, 5, 0],
|
|
661
|
+
[3, 6, 0],
|
|
662
|
+
[3, 7, 0],
|
|
663
|
+
[3, 8, 1],
|
|
664
|
+
[3, 9, 0],
|
|
665
|
+
[3, 10, 5],
|
|
666
|
+
[3, 11, 4],
|
|
667
|
+
[3, 12, 7],
|
|
668
|
+
[3, 13, 14],
|
|
669
|
+
[3, 14, 13],
|
|
670
|
+
[3, 15, 12],
|
|
671
|
+
[3, 16, 9],
|
|
672
|
+
[3, 17, 5],
|
|
673
|
+
[3, 18, 5],
|
|
674
|
+
[3, 19, 10],
|
|
675
|
+
[3, 20, 6],
|
|
676
|
+
[3, 21, 4],
|
|
677
|
+
[3, 22, 4],
|
|
678
|
+
[3, 23, 1],
|
|
679
|
+
[4, 0, 1],
|
|
680
|
+
[4, 1, 3],
|
|
681
|
+
[4, 2, 0],
|
|
682
|
+
[4, 3, 0],
|
|
683
|
+
[4, 4, 0],
|
|
684
|
+
[4, 5, 1],
|
|
685
|
+
[4, 6, 0],
|
|
686
|
+
[4, 7, 0],
|
|
687
|
+
[4, 8, 0],
|
|
688
|
+
[4, 9, 2],
|
|
689
|
+
[4, 10, 4],
|
|
690
|
+
[4, 11, 4],
|
|
691
|
+
[4, 12, 2],
|
|
692
|
+
[4, 13, 4],
|
|
693
|
+
[4, 14, 4],
|
|
694
|
+
[4, 15, 14],
|
|
695
|
+
[4, 16, 12],
|
|
696
|
+
[4, 17, 1],
|
|
697
|
+
[4, 18, 8],
|
|
698
|
+
[4, 19, 5],
|
|
699
|
+
[4, 20, 3],
|
|
700
|
+
[4, 21, 7],
|
|
701
|
+
[4, 22, 3],
|
|
702
|
+
[4, 23, 0],
|
|
703
|
+
[5, 0, 2],
|
|
704
|
+
[5, 1, 1],
|
|
705
|
+
[5, 2, 0],
|
|
706
|
+
[5, 3, 3],
|
|
707
|
+
[5, 4, 0],
|
|
708
|
+
[5, 5, 0],
|
|
709
|
+
[5, 6, 0],
|
|
710
|
+
[5, 7, 0],
|
|
711
|
+
[5, 8, 2],
|
|
712
|
+
[5, 9, 0],
|
|
713
|
+
[5, 10, 4],
|
|
714
|
+
[5, 11, 1],
|
|
715
|
+
[5, 12, 5],
|
|
716
|
+
[5, 13, 10],
|
|
717
|
+
[5, 14, 5],
|
|
718
|
+
[5, 15, 7],
|
|
719
|
+
[5, 16, 11],
|
|
720
|
+
[5, 17, 6],
|
|
721
|
+
[5, 18, 0],
|
|
722
|
+
[5, 19, 5],
|
|
723
|
+
[5, 20, 3],
|
|
724
|
+
[5, 21, 4],
|
|
725
|
+
[5, 22, 2],
|
|
726
|
+
[5, 23, 0],
|
|
727
|
+
[6, 0, 1],
|
|
728
|
+
[6, 1, 0],
|
|
729
|
+
[6, 2, 0],
|
|
730
|
+
[6, 3, 0],
|
|
731
|
+
[6, 4, 0],
|
|
732
|
+
[6, 5, 0],
|
|
733
|
+
[6, 6, 0],
|
|
734
|
+
[6, 7, 0],
|
|
735
|
+
[6, 8, 0],
|
|
736
|
+
[6, 9, 0],
|
|
737
|
+
[6, 10, 1],
|
|
738
|
+
[6, 11, 0],
|
|
739
|
+
[6, 12, 2],
|
|
740
|
+
[6, 13, 1],
|
|
741
|
+
[6, 14, 3],
|
|
742
|
+
[6, 15, 4],
|
|
743
|
+
[6, 16, 0],
|
|
744
|
+
[6, 17, 0],
|
|
745
|
+
[6, 18, 0],
|
|
746
|
+
[6, 19, 0],
|
|
747
|
+
[6, 20, 1],
|
|
748
|
+
[6, 21, 2],
|
|
749
|
+
[6, 22, 2],
|
|
750
|
+
[6, 23, 6]
|
|
751
|
+
].map(function(item) {
|
|
752
|
+
return [item[1], item[0], item[2] || "-"];
|
|
753
|
+
}),
|
|
754
|
+
label: {
|
|
755
|
+
show: true
|
|
756
|
+
},
|
|
757
|
+
emphasis: {
|
|
758
|
+
itemStyle: {
|
|
759
|
+
shadowBlur: 10,
|
|
760
|
+
shadowColor: "rgba(0, 0, 0, 0.5)"
|
|
761
|
+
}
|
|
762
|
+
}
|
|
763
|
+
}
|
|
764
|
+
]
|
|
765
|
+
},
|
|
766
|
+
options7: {
|
|
767
|
+
title: {
|
|
768
|
+
left: "center",
|
|
769
|
+
text: "Dispersion of house price based on the area"
|
|
770
|
+
},
|
|
771
|
+
grid: {
|
|
772
|
+
top: "10%",
|
|
773
|
+
left: "0%",
|
|
774
|
+
right: "10%",
|
|
775
|
+
bottom: "0%",
|
|
776
|
+
containLabel: true
|
|
777
|
+
},
|
|
778
|
+
visualMap: {
|
|
779
|
+
min: 15202,
|
|
780
|
+
max: 159980,
|
|
781
|
+
dimension: 1,
|
|
782
|
+
orient: "vertical",
|
|
783
|
+
right: 10,
|
|
784
|
+
top: "center",
|
|
785
|
+
text: ["HIGH", "LOW"],
|
|
786
|
+
calculable: true,
|
|
787
|
+
inRange: {
|
|
788
|
+
color: ["#f2c31a", "#24b7f2"]
|
|
789
|
+
}
|
|
790
|
+
},
|
|
791
|
+
tooltip: {
|
|
792
|
+
trigger: "item",
|
|
793
|
+
axisPointer: {
|
|
794
|
+
type: "cross"
|
|
795
|
+
}
|
|
796
|
+
},
|
|
797
|
+
xAxis: [
|
|
798
|
+
{
|
|
799
|
+
type: "value"
|
|
800
|
+
}
|
|
801
|
+
],
|
|
802
|
+
yAxis: [
|
|
803
|
+
{
|
|
804
|
+
type: "value"
|
|
805
|
+
}
|
|
806
|
+
],
|
|
807
|
+
series: [
|
|
808
|
+
{
|
|
809
|
+
name: "price-area",
|
|
810
|
+
type: "scatter",
|
|
811
|
+
symbolSize: 5,
|
|
812
|
+
itemStyle: {
|
|
813
|
+
normal: {
|
|
814
|
+
borderWidth: 0.2,
|
|
815
|
+
borderColor: "#fff"
|
|
816
|
+
}
|
|
817
|
+
},
|
|
818
|
+
data: window.dataHousePriceArea
|
|
819
|
+
}
|
|
820
|
+
]
|
|
821
|
+
},
|
|
822
|
+
options8: {
|
|
823
|
+
parallelAxis: [
|
|
824
|
+
{ dim: 0, name: "Price" },
|
|
825
|
+
{ dim: 1, name: "Net Weight" },
|
|
826
|
+
{ dim: 2, name: "Amount" },
|
|
827
|
+
{
|
|
828
|
+
dim: 3,
|
|
829
|
+
name: "Score",
|
|
830
|
+
type: "category",
|
|
831
|
+
data: ["Excellent", "Good", "OK", "Bad"]
|
|
832
|
+
}
|
|
833
|
+
],
|
|
834
|
+
parallel: {
|
|
835
|
+
left: "5%",
|
|
836
|
+
right: "10%",
|
|
837
|
+
bottom: "5%",
|
|
838
|
+
top: "5%"
|
|
839
|
+
// parallelAxisDefault: {
|
|
840
|
+
// type: 'value',
|
|
841
|
+
// nameLocation: 'end',
|
|
842
|
+
// nameGap: 20
|
|
843
|
+
// }
|
|
844
|
+
},
|
|
845
|
+
series: {
|
|
846
|
+
type: "parallel",
|
|
847
|
+
lineStyle: {
|
|
848
|
+
width: 4
|
|
849
|
+
},
|
|
850
|
+
data: [
|
|
851
|
+
[12.99, 100, 82, "Good"],
|
|
852
|
+
[9.99, 80, 77, "OK"],
|
|
853
|
+
[20, 120, 60, "Excellent"]
|
|
854
|
+
]
|
|
855
|
+
}
|
|
856
|
+
},
|
|
857
|
+
options9: {
|
|
858
|
+
tooltip: {
|
|
859
|
+
trigger: "item",
|
|
860
|
+
triggerOn: "mousemove"
|
|
861
|
+
},
|
|
862
|
+
toolbox: {
|
|
863
|
+
feature: {
|
|
864
|
+
restore: {
|
|
865
|
+
title: "Restore"
|
|
866
|
+
},
|
|
867
|
+
saveAsImage: {
|
|
868
|
+
title: "Download"
|
|
869
|
+
}
|
|
870
|
+
}
|
|
871
|
+
},
|
|
872
|
+
series: [
|
|
873
|
+
{
|
|
874
|
+
type: "tree",
|
|
875
|
+
//orient: 'vertical',
|
|
876
|
+
data: [window.dataFlare],
|
|
877
|
+
top: "1%",
|
|
878
|
+
left: "4%",
|
|
879
|
+
bottom: "1%",
|
|
880
|
+
right: "14%",
|
|
881
|
+
//top: '4%',
|
|
882
|
+
//left: '1%',
|
|
883
|
+
//bottom: '14%',
|
|
884
|
+
//right: '1%',
|
|
885
|
+
symbolSize: 12,
|
|
886
|
+
initialTreeDepth: undefined, //展開全部
|
|
887
|
+
label: {
|
|
888
|
+
position: "left",
|
|
889
|
+
//position: 'top',
|
|
890
|
+
verticalAlign: "middle",
|
|
891
|
+
align: "right",
|
|
892
|
+
fontSize: 12,
|
|
893
|
+
//rotate: -90,
|
|
894
|
+
formatter: function(p) {
|
|
895
|
+
if (p.value) {
|
|
896
|
+
return p.name + ": " + p.value;
|
|
897
|
+
}
|
|
898
|
+
return p.name;
|
|
899
|
+
}
|
|
900
|
+
},
|
|
901
|
+
leaves: {
|
|
902
|
+
label: {
|
|
903
|
+
position: "right",
|
|
904
|
+
//position: 'bottom',
|
|
905
|
+
verticalAlign: "middle",
|
|
906
|
+
align: "left"
|
|
907
|
+
//rotate: -90,
|
|
908
|
+
//formatter: '{b}: {c}',
|
|
909
|
+
}
|
|
910
|
+
},
|
|
911
|
+
animationDuration: 500,
|
|
912
|
+
animationDurationUpdate: 500
|
|
913
|
+
}
|
|
914
|
+
]
|
|
915
|
+
},
|
|
916
|
+
options10: {
|
|
917
|
+
tooltip: {
|
|
918
|
+
trigger: "item",
|
|
919
|
+
triggerOn: "mousemove"
|
|
920
|
+
},
|
|
921
|
+
toolbox: {
|
|
922
|
+
feature: {
|
|
923
|
+
restore: {
|
|
924
|
+
title: "Restore"
|
|
925
|
+
},
|
|
926
|
+
saveAsImage: {
|
|
927
|
+
title: "Download"
|
|
928
|
+
}
|
|
929
|
+
}
|
|
930
|
+
},
|
|
931
|
+
series: [
|
|
932
|
+
{
|
|
933
|
+
type: "treemap",
|
|
934
|
+
name: window.dataFlare.name,
|
|
935
|
+
data: window.dataFlare.children,
|
|
936
|
+
upperLabel: {
|
|
937
|
+
show: true,
|
|
938
|
+
height: 24,
|
|
939
|
+
padding: 5
|
|
940
|
+
},
|
|
941
|
+
label: {
|
|
942
|
+
formatter: function(p) {
|
|
943
|
+
if (p.value) {
|
|
944
|
+
return p.name + "\n" + "(" + p.value + ")";
|
|
945
|
+
}
|
|
946
|
+
return p.name;
|
|
947
|
+
},
|
|
948
|
+
fontSize: 11
|
|
949
|
+
},
|
|
950
|
+
levels: [
|
|
951
|
+
{
|
|
952
|
+
itemStyle: {
|
|
953
|
+
borderWidth: 2,
|
|
954
|
+
gapWidth: 2,
|
|
955
|
+
borderColor: "#444"
|
|
956
|
+
//borderColorSaturation: 0.2,
|
|
957
|
+
}
|
|
958
|
+
},
|
|
959
|
+
{
|
|
960
|
+
itemStyle: {
|
|
961
|
+
borderWidth: 2,
|
|
962
|
+
gapWidth: 2,
|
|
963
|
+
borderColor: "#666"
|
|
964
|
+
//borderColorSaturation: 0.7,
|
|
965
|
+
}
|
|
966
|
+
},
|
|
967
|
+
{
|
|
968
|
+
itemStyle: {
|
|
969
|
+
borderWidth: 2,
|
|
970
|
+
gapWidth: 2,
|
|
971
|
+
borderColor: "#888"
|
|
972
|
+
//borderColorSaturation: 0.4,
|
|
973
|
+
}
|
|
974
|
+
},
|
|
975
|
+
{
|
|
976
|
+
itemStyle: {
|
|
977
|
+
borderWidth: 2,
|
|
978
|
+
gapWidth: 2,
|
|
979
|
+
borderColor: "#aaa"
|
|
980
|
+
//borderColorSaturation: 0.4,
|
|
981
|
+
}
|
|
982
|
+
}
|
|
983
|
+
]
|
|
984
|
+
}
|
|
985
|
+
]
|
|
986
|
+
},
|
|
987
|
+
options11: {
|
|
988
|
+
// legend: {
|
|
989
|
+
// data: ['Punch Card']
|
|
990
|
+
// },
|
|
991
|
+
tooltip: {},
|
|
992
|
+
visualMap: {
|
|
993
|
+
type: "continuous",
|
|
994
|
+
min: 0,
|
|
995
|
+
max: 10,
|
|
996
|
+
inRange: {
|
|
997
|
+
color: ["#2D5F73", "#538EA6", "#F2D1B3", "#F2B8A2", "#F28C8C"]
|
|
998
|
+
},
|
|
999
|
+
orient: "vertical",
|
|
1000
|
+
top: "center"
|
|
1001
|
+
},
|
|
1002
|
+
series: {
|
|
1003
|
+
type: "sunburst",
|
|
1004
|
+
data: [
|
|
1005
|
+
{
|
|
1006
|
+
name: "Grandpa",
|
|
1007
|
+
children: [
|
|
1008
|
+
{
|
|
1009
|
+
name: "Uncle Leo",
|
|
1010
|
+
value: 15,
|
|
1011
|
+
children: [
|
|
1012
|
+
{
|
|
1013
|
+
name: "Cousin Jack",
|
|
1014
|
+
value: 2
|
|
1015
|
+
},
|
|
1016
|
+
{
|
|
1017
|
+
name: "Cousin Mary",
|
|
1018
|
+
value: 5,
|
|
1019
|
+
children: [
|
|
1020
|
+
{
|
|
1021
|
+
name: "Jackson",
|
|
1022
|
+
value: 2
|
|
1023
|
+
}
|
|
1024
|
+
]
|
|
1025
|
+
},
|
|
1026
|
+
{
|
|
1027
|
+
name: "Cousin Ben",
|
|
1028
|
+
value: 4
|
|
1029
|
+
}
|
|
1030
|
+
]
|
|
1031
|
+
},
|
|
1032
|
+
{
|
|
1033
|
+
name: "Aunt Jane",
|
|
1034
|
+
children: [
|
|
1035
|
+
{
|
|
1036
|
+
name: "Cousin Kate",
|
|
1037
|
+
value: 4
|
|
1038
|
+
}
|
|
1039
|
+
]
|
|
1040
|
+
},
|
|
1041
|
+
{
|
|
1042
|
+
name: "Father",
|
|
1043
|
+
value: 10,
|
|
1044
|
+
children: [
|
|
1045
|
+
{
|
|
1046
|
+
name: "Me",
|
|
1047
|
+
value: 5,
|
|
1048
|
+
itemStyle: {
|
|
1049
|
+
color: "red"
|
|
1050
|
+
}
|
|
1051
|
+
},
|
|
1052
|
+
{
|
|
1053
|
+
name: "Brother Peter",
|
|
1054
|
+
value: 1
|
|
1055
|
+
}
|
|
1056
|
+
]
|
|
1057
|
+
}
|
|
1058
|
+
]
|
|
1059
|
+
},
|
|
1060
|
+
{
|
|
1061
|
+
name: "Mike",
|
|
1062
|
+
children: [
|
|
1063
|
+
{
|
|
1064
|
+
name: "Uncle Dan",
|
|
1065
|
+
children: [
|
|
1066
|
+
{
|
|
1067
|
+
name: "Cousin Lucy",
|
|
1068
|
+
value: 3
|
|
1069
|
+
},
|
|
1070
|
+
{
|
|
1071
|
+
name: "Cousin Luck",
|
|
1072
|
+
value: 4,
|
|
1073
|
+
children: [
|
|
1074
|
+
{
|
|
1075
|
+
name: "Nephew",
|
|
1076
|
+
value: 2
|
|
1077
|
+
}
|
|
1078
|
+
]
|
|
1079
|
+
}
|
|
1080
|
+
]
|
|
1081
|
+
}
|
|
1082
|
+
]
|
|
1083
|
+
},
|
|
1084
|
+
{
|
|
1085
|
+
name: "Nancy",
|
|
1086
|
+
children: [
|
|
1087
|
+
{
|
|
1088
|
+
name: "Uncle Nike",
|
|
1089
|
+
children: [
|
|
1090
|
+
{
|
|
1091
|
+
name: "Cousin Betty",
|
|
1092
|
+
value: 1
|
|
1093
|
+
},
|
|
1094
|
+
{
|
|
1095
|
+
name: "Cousin Jenny",
|
|
1096
|
+
value: 2
|
|
1097
|
+
}
|
|
1098
|
+
]
|
|
1099
|
+
}
|
|
1100
|
+
]
|
|
1101
|
+
}
|
|
1102
|
+
],
|
|
1103
|
+
radius: [0, "90%"],
|
|
1104
|
+
label: {
|
|
1105
|
+
rotate: "radial"
|
|
1106
|
+
}
|
|
1107
|
+
}
|
|
1108
|
+
},
|
|
1109
|
+
options12: {
|
|
1110
|
+
legend: {
|
|
1111
|
+
data: ["Punch Card"]
|
|
1112
|
+
},
|
|
1113
|
+
polar: {},
|
|
1114
|
+
tooltip: {},
|
|
1115
|
+
visualMap: {
|
|
1116
|
+
type: "continuous",
|
|
1117
|
+
min: 0,
|
|
1118
|
+
max: 14,
|
|
1119
|
+
top: "middle",
|
|
1120
|
+
dimension: 2,
|
|
1121
|
+
calculable: true
|
|
1122
|
+
},
|
|
1123
|
+
angleAxis: {
|
|
1124
|
+
type: "category",
|
|
1125
|
+
data: [
|
|
1126
|
+
"12a",
|
|
1127
|
+
"1a",
|
|
1128
|
+
"2a",
|
|
1129
|
+
"3a",
|
|
1130
|
+
"4a",
|
|
1131
|
+
"5a",
|
|
1132
|
+
"6a",
|
|
1133
|
+
"7a",
|
|
1134
|
+
"8a",
|
|
1135
|
+
"9a",
|
|
1136
|
+
"10a",
|
|
1137
|
+
"11a",
|
|
1138
|
+
"12p",
|
|
1139
|
+
"1p",
|
|
1140
|
+
"2p",
|
|
1141
|
+
"3p",
|
|
1142
|
+
"4p",
|
|
1143
|
+
"5p",
|
|
1144
|
+
"6p",
|
|
1145
|
+
"7p",
|
|
1146
|
+
"8p",
|
|
1147
|
+
"9p",
|
|
1148
|
+
"10p",
|
|
1149
|
+
"11p"
|
|
1150
|
+
],
|
|
1151
|
+
boundaryGap: false,
|
|
1152
|
+
splitLine: {
|
|
1153
|
+
show: true,
|
|
1154
|
+
lineStyle: {
|
|
1155
|
+
color: "#ddd",
|
|
1156
|
+
type: "dashed"
|
|
1157
|
+
}
|
|
1158
|
+
},
|
|
1159
|
+
axisLine: {
|
|
1160
|
+
show: false
|
|
1161
|
+
}
|
|
1162
|
+
},
|
|
1163
|
+
radiusAxis: {
|
|
1164
|
+
type: "category",
|
|
1165
|
+
data: [
|
|
1166
|
+
"Saturday",
|
|
1167
|
+
"Friday",
|
|
1168
|
+
"Thursday",
|
|
1169
|
+
"Wednesday",
|
|
1170
|
+
"Tuesday",
|
|
1171
|
+
"Monday",
|
|
1172
|
+
"Sunday"
|
|
1173
|
+
],
|
|
1174
|
+
z: 100
|
|
1175
|
+
},
|
|
1176
|
+
series: [
|
|
1177
|
+
{
|
|
1178
|
+
name: "Punch Card",
|
|
1179
|
+
type: "custom",
|
|
1180
|
+
coordinateSystem: "polar",
|
|
1181
|
+
itemStyle: {
|
|
1182
|
+
color: "#d14a61"
|
|
1183
|
+
},
|
|
1184
|
+
renderItem: function(params, api) {
|
|
1185
|
+
let values = [api.value(0), api.value(1)];
|
|
1186
|
+
let coord = api.coord(values);
|
|
1187
|
+
let size = api.size([1, 1], values);
|
|
1188
|
+
return {
|
|
1189
|
+
type: "sector",
|
|
1190
|
+
shape: {
|
|
1191
|
+
cx: params.coordSys.cx,
|
|
1192
|
+
cy: params.coordSys.cy,
|
|
1193
|
+
r0: coord[2] - size[0] / 2,
|
|
1194
|
+
r: coord[2] + size[0] / 2,
|
|
1195
|
+
startAngle: -(coord[3] + size[1] / 2),
|
|
1196
|
+
endAngle: -(coord[3] - size[1] / 2)
|
|
1197
|
+
},
|
|
1198
|
+
style: api.style({
|
|
1199
|
+
fill: api.visual("color")
|
|
1200
|
+
})
|
|
1201
|
+
};
|
|
1202
|
+
},
|
|
1203
|
+
data: [
|
|
1204
|
+
[0, 0, 5],
|
|
1205
|
+
[0, 1, 1],
|
|
1206
|
+
[0, 2, 0],
|
|
1207
|
+
[0, 3, 0],
|
|
1208
|
+
[0, 4, 0],
|
|
1209
|
+
[0, 5, 0],
|
|
1210
|
+
[0, 6, 0],
|
|
1211
|
+
[0, 7, 0],
|
|
1212
|
+
[0, 8, 0],
|
|
1213
|
+
[0, 9, 0],
|
|
1214
|
+
[0, 10, 0],
|
|
1215
|
+
[0, 11, 2],
|
|
1216
|
+
[0, 12, 4],
|
|
1217
|
+
[0, 13, 1],
|
|
1218
|
+
[0, 14, 1],
|
|
1219
|
+
[0, 15, 3],
|
|
1220
|
+
[0, 16, 4],
|
|
1221
|
+
[0, 17, 6],
|
|
1222
|
+
[0, 18, 4],
|
|
1223
|
+
[0, 19, 4],
|
|
1224
|
+
[0, 20, 3],
|
|
1225
|
+
[0, 21, 3],
|
|
1226
|
+
[0, 22, 2],
|
|
1227
|
+
[0, 23, 5],
|
|
1228
|
+
[1, 0, 7],
|
|
1229
|
+
[1, 1, 0],
|
|
1230
|
+
[1, 2, 0],
|
|
1231
|
+
[1, 3, 0],
|
|
1232
|
+
[1, 4, 0],
|
|
1233
|
+
[1, 5, 0],
|
|
1234
|
+
[1, 6, 0],
|
|
1235
|
+
[1, 7, 0],
|
|
1236
|
+
[1, 8, 0],
|
|
1237
|
+
[1, 9, 0],
|
|
1238
|
+
[1, 10, 5],
|
|
1239
|
+
[1, 11, 2],
|
|
1240
|
+
[1, 12, 2],
|
|
1241
|
+
[1, 13, 6],
|
|
1242
|
+
[1, 14, 9],
|
|
1243
|
+
[1, 15, 11],
|
|
1244
|
+
[1, 16, 6],
|
|
1245
|
+
[1, 17, 7],
|
|
1246
|
+
[1, 18, 8],
|
|
1247
|
+
[1, 19, 12],
|
|
1248
|
+
[1, 20, 5],
|
|
1249
|
+
[1, 21, 5],
|
|
1250
|
+
[1, 22, 7],
|
|
1251
|
+
[1, 23, 2],
|
|
1252
|
+
[2, 0, 1],
|
|
1253
|
+
[2, 1, 1],
|
|
1254
|
+
[2, 2, 0],
|
|
1255
|
+
[2, 3, 0],
|
|
1256
|
+
[2, 4, 0],
|
|
1257
|
+
[2, 5, 0],
|
|
1258
|
+
[2, 6, 0],
|
|
1259
|
+
[2, 7, 0],
|
|
1260
|
+
[2, 8, 0],
|
|
1261
|
+
[2, 9, 0],
|
|
1262
|
+
[2, 10, 3],
|
|
1263
|
+
[2, 11, 2],
|
|
1264
|
+
[2, 12, 1],
|
|
1265
|
+
[2, 13, 9],
|
|
1266
|
+
[2, 14, 8],
|
|
1267
|
+
[2, 15, 10],
|
|
1268
|
+
[2, 16, 6],
|
|
1269
|
+
[2, 17, 5],
|
|
1270
|
+
[2, 18, 5],
|
|
1271
|
+
[2, 19, 5],
|
|
1272
|
+
[2, 20, 7],
|
|
1273
|
+
[2, 21, 4],
|
|
1274
|
+
[2, 22, 2],
|
|
1275
|
+
[2, 23, 4],
|
|
1276
|
+
[3, 0, 7],
|
|
1277
|
+
[3, 1, 3],
|
|
1278
|
+
[3, 2, 0],
|
|
1279
|
+
[3, 3, 0],
|
|
1280
|
+
[3, 4, 0],
|
|
1281
|
+
[3, 5, 0],
|
|
1282
|
+
[3, 6, 0],
|
|
1283
|
+
[3, 7, 0],
|
|
1284
|
+
[3, 8, 1],
|
|
1285
|
+
[3, 9, 0],
|
|
1286
|
+
[3, 10, 5],
|
|
1287
|
+
[3, 11, 4],
|
|
1288
|
+
[3, 12, 7],
|
|
1289
|
+
[3, 13, 14],
|
|
1290
|
+
[3, 14, 13],
|
|
1291
|
+
[3, 15, 12],
|
|
1292
|
+
[3, 16, 9],
|
|
1293
|
+
[3, 17, 5],
|
|
1294
|
+
[3, 18, 5],
|
|
1295
|
+
[3, 19, 10],
|
|
1296
|
+
[3, 20, 6],
|
|
1297
|
+
[3, 21, 4],
|
|
1298
|
+
[3, 22, 4],
|
|
1299
|
+
[3, 23, 1],
|
|
1300
|
+
[4, 0, 1],
|
|
1301
|
+
[4, 1, 3],
|
|
1302
|
+
[4, 2, 0],
|
|
1303
|
+
[4, 3, 0],
|
|
1304
|
+
[4, 4, 0],
|
|
1305
|
+
[4, 5, 1],
|
|
1306
|
+
[4, 6, 0],
|
|
1307
|
+
[4, 7, 0],
|
|
1308
|
+
[4, 8, 0],
|
|
1309
|
+
[4, 9, 2],
|
|
1310
|
+
[4, 10, 4],
|
|
1311
|
+
[4, 11, 4],
|
|
1312
|
+
[4, 12, 2],
|
|
1313
|
+
[4, 13, 4],
|
|
1314
|
+
[4, 14, 4],
|
|
1315
|
+
[4, 15, 14],
|
|
1316
|
+
[4, 16, 12],
|
|
1317
|
+
[4, 17, 1],
|
|
1318
|
+
[4, 18, 8],
|
|
1319
|
+
[4, 19, 5],
|
|
1320
|
+
[4, 20, 3],
|
|
1321
|
+
[4, 21, 7],
|
|
1322
|
+
[4, 22, 3],
|
|
1323
|
+
[4, 23, 0],
|
|
1324
|
+
[5, 0, 2],
|
|
1325
|
+
[5, 1, 1],
|
|
1326
|
+
[5, 2, 0],
|
|
1327
|
+
[5, 3, 3],
|
|
1328
|
+
[5, 4, 0],
|
|
1329
|
+
[5, 5, 0],
|
|
1330
|
+
[5, 6, 0],
|
|
1331
|
+
[5, 7, 0],
|
|
1332
|
+
[5, 8, 2],
|
|
1333
|
+
[5, 9, 0],
|
|
1334
|
+
[5, 10, 4],
|
|
1335
|
+
[5, 11, 1],
|
|
1336
|
+
[5, 12, 5],
|
|
1337
|
+
[5, 13, 10],
|
|
1338
|
+
[5, 14, 5],
|
|
1339
|
+
[5, 15, 7],
|
|
1340
|
+
[5, 16, 11],
|
|
1341
|
+
[5, 17, 6],
|
|
1342
|
+
[5, 18, 0],
|
|
1343
|
+
[5, 19, 5],
|
|
1344
|
+
[5, 20, 3],
|
|
1345
|
+
[5, 21, 4],
|
|
1346
|
+
[5, 22, 2],
|
|
1347
|
+
[5, 23, 0],
|
|
1348
|
+
[6, 0, 1],
|
|
1349
|
+
[6, 1, 0],
|
|
1350
|
+
[6, 2, 0],
|
|
1351
|
+
[6, 3, 0],
|
|
1352
|
+
[6, 4, 0],
|
|
1353
|
+
[6, 5, 0],
|
|
1354
|
+
[6, 6, 0],
|
|
1355
|
+
[6, 7, 0],
|
|
1356
|
+
[6, 8, 0],
|
|
1357
|
+
[6, 9, 0],
|
|
1358
|
+
[6, 10, 1],
|
|
1359
|
+
[6, 11, 0],
|
|
1360
|
+
[6, 12, 2],
|
|
1361
|
+
[6, 13, 1],
|
|
1362
|
+
[6, 14, 3],
|
|
1363
|
+
[6, 15, 4],
|
|
1364
|
+
[6, 16, 0],
|
|
1365
|
+
[6, 17, 0],
|
|
1366
|
+
[6, 18, 0],
|
|
1367
|
+
[6, 19, 0],
|
|
1368
|
+
[6, 20, 1],
|
|
1369
|
+
[6, 21, 2],
|
|
1370
|
+
[6, 22, 2],
|
|
1371
|
+
[6, 23, 6]
|
|
1372
|
+
]
|
|
1373
|
+
}
|
|
1374
|
+
]
|
|
1375
|
+
},
|
|
1376
|
+
options13: {
|
|
1377
|
+
tooltip: {},
|
|
1378
|
+
visualMap: {
|
|
1379
|
+
max: 20,
|
|
1380
|
+
inRange: {
|
|
1381
|
+
color: [
|
|
1382
|
+
"#313695",
|
|
1383
|
+
"#4575b4",
|
|
1384
|
+
"#74add1",
|
|
1385
|
+
"#abd9e9",
|
|
1386
|
+
"#e0f3f8",
|
|
1387
|
+
"#ffffbf",
|
|
1388
|
+
"#fee090",
|
|
1389
|
+
"#fdae61",
|
|
1390
|
+
"#f46d43",
|
|
1391
|
+
"#d73027",
|
|
1392
|
+
"#a50026"
|
|
1393
|
+
]
|
|
1394
|
+
}
|
|
1395
|
+
},
|
|
1396
|
+
xAxis3D: {
|
|
1397
|
+
type: "category",
|
|
1398
|
+
data: [
|
|
1399
|
+
"12a",
|
|
1400
|
+
"1a",
|
|
1401
|
+
"2a",
|
|
1402
|
+
"3a",
|
|
1403
|
+
"4a",
|
|
1404
|
+
"5a",
|
|
1405
|
+
"6a",
|
|
1406
|
+
"7a",
|
|
1407
|
+
"8a",
|
|
1408
|
+
"9a",
|
|
1409
|
+
"10a",
|
|
1410
|
+
"11a",
|
|
1411
|
+
"12p",
|
|
1412
|
+
"1p",
|
|
1413
|
+
"2p",
|
|
1414
|
+
"3p",
|
|
1415
|
+
"4p",
|
|
1416
|
+
"5p",
|
|
1417
|
+
"6p",
|
|
1418
|
+
"7p",
|
|
1419
|
+
"8p",
|
|
1420
|
+
"9p",
|
|
1421
|
+
"10p",
|
|
1422
|
+
"11p"
|
|
1423
|
+
]
|
|
1424
|
+
},
|
|
1425
|
+
yAxis3D: {
|
|
1426
|
+
type: "category",
|
|
1427
|
+
data: [
|
|
1428
|
+
"Saturday",
|
|
1429
|
+
"Friday",
|
|
1430
|
+
"Thursday",
|
|
1431
|
+
"Wednesday",
|
|
1432
|
+
"Tuesday",
|
|
1433
|
+
"Monday",
|
|
1434
|
+
"Sunday"
|
|
1435
|
+
]
|
|
1436
|
+
},
|
|
1437
|
+
zAxis3D: {
|
|
1438
|
+
type: "value"
|
|
1439
|
+
},
|
|
1440
|
+
grid3D: {
|
|
1441
|
+
boxWidth: 200,
|
|
1442
|
+
boxDepth: 80,
|
|
1443
|
+
light: {
|
|
1444
|
+
main: {
|
|
1445
|
+
intensity: 1.2
|
|
1446
|
+
},
|
|
1447
|
+
ambient: {
|
|
1448
|
+
intensity: 0.3
|
|
1449
|
+
}
|
|
1450
|
+
}
|
|
1451
|
+
},
|
|
1452
|
+
series: [
|
|
1453
|
+
{
|
|
1454
|
+
type: "bar3D",
|
|
1455
|
+
data: [
|
|
1456
|
+
[0, 0, 5],
|
|
1457
|
+
[0, 1, 1],
|
|
1458
|
+
[0, 2, 0],
|
|
1459
|
+
[0, 3, 0],
|
|
1460
|
+
[0, 4, 0],
|
|
1461
|
+
[0, 5, 0],
|
|
1462
|
+
[0, 6, 0],
|
|
1463
|
+
[0, 7, 0],
|
|
1464
|
+
[0, 8, 0],
|
|
1465
|
+
[0, 9, 0],
|
|
1466
|
+
[0, 10, 0],
|
|
1467
|
+
[0, 11, 2],
|
|
1468
|
+
[0, 12, 4],
|
|
1469
|
+
[0, 13, 1],
|
|
1470
|
+
[0, 14, 1],
|
|
1471
|
+
[0, 15, 3],
|
|
1472
|
+
[0, 16, 4],
|
|
1473
|
+
[0, 17, 6],
|
|
1474
|
+
[0, 18, 4],
|
|
1475
|
+
[0, 19, 4],
|
|
1476
|
+
[0, 20, 3],
|
|
1477
|
+
[0, 21, 3],
|
|
1478
|
+
[0, 22, 2],
|
|
1479
|
+
[0, 23, 5],
|
|
1480
|
+
[1, 0, 7],
|
|
1481
|
+
[1, 1, 0],
|
|
1482
|
+
[1, 2, 0],
|
|
1483
|
+
[1, 3, 0],
|
|
1484
|
+
[1, 4, 0],
|
|
1485
|
+
[1, 5, 0],
|
|
1486
|
+
[1, 6, 0],
|
|
1487
|
+
[1, 7, 0],
|
|
1488
|
+
[1, 8, 0],
|
|
1489
|
+
[1, 9, 0],
|
|
1490
|
+
[1, 10, 5],
|
|
1491
|
+
[1, 11, 2],
|
|
1492
|
+
[1, 12, 2],
|
|
1493
|
+
[1, 13, 6],
|
|
1494
|
+
[1, 14, 9],
|
|
1495
|
+
[1, 15, 11],
|
|
1496
|
+
[1, 16, 6],
|
|
1497
|
+
[1, 17, 7],
|
|
1498
|
+
[1, 18, 8],
|
|
1499
|
+
[1, 19, 12],
|
|
1500
|
+
[1, 20, 5],
|
|
1501
|
+
[1, 21, 5],
|
|
1502
|
+
[1, 22, 7],
|
|
1503
|
+
[1, 23, 2],
|
|
1504
|
+
[2, 0, 1],
|
|
1505
|
+
[2, 1, 1],
|
|
1506
|
+
[2, 2, 0],
|
|
1507
|
+
[2, 3, 0],
|
|
1508
|
+
[2, 4, 0],
|
|
1509
|
+
[2, 5, 0],
|
|
1510
|
+
[2, 6, 0],
|
|
1511
|
+
[2, 7, 0],
|
|
1512
|
+
[2, 8, 0],
|
|
1513
|
+
[2, 9, 0],
|
|
1514
|
+
[2, 10, 3],
|
|
1515
|
+
[2, 11, 2],
|
|
1516
|
+
[2, 12, 1],
|
|
1517
|
+
[2, 13, 9],
|
|
1518
|
+
[2, 14, 8],
|
|
1519
|
+
[2, 15, 10],
|
|
1520
|
+
[2, 16, 6],
|
|
1521
|
+
[2, 17, 5],
|
|
1522
|
+
[2, 18, 5],
|
|
1523
|
+
[2, 19, 5],
|
|
1524
|
+
[2, 20, 7],
|
|
1525
|
+
[2, 21, 4],
|
|
1526
|
+
[2, 22, 2],
|
|
1527
|
+
[2, 23, 4],
|
|
1528
|
+
[3, 0, 7],
|
|
1529
|
+
[3, 1, 3],
|
|
1530
|
+
[3, 2, 0],
|
|
1531
|
+
[3, 3, 0],
|
|
1532
|
+
[3, 4, 0],
|
|
1533
|
+
[3, 5, 0],
|
|
1534
|
+
[3, 6, 0],
|
|
1535
|
+
[3, 7, 0],
|
|
1536
|
+
[3, 8, 1],
|
|
1537
|
+
[3, 9, 0],
|
|
1538
|
+
[3, 10, 5],
|
|
1539
|
+
[3, 11, 4],
|
|
1540
|
+
[3, 12, 7],
|
|
1541
|
+
[3, 13, 14],
|
|
1542
|
+
[3, 14, 13],
|
|
1543
|
+
[3, 15, 12],
|
|
1544
|
+
[3, 16, 9],
|
|
1545
|
+
[3, 17, 5],
|
|
1546
|
+
[3, 18, 5],
|
|
1547
|
+
[3, 19, 10],
|
|
1548
|
+
[3, 20, 6],
|
|
1549
|
+
[3, 21, 4],
|
|
1550
|
+
[3, 22, 4],
|
|
1551
|
+
[3, 23, 1],
|
|
1552
|
+
[4, 0, 1],
|
|
1553
|
+
[4, 1, 3],
|
|
1554
|
+
[4, 2, 0],
|
|
1555
|
+
[4, 3, 0],
|
|
1556
|
+
[4, 4, 0],
|
|
1557
|
+
[4, 5, 1],
|
|
1558
|
+
[4, 6, 0],
|
|
1559
|
+
[4, 7, 0],
|
|
1560
|
+
[4, 8, 0],
|
|
1561
|
+
[4, 9, 2],
|
|
1562
|
+
[4, 10, 4],
|
|
1563
|
+
[4, 11, 4],
|
|
1564
|
+
[4, 12, 2],
|
|
1565
|
+
[4, 13, 4],
|
|
1566
|
+
[4, 14, 4],
|
|
1567
|
+
[4, 15, 14],
|
|
1568
|
+
[4, 16, 12],
|
|
1569
|
+
[4, 17, 1],
|
|
1570
|
+
[4, 18, 8],
|
|
1571
|
+
[4, 19, 5],
|
|
1572
|
+
[4, 20, 3],
|
|
1573
|
+
[4, 21, 7],
|
|
1574
|
+
[4, 22, 3],
|
|
1575
|
+
[4, 23, 0],
|
|
1576
|
+
[5, 0, 2],
|
|
1577
|
+
[5, 1, 1],
|
|
1578
|
+
[5, 2, 0],
|
|
1579
|
+
[5, 3, 3],
|
|
1580
|
+
[5, 4, 0],
|
|
1581
|
+
[5, 5, 0],
|
|
1582
|
+
[5, 6, 0],
|
|
1583
|
+
[5, 7, 0],
|
|
1584
|
+
[5, 8, 2],
|
|
1585
|
+
[5, 9, 0],
|
|
1586
|
+
[5, 10, 4],
|
|
1587
|
+
[5, 11, 1],
|
|
1588
|
+
[5, 12, 5],
|
|
1589
|
+
[5, 13, 10],
|
|
1590
|
+
[5, 14, 5],
|
|
1591
|
+
[5, 15, 7],
|
|
1592
|
+
[5, 16, 11],
|
|
1593
|
+
[5, 17, 6],
|
|
1594
|
+
[5, 18, 0],
|
|
1595
|
+
[5, 19, 5],
|
|
1596
|
+
[5, 20, 3],
|
|
1597
|
+
[5, 21, 4],
|
|
1598
|
+
[5, 22, 2],
|
|
1599
|
+
[5, 23, 0],
|
|
1600
|
+
[6, 0, 1],
|
|
1601
|
+
[6, 1, 0],
|
|
1602
|
+
[6, 2, 0],
|
|
1603
|
+
[6, 3, 0],
|
|
1604
|
+
[6, 4, 0],
|
|
1605
|
+
[6, 5, 0],
|
|
1606
|
+
[6, 6, 0],
|
|
1607
|
+
[6, 7, 0],
|
|
1608
|
+
[6, 8, 0],
|
|
1609
|
+
[6, 9, 0],
|
|
1610
|
+
[6, 10, 1],
|
|
1611
|
+
[6, 11, 0],
|
|
1612
|
+
[6, 12, 2],
|
|
1613
|
+
[6, 13, 1],
|
|
1614
|
+
[6, 14, 3],
|
|
1615
|
+
[6, 15, 4],
|
|
1616
|
+
[6, 16, 0],
|
|
1617
|
+
[6, 17, 0],
|
|
1618
|
+
[6, 18, 0],
|
|
1619
|
+
[6, 19, 0],
|
|
1620
|
+
[6, 20, 1],
|
|
1621
|
+
[6, 21, 2],
|
|
1622
|
+
[6, 22, 2],
|
|
1623
|
+
[6, 23, 6]
|
|
1624
|
+
].map(function(item) {
|
|
1625
|
+
return {
|
|
1626
|
+
value: [item[1], item[0], item[2]]
|
|
1627
|
+
};
|
|
1628
|
+
}),
|
|
1629
|
+
shading: "color",
|
|
1630
|
+
|
|
1631
|
+
label: {
|
|
1632
|
+
show: false,
|
|
1633
|
+
textStyle: {
|
|
1634
|
+
fontSize: 16,
|
|
1635
|
+
borderWidth: 1
|
|
1636
|
+
}
|
|
1637
|
+
},
|
|
1638
|
+
|
|
1639
|
+
itemStyle: {
|
|
1640
|
+
opacity: 0.4
|
|
1641
|
+
},
|
|
1642
|
+
|
|
1643
|
+
emphasis: {
|
|
1644
|
+
label: {
|
|
1645
|
+
textStyle: {
|
|
1646
|
+
fontSize: 20,
|
|
1647
|
+
color: "#900"
|
|
1648
|
+
}
|
|
1649
|
+
},
|
|
1650
|
+
itemStyle: {
|
|
1651
|
+
color: "#900"
|
|
1652
|
+
}
|
|
1653
|
+
}
|
|
1654
|
+
}
|
|
1655
|
+
]
|
|
1656
|
+
},
|
|
1657
|
+
options14: {
|
|
1658
|
+
tooltip: {},
|
|
1659
|
+
backgroundColor: "#fff",
|
|
1660
|
+
visualMap: {
|
|
1661
|
+
show: false,
|
|
1662
|
+
dimension: 2,
|
|
1663
|
+
min: 0,
|
|
1664
|
+
max: 30,
|
|
1665
|
+
inRange: {
|
|
1666
|
+
color: [
|
|
1667
|
+
"#313695",
|
|
1668
|
+
"#4575b4",
|
|
1669
|
+
"#74add1",
|
|
1670
|
+
"#abd9e9",
|
|
1671
|
+
"#e0f3f8",
|
|
1672
|
+
"#ffffbf",
|
|
1673
|
+
"#fee090",
|
|
1674
|
+
"#fdae61",
|
|
1675
|
+
"#f46d43",
|
|
1676
|
+
"#d73027",
|
|
1677
|
+
"#a50026"
|
|
1678
|
+
]
|
|
1679
|
+
}
|
|
1680
|
+
},
|
|
1681
|
+
xAxis3D: {
|
|
1682
|
+
type: "value"
|
|
1683
|
+
},
|
|
1684
|
+
yAxis3D: {
|
|
1685
|
+
type: "value"
|
|
1686
|
+
},
|
|
1687
|
+
zAxis3D: {
|
|
1688
|
+
type: "value"
|
|
1689
|
+
},
|
|
1690
|
+
grid3D: {
|
|
1691
|
+
viewControl: {
|
|
1692
|
+
projection: "orthographic"
|
|
1693
|
+
}
|
|
1694
|
+
},
|
|
1695
|
+
series: [
|
|
1696
|
+
{
|
|
1697
|
+
type: "line3D",
|
|
1698
|
+
data: (function() {
|
|
1699
|
+
let data = [];
|
|
1700
|
+
// Parametric curve
|
|
1701
|
+
for (let t = 0; t < 25; t += 0.001) {
|
|
1702
|
+
let x = (1 + 0.25 * Math.cos(75 * t)) * Math.cos(t);
|
|
1703
|
+
let y = (1 + 0.25 * Math.cos(75 * t)) * Math.sin(t);
|
|
1704
|
+
let z = t + 2.0 * Math.sin(75 * t);
|
|
1705
|
+
data.push([x, y, z]);
|
|
1706
|
+
}
|
|
1707
|
+
return data;
|
|
1708
|
+
})(),
|
|
1709
|
+
lineStyle: {
|
|
1710
|
+
width: 4
|
|
1711
|
+
}
|
|
1712
|
+
}
|
|
1713
|
+
]
|
|
1714
|
+
},
|
|
1715
|
+
options15: {
|
|
1716
|
+
tooltip: {},
|
|
1717
|
+
backgroundColor: "#fff",
|
|
1718
|
+
visualMap: {
|
|
1719
|
+
show: false,
|
|
1720
|
+
dimension: 2,
|
|
1721
|
+
min: -1,
|
|
1722
|
+
max: 1,
|
|
1723
|
+
inRange: {
|
|
1724
|
+
color: [
|
|
1725
|
+
"#313695",
|
|
1726
|
+
"#4575b4",
|
|
1727
|
+
"#74add1",
|
|
1728
|
+
"#abd9e9",
|
|
1729
|
+
"#e0f3f8",
|
|
1730
|
+
"#ffffbf",
|
|
1731
|
+
"#fee090",
|
|
1732
|
+
"#fdae61",
|
|
1733
|
+
"#f46d43",
|
|
1734
|
+
"#d73027",
|
|
1735
|
+
"#a50026"
|
|
1736
|
+
]
|
|
1737
|
+
}
|
|
1738
|
+
},
|
|
1739
|
+
xAxis3D: {
|
|
1740
|
+
type: "value"
|
|
1741
|
+
},
|
|
1742
|
+
yAxis3D: {
|
|
1743
|
+
type: "value"
|
|
1744
|
+
},
|
|
1745
|
+
zAxis3D: {
|
|
1746
|
+
type: "value"
|
|
1747
|
+
},
|
|
1748
|
+
grid3D: {
|
|
1749
|
+
viewControl: {
|
|
1750
|
+
// projection: 'orthographic'
|
|
1751
|
+
}
|
|
1752
|
+
},
|
|
1753
|
+
series: [
|
|
1754
|
+
{
|
|
1755
|
+
type: "surface",
|
|
1756
|
+
wireframe: {
|
|
1757
|
+
// show: false
|
|
1758
|
+
},
|
|
1759
|
+
equation: {
|
|
1760
|
+
x: {
|
|
1761
|
+
step: 0.05
|
|
1762
|
+
},
|
|
1763
|
+
y: {
|
|
1764
|
+
step: 0.05
|
|
1765
|
+
},
|
|
1766
|
+
z: function(x, y) {
|
|
1767
|
+
if (Math.abs(x) < 0.1 && Math.abs(y) < 0.1) {
|
|
1768
|
+
return "-";
|
|
1769
|
+
}
|
|
1770
|
+
return Math.sin(x * Math.PI) * Math.sin(y * Math.PI);
|
|
1771
|
+
}
|
|
1772
|
+
}
|
|
1773
|
+
}
|
|
1774
|
+
]
|
|
1775
|
+
}
|
|
1776
|
+
},
|
|
1777
|
+
actions: []
|
|
1778
|
+
};
|
|
1779
|
+
},
|
|
1780
|
+
mounted: function() {
|
|
1781
|
+
return {};
|
|
1782
|
+
},
|
|
1783
|
+
computed: {},
|
|
1784
|
+
methods: {}
|
|
1785
|
+
});
|
|
1786
|
+
</script>
|
|
1787
|
+
</body>
|
|
1788
|
+
</html>
|