@oracle/oraclejet-core-pack 16.0.6 → 16.1.1
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/oj-c/ActionCard.json +6 -6
- package/oj-c/AreaChart.json +458 -1546
- package/oj-c/AreaChartGroup.json +8 -7
- package/oj-c/AreaChartItem.json +35 -16
- package/oj-c/AreaChartSeries.json +15 -14
- package/oj-c/Avatar.json +10 -10
- package/oj-c/Button.json +19 -19
- package/oj-c/Checkbox.json +29 -29
- package/oj-c/Checkboxset.json +35 -35
- package/oj-c/Collapsible.json +14 -14
- package/oj-c/DrawerPopup.json +12 -12
- package/oj-c/FilePicker.json +20 -20
- package/oj-c/FormLayout.json +15 -15
- package/oj-c/HighlightText.json +6 -6
- package/oj-c/InputDateMask.json +75 -75
- package/oj-c/InputDateText.json +44 -44
- package/oj-c/InputMonthMask.json +1402 -0
- package/oj-c/InputNumber.json +51 -51
- package/oj-c/InputPassword.json +42 -42
- package/oj-c/InputSensitiveText.json +1420 -0
- package/oj-c/InputText.json +48 -48
- package/oj-c/LabelledLink.json +21 -21
- package/oj-c/Legend.json +36 -36
- package/oj-c/LegendItem.json +20 -15
- package/oj-c/LegendSection.json +6 -5
- package/oj-c/LineChart.json +459 -1546
- package/oj-c/LineChartGroup.json +8 -7
- package/oj-c/LineChartItem.json +35 -16
- package/oj-c/LineChartSeries.json +17 -16
- package/oj-c/ListItemLayout.json +16 -16
- package/oj-c/ListView.json +18 -18
- package/oj-c/MenuButton.json +21 -21
- package/oj-c/MessageBanner.json +11 -11
- package/oj-c/MessageToast.json +13 -13
- package/oj-c/MeterBar.json +26 -26
- package/oj-c/MeterCircle.json +30 -30
- package/oj-c/ProgressBar.json +7 -7
- package/oj-c/ProgressCircle.json +7 -7
- package/oj-c/Radioset.json +35 -35
- package/oj-c/RatingGauge.json +21 -21
- package/oj-c/SelectMultiple.json +41 -41
- package/oj-c/SelectSingle.json +45 -45
- package/oj-c/SelectionCard.json +6 -6
- package/oj-c/Selector.json +8 -8
- package/oj-c/SelectorAll.json +25 -5
- package/oj-c/SplitMenuButton.json +60 -17
- package/oj-c/TabBarMixed.json +606 -0
- package/oj-c/TagCloud.json +18 -18
- package/oj-c/TagCloudItem.json +11 -10
- package/oj-c/TextArea.json +45 -45
- package/oj-c/action-card/component.json +2 -2
- package/oj-c/area-chart/__webdriver__/AreaChartWebElementBase.d.ts +175 -38
- package/oj-c/area-chart/__webdriver__/AreaChartWebElementBase.js +16 -7
- package/oj-c/area-chart/__webdriver__/AreaChartWebElementBase.js.map +1 -1
- package/oj-c/area-chart/area-chart.js +4 -4
- package/oj-c/area-chart/component.json +552 -770
- package/oj-c/area-chart-group/area-chart-group.js +1 -1
- package/oj-c/area-chart-group/component.json +4 -3
- package/oj-c/area-chart-item/area-chart-item.js +1 -1
- package/oj-c/area-chart-item/component.json +10 -4
- package/oj-c/area-chart-series/area-chart-series.js +1 -1
- package/oj-c/area-chart-series/component.json +4 -3
- package/oj-c/avatar/component.json +2 -2
- package/oj-c/button/button.js +7 -7
- package/oj-c/button/component.json +2 -2
- package/oj-c/checkbox/component.json +2 -2
- package/oj-c/checkboxset/component.json +2 -2
- package/oj-c/collapsible/component.json +2 -2
- package/oj-c/component.json +15 -3
- package/oj-c/corepackbundle.js +883 -353
- package/oj-c/docs/action-card.html +59 -50
- package/oj-c/docs/area-chart-group.html +59 -50
- package/oj-c/docs/area-chart-item.html +59 -50
- package/oj-c/docs/area-chart-series.html +59 -50
- package/oj-c/docs/area-chart.html +59 -50
- package/oj-c/docs/avatar.html +59 -50
- package/oj-c/docs/button.html +59 -50
- package/oj-c/docs/checkbox.html +59 -50
- package/oj-c/docs/checkboxset.html +59 -50
- package/oj-c/docs/collapsible.html +59 -50
- package/oj-c/docs/drawer-popup.html +59 -50
- package/oj-c/docs/file-picker.html +59 -50
- package/oj-c/docs/form-layout.html +59 -50
- package/oj-c/docs/highlight-text.html +59 -50
- package/oj-c/docs/index.html +59 -50
- package/oj-c/docs/input-date-mask.html +59 -50
- package/oj-c/docs/input-date-text.html +59 -50
- package/oj-c/docs/input-month-mask.html +249 -0
- package/oj-c/docs/input-number.html +59 -50
- package/oj-c/docs/input-password.html +59 -50
- package/oj-c/docs/input-sensitive-text.html +249 -0
- package/oj-c/docs/input-text.html +59 -50
- package/oj-c/docs/jsDocMd.json +1 -1
- package/oj-c/docs/labelled-link.html +59 -50
- package/oj-c/docs/legend-item.html +59 -50
- package/oj-c/docs/legend-section.html +59 -50
- package/oj-c/docs/legend.html +59 -50
- package/oj-c/docs/line-chart-group.html +59 -50
- package/oj-c/docs/line-chart-item.html +59 -50
- package/oj-c/docs/line-chart-series.html +59 -50
- package/oj-c/docs/line-chart.html +59 -50
- package/oj-c/docs/list-item-layout.html +59 -50
- package/oj-c/docs/list-view.html +59 -50
- package/oj-c/docs/menu-button.html +59 -50
- package/oj-c/docs/message-banner.html +59 -50
- package/oj-c/docs/message-toast.html +59 -50
- package/oj-c/docs/meter-bar.html +59 -50
- package/oj-c/docs/meter-circle.html +59 -50
- package/oj-c/docs/oj-c.ActionCard.html +60 -51
- package/oj-c/docs/oj-c.AreaChart.html +1452 -214
- package/oj-c/docs/oj-c.AreaChartGroup.html +63 -51
- package/oj-c/docs/oj-c.AreaChartItem.html +125 -54
- package/oj-c/docs/oj-c.AreaChartSeries.html +63 -51
- package/oj-c/docs/oj-c.Avatar.html +60 -51
- package/oj-c/docs/oj-c.Button.html +60 -51
- package/oj-c/docs/oj-c.Checkbox.html +60 -51
- package/oj-c/docs/oj-c.Checkboxset.html +60 -51
- package/oj-c/docs/oj-c.Collapsible.html +60 -51
- package/oj-c/docs/oj-c.DrawerPopup.html +60 -51
- package/oj-c/docs/oj-c.FilePicker.html +60 -51
- package/oj-c/docs/oj-c.FormLayout.html +60 -51
- package/oj-c/docs/oj-c.HighlightText.html +60 -51
- package/oj-c/docs/oj-c.InputDateMask.html +81 -64
- package/oj-c/docs/oj-c.InputDateText.html +60 -51
- package/oj-c/docs/oj-c.InputMonthMask.html +5940 -0
- package/oj-c/docs/oj-c.InputNumber.html +60 -51
- package/oj-c/docs/oj-c.InputPassword.html +80 -62
- package/oj-c/docs/oj-c.InputSensitiveText.html +5723 -0
- package/oj-c/docs/oj-c.InputText.html +60 -51
- package/oj-c/docs/oj-c.LabelledLink.html +60 -51
- package/oj-c/docs/oj-c.Legend.html +60 -51
- package/oj-c/docs/oj-c.LegendItem.html +75 -51
- package/oj-c/docs/oj-c.LegendSection.html +63 -51
- package/oj-c/docs/oj-c.LineChart.html +1455 -217
- package/oj-c/docs/oj-c.LineChartGroup.html +63 -51
- package/oj-c/docs/oj-c.LineChartItem.html +125 -54
- package/oj-c/docs/oj-c.LineChartSeries.html +63 -51
- package/oj-c/docs/oj-c.ListItemLayout.html +60 -51
- package/oj-c/docs/oj-c.ListView.html +60 -51
- package/oj-c/docs/oj-c.MenuButton.html +60 -51
- package/oj-c/docs/oj-c.MessageBanner.html +60 -51
- package/oj-c/docs/oj-c.MessageToast.html +60 -51
- package/oj-c/docs/oj-c.MeterBar.html +60 -51
- package/oj-c/docs/oj-c.MeterCircle.html +60 -51
- package/oj-c/docs/oj-c.ProgressBar.html +60 -51
- package/oj-c/docs/oj-c.ProgressCircle.html +60 -51
- package/oj-c/docs/oj-c.Radioset.html +60 -51
- package/oj-c/docs/oj-c.RatingGauge.html +60 -51
- package/oj-c/docs/oj-c.SelectMultiple.html +60 -51
- package/oj-c/docs/oj-c.SelectSingle.html +60 -51
- package/oj-c/docs/oj-c.Selector.html +60 -51
- package/oj-c/docs/oj-c.SelectorAll.html +149 -52
- package/oj-c/docs/oj-c.SplitMenuButton.html +299 -52
- package/oj-c/docs/oj-c.TabBarMixed.html +2660 -0
- package/oj-c/docs/oj-c.TagCloud.html +60 -51
- package/oj-c/docs/oj-c.TagCloudItem.html +63 -51
- package/oj-c/docs/oj-c.TextArea.html +60 -51
- package/oj-c/docs/progress-bar.html +59 -50
- package/oj-c/docs/progress-circle.html +59 -50
- package/oj-c/docs/radioset.html +59 -50
- package/oj-c/docs/rating-gauge.html +59 -50
- package/oj-c/docs/select-multiple.html +59 -50
- package/oj-c/docs/select-single.html +59 -50
- package/oj-c/docs/selection-card.html +59 -50
- package/oj-c/docs/selector-all.html +59 -50
- package/oj-c/docs/selector.html +59 -50
- package/oj-c/docs/split-menu-button.html +59 -50
- package/oj-c/docs/tab-bar-mixed.html +249 -0
- package/oj-c/docs/tag-cloud-item.html +59 -50
- package/oj-c/docs/tag-cloud.html +59 -50
- package/oj-c/docs/text-area.html +59 -50
- package/oj-c/drawer-popup/component.json +2 -2
- package/oj-c/file-picker/component.json +2 -2
- package/oj-c/form-layout/component.json +2 -2
- package/oj-c/highlight-text/component.json +2 -2
- package/oj-c/hooks/UNSAFE_useListData/useListData.js +5 -2
- package/oj-c/input-date-mask/component.json +17 -15
- package/oj-c/input-date-mask/input-date-mask.js +45 -88
- package/oj-c/input-date-text/component.json +3 -6
- package/oj-c/input-month-mask/CalendarMonthConverter.js +32 -0
- package/oj-c/input-month-mask/CalendarMonthRangeValidator.js +56 -0
- package/oj-c/input-month-mask/__webdriver__/InputMonthMaskWebElement.d.ts +16 -0
- package/oj-c/input-month-mask/__webdriver__/InputMonthMaskWebElement.js +23 -0
- package/oj-c/input-month-mask/__webdriver__/InputMonthMaskWebElement.js.map +1 -0
- package/oj-c/input-month-mask/__webdriver__/InputMonthMaskWebElementBase.d.ts +275 -0
- package/oj-c/input-month-mask/__webdriver__/InputMonthMaskWebElementBase.js +248 -0
- package/oj-c/input-month-mask/__webdriver__/InputMonthMaskWebElementBase.js.map +1 -0
- package/oj-c/input-month-mask/__webdriver__/index.d.ts +17 -0
- package/oj-c/input-month-mask/__webdriver__/index.js +34 -0
- package/oj-c/input-month-mask/__webdriver__/index.js.map +1 -0
- package/oj-c/input-month-mask/component.json +493 -0
- package/oj-c/input-month-mask/index.js +6 -0
- package/oj-c/input-month-mask/input-month-mask-styles.css +14 -0
- package/oj-c/input-month-mask/input-month-mask.js +69 -0
- package/oj-c/input-month-mask/useImplicitCalendarMonthRangeValidator.js +26 -0
- package/oj-c/input-month-mask/useInputMonthMaskPreact.js +88 -0
- package/oj-c/input-month-mask.js +6 -0
- package/oj-c/input-number/component.json +2 -2
- package/oj-c/input-password/__webdriver__/InputPasswordWebElementBase.d.ts +1 -1
- package/oj-c/input-password/__webdriver__/InputPasswordWebElementBase.js +1 -1
- package/oj-c/input-password/__webdriver__/InputPasswordWebElementBase.js.map +1 -1
- package/oj-c/input-password/component.json +5 -5
- package/oj-c/input-sensitive-text/__webdriver__/InputSensitiveTextWebElement.d.ts +17 -0
- package/oj-c/input-sensitive-text/__webdriver__/InputSensitiveTextWebElement.js +50 -0
- package/oj-c/input-sensitive-text/__webdriver__/InputSensitiveTextWebElement.js.map +1 -0
- package/oj-c/input-sensitive-text/__webdriver__/InputSensitiveTextWebElementBase.d.ts +259 -0
- package/oj-c/input-sensitive-text/__webdriver__/InputSensitiveTextWebElementBase.js +266 -0
- package/oj-c/input-sensitive-text/__webdriver__/InputSensitiveTextWebElementBase.js.map +1 -0
- package/oj-c/input-sensitive-text/__webdriver__/index.d.ts +17 -0
- package/oj-c/input-sensitive-text/__webdriver__/index.js +34 -0
- package/oj-c/input-sensitive-text/__webdriver__/index.js.map +1 -0
- package/oj-c/input-sensitive-text/component.json +574 -0
- package/oj-c/input-sensitive-text/index.js +6 -0
- package/oj-c/input-sensitive-text/input-sensitive-text-styles.css +13 -0
- package/oj-c/input-sensitive-text/input-sensitive-text.js +74 -0
- package/oj-c/input-sensitive-text/useInputSensitiveTextPreact.js +52 -0
- package/oj-c/input-sensitive-text.js +6 -0
- package/oj-c/input-text/component.json +2 -2
- package/oj-c/labelled-link/component.json +2 -2
- package/oj-c/legend/component.json +2 -2
- package/oj-c/legend/legend-styles.css +1 -0
- package/oj-c/legend-item/component.json +12 -7
- package/oj-c/legend-item/legend-item.js +1 -1
- package/oj-c/legend-section/component.json +4 -3
- package/oj-c/legend-section/legend-section.js +1 -1
- package/oj-c/line-chart/__webdriver__/LineChartWebElementBase.d.ts +172 -35
- package/oj-c/line-chart/__webdriver__/LineChartWebElementBase.js +13 -4
- package/oj-c/line-chart/__webdriver__/LineChartWebElementBase.js.map +1 -1
- package/oj-c/line-chart/component.json +558 -775
- package/oj-c/line-chart/line-chart.js +4 -4
- package/oj-c/line-chart-group/component.json +4 -3
- package/oj-c/line-chart-group/line-chart-group.js +1 -1
- package/oj-c/line-chart-item/component.json +11 -5
- package/oj-c/line-chart-item/line-chart-item.js +1 -1
- package/oj-c/line-chart-series/component.json +4 -3
- package/oj-c/line-chart-series/line-chart-series.js +1 -1
- package/oj-c/list-item-layout/component.json +2 -2
- package/oj-c/list-view/component.json +2 -2
- package/oj-c/menu-button/component.json +2 -2
- package/oj-c/menu-button/menu-button.js +2 -2
- package/oj-c/message-banner/component.json +2 -2
- package/oj-c/message-toast/component.json +2 -2
- package/oj-c/metadata/allComponents.json +3619 -2700
- package/oj-c/meter-bar/component.json +2 -2
- package/oj-c/meter-circle/component.json +2 -2
- package/oj-c/min/area-chart-group.js +1 -1
- package/oj-c/min/area-chart-group.js.map +1 -1
- package/oj-c/min/area-chart-item.js +1 -1
- package/oj-c/min/area-chart-item.js.map +1 -1
- package/oj-c/min/area-chart-series.js +1 -1
- package/oj-c/min/area-chart-series.js.map +1 -1
- package/oj-c/min/area-chart.js +1 -1
- package/oj-c/min/area-chart.js.map +1 -1
- package/oj-c/min/button.js +1 -1
- package/oj-c/min/button.js.map +1 -1
- package/oj-c/min/corepackbundle.css +28 -1
- package/oj-c/min/corepackbundle.js +1 -1
- package/oj-c/min/corepackbundle.js.map +1 -1
- package/oj-c/min/hooks/UNSAFE_useListData/useListData.js +5 -2
- package/oj-c/min/input-date-mask.js +1 -1
- package/oj-c/min/input-date-mask.js.map +1 -1
- package/oj-c/min/input-month-mask/input-month-mask-styles.css +14 -0
- package/oj-c/min/input-month-mask.js +2 -0
- package/oj-c/min/input-month-mask.js.map +1 -0
- package/oj-c/min/input-sensitive-text/input-sensitive-text-styles.css +13 -0
- package/oj-c/min/input-sensitive-text.js +2 -0
- package/oj-c/min/input-sensitive-text.js.map +1 -0
- package/oj-c/min/legend/legend-styles.css +1 -0
- package/oj-c/min/legend-item.js +1 -1
- package/oj-c/min/legend-item.js.map +1 -1
- package/oj-c/min/legend-section.js +1 -1
- package/oj-c/min/legend-section.js.map +1 -1
- package/oj-c/min/legend.js +1 -1
- package/oj-c/min/legend.js.map +1 -1
- package/oj-c/min/line-chart-group.js +1 -1
- package/oj-c/min/line-chart-group.js.map +1 -1
- package/oj-c/min/line-chart-item.js +1 -1
- package/oj-c/min/line-chart-item.js.map +1 -1
- package/oj-c/min/line-chart-series.js +1 -1
- package/oj-c/min/line-chart-series.js.map +1 -1
- package/oj-c/min/line-chart.js +1 -1
- package/oj-c/min/line-chart.js.map +1 -1
- package/oj-c/min/list-view.js +1 -1
- package/oj-c/min/list-view.js.map +1 -1
- package/oj-c/min/menu-button.js +1 -1
- package/oj-c/min/menu-button.js.map +1 -1
- package/oj-c/min/select-multiple.js +2 -2
- package/oj-c/min/select-multiple.js.map +1 -1
- package/oj-c/min/select-single.js +2 -2
- package/oj-c/min/select-single.js.map +1 -1
- package/oj-c/min/selector-all.js +1 -1
- package/oj-c/min/selector-all.js.map +1 -1
- package/oj-c/min/split-menu-button.js +1 -1
- package/oj-c/min/split-menu-button.js.map +1 -1
- package/oj-c/min/tab-bar-mixed/tab-bar-mixed-styles.css +11 -0
- package/oj-c/min/tab-bar-mixed.js +2 -0
- package/oj-c/min/tab-bar-mixed.js.map +1 -0
- package/oj-c/min/tag-cloud-item.js +1 -1
- package/oj-c/min/tag-cloud-item.js.map +1 -1
- package/oj-c/min/tag-cloud.js +1 -1
- package/oj-c/min/tag-cloud.js.map +1 -1
- package/oj-c/min/utils/PRIVATE_ItemsMenu/items-menu.js +7 -5
- package/oj-c/min/utils/PRIVATE_chartUtils/axisUtils.js +24 -0
- package/oj-c/progress-bar/component.json +2 -2
- package/oj-c/progress-circle/component.json +2 -2
- package/oj-c/radioset/component.json +2 -2
- package/oj-c/rating-gauge/component.json +2 -2
- package/oj-c/select-multiple/component.json +2 -2
- package/oj-c/select-single/component.json +2 -2
- package/oj-c/selection-card/component.json +2 -2
- package/oj-c/selector/component.json +2 -2
- package/oj-c/selector-all/__webdriver__/SelectorAllWebElementBase.d.ts +7 -0
- package/oj-c/selector-all/__webdriver__/SelectorAllWebElementBase.js +9 -0
- package/oj-c/selector-all/__webdriver__/SelectorAllWebElementBase.js.map +1 -1
- package/oj-c/selector-all/component.json +12 -2
- package/oj-c/selector-all/selector-all.js +3 -3
- package/oj-c/split-menu-button/__webdriver__/SplitMenuButtonWebElement.d.ts +1 -1
- package/oj-c/split-menu-button/__webdriver__/SplitMenuButtonWebElement.js +1 -1
- package/oj-c/split-menu-button/__webdriver__/SplitMenuButtonWebElement.js.map +1 -1
- package/oj-c/split-menu-button/__webdriver__/SplitMenuButtonWebElementBase.d.ts +7 -0
- package/oj-c/split-menu-button/__webdriver__/SplitMenuButtonWebElementBase.js +9 -0
- package/oj-c/split-menu-button/__webdriver__/SplitMenuButtonWebElementBase.js.map +1 -1
- package/oj-c/split-menu-button/component.json +21 -2
- package/oj-c/split-menu-button/split-menu-button.js +18 -27
- package/oj-c/tab-bar-mixed/DataTabBarMixed.js +43 -0
- package/oj-c/tab-bar-mixed/DataTabBarMixed.types.js +4 -0
- package/oj-c/tab-bar-mixed/DataTabBarMixedIcon.js +16 -0
- package/oj-c/tab-bar-mixed/__mocks__/@oracle/oraclejet-preact/UNSAFE_ConveyorBelt.js +10 -0
- package/oj-c/tab-bar-mixed/__mocks__/@oracle/oraclejet-preact/UNSAFE_TabBarMixed.js +34 -0
- package/oj-c/tab-bar-mixed/__webdriver__/TabBarMixedWebElement.d.ts +8 -0
- package/oj-c/tab-bar-mixed/__webdriver__/TabBarMixedWebElement.js +13 -0
- package/oj-c/tab-bar-mixed/__webdriver__/TabBarMixedWebElement.js.map +1 -0
- package/oj-c/tab-bar-mixed/__webdriver__/TabBarMixedWebElementBase.d.ts +116 -0
- package/oj-c/tab-bar-mixed/__webdriver__/TabBarMixedWebElementBase.js +95 -0
- package/oj-c/tab-bar-mixed/__webdriver__/TabBarMixedWebElementBase.js.map +1 -0
- package/oj-c/tab-bar-mixed/__webdriver__/index.d.ts +17 -0
- package/oj-c/tab-bar-mixed/__webdriver__/index.js +34 -0
- package/oj-c/tab-bar-mixed/__webdriver__/index.js.map +1 -0
- package/oj-c/tab-bar-mixed/component.json +236 -0
- package/oj-c/tab-bar-mixed/environment.js +13 -0
- package/oj-c/tab-bar-mixed/index.js +6 -0
- package/oj-c/tab-bar-mixed/sumBadge.js +23 -0
- package/oj-c/tab-bar-mixed/tab-bar-mixed-styles.css +11 -0
- package/oj-c/tab-bar-mixed/tab-bar-mixed.js +39 -0
- package/oj-c/tab-bar-mixed.js +6 -0
- package/oj-c/tag-cloud/component.json +2 -2
- package/oj-c/tag-cloud-item/component.json +4 -3
- package/oj-c/tag-cloud-item/tag-cloud-item.js +1 -1
- package/oj-c/text-area/component.json +2 -2
- package/oj-c/types/area-chart/area-chart.d.ts +7 -2
- package/oj-c/types/area-chart-item/area-chart-item.d.ts +5 -0
- package/oj-c/types/input-date-mask/input-date-mask.d.ts +15 -20
- package/oj-c/types/input-month-mask/CalendarMonthConverter.d.ts +19 -0
- package/oj-c/types/input-month-mask/CalendarMonthRangeValidator.d.ts +34 -0
- package/oj-c/types/input-month-mask/index.d.ts +2 -0
- package/oj-c/types/input-month-mask/input-month-mask.d.ts +184 -0
- package/oj-c/types/input-month-mask/useImplicitCalendarMonthRangeValidator.d.ts +13 -0
- package/oj-c/types/input-month-mask/useInputMonthMaskPreact.d.ts +39 -0
- package/oj-c/types/input-number/useImplicitNumberConverter.d.ts +1 -1
- package/oj-c/types/input-sensitive-text/index.d.ts +2 -0
- package/oj-c/types/input-sensitive-text/input-sensitive-text.d.ts +199 -0
- package/oj-c/types/input-sensitive-text/useInputSensitiveTextPreact.d.ts +41 -0
- package/oj-c/types/line-chart/line-chart.d.ts +7 -2
- package/oj-c/types/line-chart-item/line-chart-item.d.ts +5 -0
- package/oj-c/types/selector-all/selector-all.d.ts +10 -3
- package/oj-c/types/split-menu-button/index.d.ts +1 -1
- package/oj-c/types/split-menu-button/split-menu-button.d.ts +18 -14
- package/oj-c/types/tab-bar-mixed/DataTabBarMixed.d.ts +2 -0
- package/oj-c/types/tab-bar-mixed/DataTabBarMixed.types.d.ts +27 -0
- package/oj-c/types/tab-bar-mixed/DataTabBarMixedIcon.d.ts +12 -0
- package/oj-c/types/tab-bar-mixed/environment.d.ts +1 -0
- package/oj-c/types/tab-bar-mixed/index.d.ts +2 -0
- package/oj-c/types/tab-bar-mixed/sumBadge.d.ts +6 -0
- package/oj-c/types/tab-bar-mixed/tab-bar-mixed.d.ts +104 -0
- package/oj-c/types/utils/PRIVATE_ItemsMenu/index.d.ts +1 -1
- package/oj-c/types/utils/PRIVATE_ItemsMenu/items-menu.d.ts +3 -2
- package/oj-c/types/utils/PRIVATE_chartUtils/axisUtils.d.ts +3 -0
- package/oj-c/types/utils/UNSAFE_vizTypes/chartTypes.d.ts +55 -19
- package/oj-c/types/utils/UNSAFE_vizTypes/index.d.ts +1 -0
- package/oj-c/utils/PRIVATE_ItemsMenu/items-menu.js +7 -5
- package/oj-c/utils/PRIVATE_chartUtils/axisUtils.js +24 -0
- package/package.json +4 -4
- package/webdriver/docs/assets/navigation.js +1 -1
- package/webdriver/docs/assets/search.js +1 -1
- package/webdriver/docs/classes/ActionCardWebElement.html +1 -1
- package/webdriver/docs/classes/AreaChartWebElement.html +19 -8
- package/webdriver/docs/classes/AvatarWebElement.html +1 -1
- package/webdriver/docs/classes/ButtonWebElement.html +1 -1
- package/webdriver/docs/classes/CheckboxWebElement.html +1 -1
- package/webdriver/docs/classes/CheckboxsetWebElement.html +1 -1
- package/webdriver/docs/classes/CollapsibleWebElement.html +1 -1
- package/webdriver/docs/classes/DrawerPopupWebElement.html +1 -1
- package/webdriver/docs/classes/FilePickerWebElement.html +1 -1
- package/webdriver/docs/classes/FormLayoutWebElement.html +1 -1
- package/webdriver/docs/classes/HighlightTextWebElement.html +1 -1
- package/webdriver/docs/classes/InputDateMaskWebElement.html +1 -1
- package/webdriver/docs/classes/InputDateTextWebElement.html +1 -1
- package/webdriver/docs/classes/InputMonthMaskWebElement.html +211 -0
- package/webdriver/docs/classes/InputNumberWebElement.html +1 -1
- package/webdriver/docs/classes/InputPasswordWebElement.html +2 -2
- package/webdriver/docs/classes/InputSensitiveTextWebElement.html +215 -0
- package/webdriver/docs/classes/InputTextWebElement.html +1 -1
- package/webdriver/docs/classes/LabelledLinkWebElement.html +1 -1
- package/webdriver/docs/classes/LegendWebElement.html +1 -1
- package/webdriver/docs/classes/LineChartWebElement.html +12 -6
- package/webdriver/docs/classes/ListItemLayoutWebElement.html +1 -1
- package/webdriver/docs/classes/ListViewWebElement.html +1 -1
- package/webdriver/docs/classes/MenuButtonWebElement.html +1 -1
- package/webdriver/docs/classes/MessageBannerWebElement.html +1 -1
- package/webdriver/docs/classes/MessageToastWebElement.html +1 -1
- package/webdriver/docs/classes/MeterBarWebElement.html +1 -1
- package/webdriver/docs/classes/MeterCircleWebElement.html +1 -1
- package/webdriver/docs/classes/ProgressBarWebElement.html +1 -1
- package/webdriver/docs/classes/ProgressCircleWebElement.html +1 -1
- package/webdriver/docs/classes/RadiosetWebElement.html +1 -1
- package/webdriver/docs/classes/RatingGaugeWebElement.html +1 -1
- package/webdriver/docs/classes/SelectMultipleWebElement.html +1 -1
- package/webdriver/docs/classes/SelectSingleWebElement.html +1 -1
- package/webdriver/docs/classes/SelectionCardWebElement.html +1 -1
- package/webdriver/docs/classes/SelectorAllWebElement.html +6 -2
- package/webdriver/docs/classes/SelectorWebElement.html +1 -1
- package/webdriver/docs/classes/SplitMenuButtonWebElement.html +7 -3
- package/webdriver/docs/classes/TabBarMixedWebElement.html +139 -0
- package/webdriver/docs/classes/TagCloudWebElement.html +1 -1
- package/webdriver/docs/classes/TextAreaWebElement.html +1 -1
- package/webdriver/docs/functions/findActionCard.html +1 -1
- package/webdriver/docs/functions/findAreaChart.html +1 -1
- package/webdriver/docs/functions/findAvatar.html +1 -1
- package/webdriver/docs/functions/findButton.html +1 -1
- package/webdriver/docs/functions/findCheckbox.html +1 -1
- package/webdriver/docs/functions/findCheckboxset.html +1 -1
- package/webdriver/docs/functions/findCollapsible.html +1 -1
- package/webdriver/docs/functions/findDrawerPopup.html +1 -1
- package/webdriver/docs/functions/findFilePicker.html +1 -1
- package/webdriver/docs/functions/findFormLayout.html +1 -1
- package/webdriver/docs/functions/findHighlightText.html +1 -1
- package/webdriver/docs/functions/findInputDateMask.html +1 -1
- package/webdriver/docs/functions/findInputDateText.html +1 -1
- package/webdriver/docs/functions/findInputMonthMask.html +8 -0
- package/webdriver/docs/functions/findInputNumber.html +1 -1
- package/webdriver/docs/functions/findInputPassword.html +1 -1
- package/webdriver/docs/functions/findInputSensitiveText.html +8 -0
- package/webdriver/docs/functions/findInputText.html +1 -1
- package/webdriver/docs/functions/findLabelledLink.html +1 -1
- package/webdriver/docs/functions/findLegend.html +1 -1
- package/webdriver/docs/functions/findLineChart.html +1 -1
- package/webdriver/docs/functions/findListItemLayout.html +1 -1
- package/webdriver/docs/functions/findListView.html +1 -1
- package/webdriver/docs/functions/findMenuButton.html +1 -1
- package/webdriver/docs/functions/findMessageBanner.html +1 -1
- package/webdriver/docs/functions/findMessageToast.html +1 -1
- package/webdriver/docs/functions/findMeterBar.html +1 -1
- package/webdriver/docs/functions/findMeterCircle.html +1 -1
- package/webdriver/docs/functions/findProgressBar.html +1 -1
- package/webdriver/docs/functions/findProgressCircle.html +1 -1
- package/webdriver/docs/functions/findRadioset.html +1 -1
- package/webdriver/docs/functions/findRatingGauge.html +1 -1
- package/webdriver/docs/functions/findSelectMultiple.html +1 -1
- package/webdriver/docs/functions/findSelectSingle.html +1 -1
- package/webdriver/docs/functions/findSelectionCard.html +1 -1
- package/webdriver/docs/functions/findSelector.html +1 -1
- package/webdriver/docs/functions/findSelectorAll.html +1 -1
- package/webdriver/docs/functions/findSplitMenuButton.html +1 -1
- package/webdriver/docs/functions/findTabBarMixed.html +8 -0
- package/webdriver/docs/functions/findTagCloud.html +1 -1
- package/webdriver/docs/functions/findTextArea.html +1 -1
- package/webdriver/docs/index.html +1 -1
- package/webdriver/docs/modules.html +7 -1
- package/webdriver/index.d.ts +3 -0
- package/webdriver/index.js +3 -0
- package/webdriver/index.js.map +1 -1
- package/webdriver/index.ts +3 -0
|
@@ -18,11 +18,11 @@
|
|
|
18
18
|
<body>
|
|
19
19
|
|
|
20
20
|
|
|
21
|
-
<nav id="nav" data-current-item="
|
|
21
|
+
<nav id="nav" data-current-item="navItem74">
|
|
22
22
|
|
|
23
23
|
<h2>Oracle® JET</h2>
|
|
24
24
|
<h2>Core Pack Components</h2>
|
|
25
|
-
<h3>16.
|
|
25
|
+
<h3>16.1.1</h3>
|
|
26
26
|
|
|
27
27
|
<div class="deprecation-checkboxes" style="display: none">
|
|
28
28
|
<ul style="list-style: none; display: none;">
|
|
@@ -42,148 +42,157 @@
|
|
|
42
42
|
<label for="elements">Elements</label>
|
|
43
43
|
<input type="radio" id="modules_rb" name="toggle" value="Modules">
|
|
44
44
|
<label for="modules">Modules</label><br>
|
|
45
|
-
</div></li><li id="nav_elements" style="display: none"><h3 id="navElements">Elements</h3><ul class="subList"><li id="navItem0"><a href="oj-c.ActionCard.html"><oj-c-action-card></a></li><li id="navItem1"><a href="oj-c.AreaChart.html"><oj-c-area-chart></a></li><li id="navItem2"><a href="oj-c.AreaChartGroup.html"><oj-c-area-chart-group></a></li><li id="navItem3"><a href="oj-c.AreaChartItem.html"><oj-c-area-chart-item></a></li><li id="navItem4"><a href="oj-c.AreaChartSeries.html"><oj-c-area-chart-series></a></li><li class="deprecated-hidden" id="navItem5"><a href="oj-c.Avatar.html"><oj-c-avatar></a></li><li class="deprecated-hidden" id="navItem6"><a href="oj-c.Button.html"><oj-c-button></a></li><li id="navItem7"><a href="oj-c.Checkbox.html"><oj-c-checkbox></a></li><li class="deprecated-hidden" id="navItem8"><a href="oj-c.Checkboxset.html"><oj-c-checkboxset></a></li><li id="navItem9"><a href="oj-c.Collapsible.html"><oj-c-collapsible></a></li><li id="navItem10"><a href="oj-c.DrawerPopup.html"><oj-c-drawer-popup></a></li><li class="deprecated-hidden" id="navItem11"><a href="oj-c.FilePicker.html"><oj-c-file-picker></a></li><li id="navItem12"><a href="oj-c.FormLayout.html"><oj-c-form-layout></a></li><li class="deprecated-hidden" id="navItem13"><a href="oj-c.HighlightText.html"><oj-c-highlight-text></a></li><li id="navItem14"><a href="oj-c.InputDateMask.html"><oj-c-input-date-mask></a></li><li id="navItem15"><a href="oj-c.InputDateText.html"><oj-c-input-date-text></a></li><li class="deprecated-hidden" id="
|
|
45
|
+
</div></li><li id="nav_elements" style="display: none"><h3 id="navElements">Elements</h3><ul class="subList"><li id="navItem0"><a href="oj-c.ActionCard.html"><oj-c-action-card></a></li><li id="navItem1"><a href="oj-c.AreaChart.html"><oj-c-area-chart></a></li><li id="navItem2"><a href="oj-c.AreaChartGroup.html"><oj-c-area-chart-group></a></li><li id="navItem3"><a href="oj-c.AreaChartItem.html"><oj-c-area-chart-item></a></li><li id="navItem4"><a href="oj-c.AreaChartSeries.html"><oj-c-area-chart-series></a></li><li class="deprecated-hidden" id="navItem5"><a href="oj-c.Avatar.html"><oj-c-avatar></a></li><li class="deprecated-hidden" id="navItem6"><a href="oj-c.Button.html"><oj-c-button></a></li><li id="navItem7"><a href="oj-c.Checkbox.html"><oj-c-checkbox></a></li><li class="deprecated-hidden" id="navItem8"><a href="oj-c.Checkboxset.html"><oj-c-checkboxset></a></li><li id="navItem9"><a href="oj-c.Collapsible.html"><oj-c-collapsible></a></li><li id="navItem10"><a href="oj-c.DrawerPopup.html"><oj-c-drawer-popup></a></li><li class="deprecated-hidden" id="navItem11"><a href="oj-c.FilePicker.html"><oj-c-file-picker></a></li><li id="navItem12"><a href="oj-c.FormLayout.html"><oj-c-form-layout></a></li><li class="deprecated-hidden" id="navItem13"><a href="oj-c.HighlightText.html"><oj-c-highlight-text></a></li><li id="navItem14"><a href="oj-c.InputDateMask.html"><oj-c-input-date-mask></a></li><li id="navItem15"><a href="oj-c.InputDateText.html"><oj-c-input-date-text></a></li><li id="navItem16"><a href="oj-c.InputMonthMask.html"><oj-c-input-month-mask></a></li><li class="deprecated-hidden" id="navItem17"><a href="oj-c.InputNumber.html"><oj-c-input-number></a></li><li class="deprecated-hidden" id="navItem18"><a href="oj-c.InputPassword.html"><oj-c-input-password></a></li><li id="navItem19"><a href="oj-c.InputSensitiveText.html"><oj-c-input-sensitive-text></a></li><li class="deprecated-hidden" id="navItem20"><a href="oj-c.InputText.html"><oj-c-input-text></a></li><li id="navItem21"><a href="oj-c.LabelledLink.html"><oj-c-labelled-link></a></li><li id="navItem22"><a href="oj-c.Legend.html"><oj-c-legend></a></li><li id="navItem23"><a href="oj-c.LegendItem.html"><oj-c-legend-item></a></li><li id="navItem24"><a href="oj-c.LegendSection.html"><oj-c-legend-section></a></li><li id="navItem25"><a href="oj-c.LineChart.html"><oj-c-line-chart></a></li><li id="navItem26"><a href="oj-c.LineChartGroup.html"><oj-c-line-chart-group></a></li><li id="navItem27"><a href="oj-c.LineChartItem.html"><oj-c-line-chart-item></a></li><li id="navItem28"><a href="oj-c.LineChartSeries.html"><oj-c-line-chart-series></a></li><li class="deprecated-hidden" id="navItem29"><a href="oj-c.ListItemLayout.html"><oj-c-list-item-layout></a></li><li id="navItem30"><a href="oj-c.ListView.html"><oj-c-list-view></a></li><li class="deprecated-hidden" id="navItem31"><a href="oj-c.MenuButton.html"><oj-c-menu-button></a></li><li class="deprecated-hidden" id="navItem32"><a href="oj-c.MessageBanner.html"><oj-c-message-banner></a></li><li class="deprecated-hidden" id="navItem33"><a href="oj-c.MessageToast.html"><oj-c-message-toast></a></li><li class="deprecated-hidden" id="navItem34"><a href="oj-c.MeterBar.html"><oj-c-meter-bar></a></li><li class="deprecated-hidden" id="navItem35"><a href="oj-c.MeterCircle.html"><oj-c-meter-circle></a></li><li class="deprecated-hidden" id="navItem36"><a href="oj-c.ProgressBar.html"><oj-c-progress-bar></a></li><li class="deprecated-hidden" id="navItem37"><a href="oj-c.ProgressCircle.html"><oj-c-progress-circle></a></li><li class="deprecated-hidden" id="navItem38"><a href="oj-c.Radioset.html"><oj-c-radioset></a></li><li class="deprecated-hidden" id="navItem39"><a href="oj-c.RatingGauge.html"><oj-c-rating-gauge></a></li><li class="deprecated-hidden" id="navItem40"><a href="oj-c.SelectMultiple.html"><oj-c-select-multiple></a></li><li class="deprecated-hidden" id="navItem41"><a href="oj-c.Selector.html"><oj-c-selector></a></li><li class="deprecated-hidden" id="navItem42"><a href="oj-c.SelectorAll.html"><oj-c-selector-all></a></li><li id="navItem43"><a href="oj-c.SelectSingle.html"><oj-c-select-single></a></li><li id="navItem44"><a href="oj-c.SplitMenuButton.html"><oj-c-split-menu-button></a></li><li id="navItem45"><a href="oj-c.TabBarMixed.html"><oj-c-tab-bar-mixed></a></li><li id="navItem46"><a href="oj-c.TagCloud.html"><oj-c-tag-cloud></a></li><li id="navItem47"><a href="oj-c.TagCloudItem.html"><oj-c-tag-cloud-item></a></li><li class="deprecated-hidden" id="navItem48"><a href="oj-c.TextArea.html"><oj-c-text-area></a></li></ul></li><li id="nav_modules" style="display: none"><h3 id="navElements">Modules</h3><ul class="subList_lev2"><li class="module">
|
|
46
46
|
<div id="action-card" class="module_element">
|
|
47
47
|
<a href="action-card.html">action-card</a>
|
|
48
|
-
</div><ul class="subList_lev3"><li id="
|
|
48
|
+
</div><ul class="subList_lev3"><li id="navItem49"><a href="oj-c.ActionCard.html"><oj-c-action-card></a></li></ul></li><li class="module">
|
|
49
49
|
<div id="area-chart" class="module_element">
|
|
50
50
|
<a href="area-chart.html">area-chart</a>
|
|
51
|
-
</div><ul class="subList_lev3"><li id="
|
|
51
|
+
</div><ul class="subList_lev3"><li id="navItem50"><a href="oj-c.AreaChart.html"><oj-c-area-chart></a></li></ul></li><li class="module">
|
|
52
52
|
<div id="area-chart-group" class="module_element">
|
|
53
53
|
<a href="area-chart-group.html">area-chart-group</a>
|
|
54
|
-
</div><ul class="subList_lev3"><li id="
|
|
54
|
+
</div><ul class="subList_lev3"><li id="navItem51"><a href="oj-c.AreaChartGroup.html"><oj-c-area-chart-group></a></li></ul></li><li class="module">
|
|
55
55
|
<div id="area-chart-item" class="module_element">
|
|
56
56
|
<a href="area-chart-item.html">area-chart-item</a>
|
|
57
|
-
</div><ul class="subList_lev3"><li id="
|
|
57
|
+
</div><ul class="subList_lev3"><li id="navItem52"><a href="oj-c.AreaChartItem.html"><oj-c-area-chart-item></a></li></ul></li><li class="module">
|
|
58
58
|
<div id="area-chart-series" class="module_element">
|
|
59
59
|
<a href="area-chart-series.html">area-chart-series</a>
|
|
60
|
-
</div><ul class="subList_lev3"><li id="
|
|
60
|
+
</div><ul class="subList_lev3"><li id="navItem53"><a href="oj-c.AreaChartSeries.html"><oj-c-area-chart-series></a></li></ul></li><li class="deprecated-hidden">
|
|
61
61
|
<div id="avatar" class="module_element">
|
|
62
62
|
<a href="avatar.html">avatar</a>
|
|
63
|
-
</div><ul class="subList_lev3"><li class="deprecated-hidden" id="
|
|
63
|
+
</div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem54"><a href="oj-c.Avatar.html"><oj-c-avatar></a></li></ul></li><li class="deprecated-hidden">
|
|
64
64
|
<div id="button" class="module_element">
|
|
65
65
|
<a href="button.html">button</a>
|
|
66
|
-
</div><ul class="subList_lev3"><li class="deprecated-hidden" id="
|
|
66
|
+
</div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem55"><a href="oj-c.Button.html"><oj-c-button></a></li></ul></li><li class="module">
|
|
67
67
|
<div id="checkbox" class="module_element">
|
|
68
68
|
<a href="checkbox.html">checkbox</a>
|
|
69
|
-
</div><ul class="subList_lev3"><li id="
|
|
69
|
+
</div><ul class="subList_lev3"><li id="navItem56"><a href="oj-c.Checkbox.html"><oj-c-checkbox></a></li></ul></li><li class="deprecated-hidden">
|
|
70
70
|
<div id="checkboxset" class="module_element">
|
|
71
71
|
<a href="checkboxset.html">checkboxset</a>
|
|
72
|
-
</div><ul class="subList_lev3"><li class="deprecated-hidden" id="
|
|
72
|
+
</div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem57"><a href="oj-c.Checkboxset.html"><oj-c-checkboxset></a></li></ul></li><li class="module">
|
|
73
73
|
<div id="collapsible" class="module_element">
|
|
74
74
|
<a href="collapsible.html">collapsible</a>
|
|
75
|
-
</div><ul class="subList_lev3"><li id="
|
|
75
|
+
</div><ul class="subList_lev3"><li id="navItem58"><a href="oj-c.Collapsible.html"><oj-c-collapsible></a></li></ul></li><li class="module">
|
|
76
76
|
<div id="drawer-popup" class="module_element">
|
|
77
77
|
<a href="drawer-popup.html">drawer-popup</a>
|
|
78
|
-
</div><ul class="subList_lev3"><li id="
|
|
78
|
+
</div><ul class="subList_lev3"><li id="navItem59"><a href="oj-c.DrawerPopup.html"><oj-c-drawer-popup></a></li></ul></li><li class="deprecated-hidden">
|
|
79
79
|
<div id="file-picker" class="module_element">
|
|
80
80
|
<a href="file-picker.html">file-picker</a>
|
|
81
|
-
</div><ul class="subList_lev3"><li class="deprecated-hidden" id="
|
|
81
|
+
</div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem60"><a href="oj-c.FilePicker.html"><oj-c-file-picker></a></li></ul></li><li class="module">
|
|
82
82
|
<div id="form-layout" class="module_element">
|
|
83
83
|
<a href="form-layout.html">form-layout</a>
|
|
84
|
-
</div><ul class="subList_lev3"><li id="
|
|
84
|
+
</div><ul class="subList_lev3"><li id="navItem61"><a href="oj-c.FormLayout.html"><oj-c-form-layout></a></li></ul></li><li class="deprecated-hidden">
|
|
85
85
|
<div id="highlight-text" class="module_element">
|
|
86
86
|
<a href="highlight-text.html">highlight-text</a>
|
|
87
|
-
</div><ul class="subList_lev3"><li class="deprecated-hidden" id="
|
|
87
|
+
</div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem62"><a href="oj-c.HighlightText.html"><oj-c-highlight-text></a></li></ul></li><li class="module">
|
|
88
88
|
<div id="input-date-mask" class="module_element">
|
|
89
89
|
<a href="input-date-mask.html">input-date-mask</a>
|
|
90
|
-
</div><ul class="subList_lev3"><li id="
|
|
90
|
+
</div><ul class="subList_lev3"><li id="navItem63"><a href="oj-c.InputDateMask.html"><oj-c-input-date-mask></a></li></ul></li><li class="module">
|
|
91
91
|
<div id="input-date-text" class="module_element">
|
|
92
92
|
<a href="input-date-text.html">input-date-text</a>
|
|
93
|
-
</div><ul class="subList_lev3"><li id="
|
|
93
|
+
</div><ul class="subList_lev3"><li id="navItem64"><a href="oj-c.InputDateText.html"><oj-c-input-date-text></a></li></ul></li><li class="module">
|
|
94
|
+
<div id="input-month-mask" class="module_element">
|
|
95
|
+
<a href="input-month-mask.html">input-month-mask</a>
|
|
96
|
+
</div><ul class="subList_lev3"><li id="navItem65"><a href="oj-c.InputMonthMask.html"><oj-c-input-month-mask></a></li></ul></li><li class="deprecated-hidden">
|
|
94
97
|
<div id="input-number" class="module_element">
|
|
95
98
|
<a href="input-number.html">input-number</a>
|
|
96
|
-
</div><ul class="subList_lev3"><li class="deprecated-hidden" id="
|
|
99
|
+
</div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem66"><a href="oj-c.InputNumber.html"><oj-c-input-number></a></li></ul></li><li class="deprecated-hidden">
|
|
97
100
|
<div id="input-password" class="module_element">
|
|
98
101
|
<a href="input-password.html">input-password</a>
|
|
99
|
-
</div><ul class="subList_lev3"><li class="deprecated-hidden" id="
|
|
102
|
+
</div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem67"><a href="oj-c.InputPassword.html"><oj-c-input-password></a></li></ul></li><li class="module">
|
|
103
|
+
<div id="input-sensitive-text" class="module_element">
|
|
104
|
+
<a href="input-sensitive-text.html">input-sensitive-text</a>
|
|
105
|
+
</div><ul class="subList_lev3"><li id="navItem68"><a href="oj-c.InputSensitiveText.html"><oj-c-input-sensitive-text></a></li></ul></li><li class="deprecated-hidden">
|
|
100
106
|
<div id="input-text" class="module_element">
|
|
101
107
|
<a href="input-text.html">input-text</a>
|
|
102
|
-
</div><ul class="subList_lev3"><li class="deprecated-hidden" id="
|
|
108
|
+
</div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem69"><a href="oj-c.InputText.html"><oj-c-input-text></a></li></ul></li><li class="module">
|
|
103
109
|
<div id="labelled-link" class="module_element">
|
|
104
110
|
<a href="labelled-link.html">labelled-link</a>
|
|
105
|
-
</div><ul class="subList_lev3"><li id="
|
|
111
|
+
</div><ul class="subList_lev3"><li id="navItem70"><a href="oj-c.LabelledLink.html"><oj-c-labelled-link></a></li></ul></li><li class="module">
|
|
106
112
|
<div id="legend" class="module_element">
|
|
107
113
|
<a href="legend.html">legend</a>
|
|
108
|
-
</div><ul class="subList_lev3"><li id="
|
|
114
|
+
</div><ul class="subList_lev3"><li id="navItem71"><a href="oj-c.Legend.html"><oj-c-legend></a></li></ul></li><li class="module">
|
|
109
115
|
<div id="legend-item" class="module_element">
|
|
110
116
|
<a href="legend-item.html">legend-item</a>
|
|
111
|
-
</div><ul class="subList_lev3"><li id="
|
|
117
|
+
</div><ul class="subList_lev3"><li id="navItem72"><a href="oj-c.LegendItem.html"><oj-c-legend-item></a></li></ul></li><li class="module">
|
|
112
118
|
<div id="legend-section" class="module_element">
|
|
113
119
|
<a href="legend-section.html">legend-section</a>
|
|
114
|
-
</div><ul class="subList_lev3"><li id="
|
|
120
|
+
</div><ul class="subList_lev3"><li id="navItem73"><a href="oj-c.LegendSection.html"><oj-c-legend-section></a></li></ul></li><li class="module">
|
|
115
121
|
<div id="line-chart" class="module_element">
|
|
116
122
|
<a href="line-chart.html">line-chart</a>
|
|
117
|
-
</div><ul class="subList_lev3"><li id="
|
|
123
|
+
</div><ul class="subList_lev3"><li id="navItem74"><a href="oj-c.LineChart.html"><oj-c-line-chart></a></li></ul></li><li class="module">
|
|
118
124
|
<div id="line-chart-group" class="module_element">
|
|
119
125
|
<a href="line-chart-group.html">line-chart-group</a>
|
|
120
|
-
</div><ul class="subList_lev3"><li id="
|
|
126
|
+
</div><ul class="subList_lev3"><li id="navItem75"><a href="oj-c.LineChartGroup.html"><oj-c-line-chart-group></a></li></ul></li><li class="module">
|
|
121
127
|
<div id="line-chart-item" class="module_element">
|
|
122
128
|
<a href="line-chart-item.html">line-chart-item</a>
|
|
123
|
-
</div><ul class="subList_lev3"><li id="
|
|
129
|
+
</div><ul class="subList_lev3"><li id="navItem76"><a href="oj-c.LineChartItem.html"><oj-c-line-chart-item></a></li></ul></li><li class="module">
|
|
124
130
|
<div id="line-chart-series" class="module_element">
|
|
125
131
|
<a href="line-chart-series.html">line-chart-series</a>
|
|
126
|
-
</div><ul class="subList_lev3"><li id="
|
|
132
|
+
</div><ul class="subList_lev3"><li id="navItem77"><a href="oj-c.LineChartSeries.html"><oj-c-line-chart-series></a></li></ul></li><li class="deprecated-hidden">
|
|
127
133
|
<div id="list-item-layout" class="module_element">
|
|
128
134
|
<a href="list-item-layout.html">list-item-layout</a>
|
|
129
|
-
</div><ul class="subList_lev3"><li class="deprecated-hidden" id="
|
|
135
|
+
</div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem78"><a href="oj-c.ListItemLayout.html"><oj-c-list-item-layout></a></li></ul></li><li class="module">
|
|
130
136
|
<div id="list-view" class="module_element">
|
|
131
137
|
<a href="list-view.html">list-view</a>
|
|
132
|
-
</div><ul class="subList_lev3"><li id="
|
|
138
|
+
</div><ul class="subList_lev3"><li id="navItem79"><a href="oj-c.ListView.html"><oj-c-list-view></a></li></ul></li><li class="deprecated-hidden">
|
|
133
139
|
<div id="menu-button" class="module_element">
|
|
134
140
|
<a href="menu-button.html">menu-button</a>
|
|
135
|
-
</div><ul class="subList_lev3"><li class="deprecated-hidden" id="
|
|
141
|
+
</div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem80"><a href="oj-c.MenuButton.html"><oj-c-menu-button></a></li></ul></li><li class="deprecated-hidden">
|
|
136
142
|
<div id="message-banner" class="module_element">
|
|
137
143
|
<a href="message-banner.html">message-banner</a>
|
|
138
|
-
</div><ul class="subList_lev3"><li class="deprecated-hidden" id="
|
|
144
|
+
</div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem81"><a href="oj-c.MessageBanner.html"><oj-c-message-banner></a></li></ul></li><li class="deprecated-hidden">
|
|
139
145
|
<div id="message-toast" class="module_element">
|
|
140
146
|
<a href="message-toast.html">message-toast</a>
|
|
141
|
-
</div><ul class="subList_lev3"><li class="deprecated-hidden" id="
|
|
147
|
+
</div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem82"><a href="oj-c.MessageToast.html"><oj-c-message-toast></a></li></ul></li><li class="deprecated-hidden">
|
|
142
148
|
<div id="meter-bar" class="module_element">
|
|
143
149
|
<a href="meter-bar.html">meter-bar</a>
|
|
144
|
-
</div><ul class="subList_lev3"><li class="deprecated-hidden" id="
|
|
150
|
+
</div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem83"><a href="oj-c.MeterBar.html"><oj-c-meter-bar></a></li></ul></li><li class="deprecated-hidden">
|
|
145
151
|
<div id="meter-circle" class="module_element">
|
|
146
152
|
<a href="meter-circle.html">meter-circle</a>
|
|
147
|
-
</div><ul class="subList_lev3"><li class="deprecated-hidden" id="
|
|
153
|
+
</div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem84"><a href="oj-c.MeterCircle.html"><oj-c-meter-circle></a></li></ul></li><li class="deprecated-hidden">
|
|
148
154
|
<div id="progress-bar" class="module_element">
|
|
149
155
|
<a href="progress-bar.html">progress-bar</a>
|
|
150
|
-
</div><ul class="subList_lev3"><li class="deprecated-hidden" id="
|
|
156
|
+
</div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem85"><a href="oj-c.ProgressBar.html"><oj-c-progress-bar></a></li></ul></li><li class="deprecated-hidden">
|
|
151
157
|
<div id="progress-circle" class="module_element">
|
|
152
158
|
<a href="progress-circle.html">progress-circle</a>
|
|
153
|
-
</div><ul class="subList_lev3"><li class="deprecated-hidden" id="
|
|
159
|
+
</div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem86"><a href="oj-c.ProgressCircle.html"><oj-c-progress-circle></a></li></ul></li><li class="deprecated-hidden">
|
|
154
160
|
<div id="radioset" class="module_element">
|
|
155
161
|
<a href="radioset.html">radioset</a>
|
|
156
|
-
</div><ul class="subList_lev3"><li class="deprecated-hidden" id="
|
|
162
|
+
</div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem87"><a href="oj-c.Radioset.html"><oj-c-radioset></a></li></ul></li><li class="deprecated-hidden">
|
|
157
163
|
<div id="rating-gauge" class="module_element">
|
|
158
164
|
<a href="rating-gauge.html">rating-gauge</a>
|
|
159
|
-
</div><ul class="subList_lev3"><li class="deprecated-hidden" id="
|
|
165
|
+
</div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem88"><a href="oj-c.RatingGauge.html"><oj-c-rating-gauge></a></li></ul></li><li class="deprecated-hidden">
|
|
160
166
|
<div id="select-multiple" class="module_element">
|
|
161
167
|
<a href="select-multiple.html">select-multiple</a>
|
|
162
|
-
</div><ul class="subList_lev3"><li class="deprecated-hidden" id="
|
|
168
|
+
</div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem89"><a href="oj-c.SelectMultiple.html"><oj-c-select-multiple></a></li></ul></li><li class="module">
|
|
163
169
|
<div id="select-single" class="module_element">
|
|
164
170
|
<a href="select-single.html">select-single</a>
|
|
165
|
-
</div><ul class="subList_lev3"><li id="
|
|
171
|
+
</div><ul class="subList_lev3"><li id="navItem90"><a href="oj-c.SelectSingle.html"><oj-c-select-single></a></li></ul></li><li class="module">
|
|
166
172
|
<div id="selection-card" class="module_element">
|
|
167
173
|
<a href="selection-card.html">selection-card</a>
|
|
168
174
|
</div><ul class="subList_lev3"></ul></li><li class="deprecated-hidden">
|
|
169
175
|
<div id="selector" class="module_element">
|
|
170
176
|
<a href="selector.html">selector</a>
|
|
171
|
-
</div><ul class="subList_lev3"><li class="deprecated-hidden" id="
|
|
177
|
+
</div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem91"><a href="oj-c.Selector.html"><oj-c-selector></a></li></ul></li><li class="deprecated-hidden">
|
|
172
178
|
<div id="selector-all" class="module_element">
|
|
173
179
|
<a href="selector-all.html">selector-all</a>
|
|
174
|
-
</div><ul class="subList_lev3"><li class="deprecated-hidden" id="
|
|
180
|
+
</div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem92"><a href="oj-c.SelectorAll.html"><oj-c-selector-all></a></li></ul></li><li class="module">
|
|
175
181
|
<div id="split-menu-button" class="module_element">
|
|
176
182
|
<a href="split-menu-button.html">split-menu-button</a>
|
|
177
|
-
</div><ul class="subList_lev3"><li id="
|
|
183
|
+
</div><ul class="subList_lev3"><li id="navItem93"><a href="oj-c.SplitMenuButton.html"><oj-c-split-menu-button></a></li></ul></li><li class="module">
|
|
184
|
+
<div id="tab-bar-mixed" class="module_element">
|
|
185
|
+
<a href="tab-bar-mixed.html">tab-bar-mixed</a>
|
|
186
|
+
</div><ul class="subList_lev3"><li id="navItem94"><a href="oj-c.TabBarMixed.html"><oj-c-tab-bar-mixed></a></li></ul></li><li class="module">
|
|
178
187
|
<div id="tag-cloud" class="module_element">
|
|
179
188
|
<a href="tag-cloud.html">tag-cloud</a>
|
|
180
|
-
</div><ul class="subList_lev3"><li id="
|
|
189
|
+
</div><ul class="subList_lev3"><li id="navItem95"><a href="oj-c.TagCloud.html"><oj-c-tag-cloud></a></li></ul></li><li class="module">
|
|
181
190
|
<div id="tag-cloud-item" class="module_element">
|
|
182
191
|
<a href="tag-cloud-item.html">tag-cloud-item</a>
|
|
183
|
-
</div><ul class="subList_lev3"><li id="
|
|
192
|
+
</div><ul class="subList_lev3"><li id="navItem96"><a href="oj-c.TagCloudItem.html"><oj-c-tag-cloud-item></a></li></ul></li><li class="deprecated-hidden">
|
|
184
193
|
<div id="text-area" class="module_element">
|
|
185
194
|
<a href="text-area.html">text-area</a>
|
|
186
|
-
</div><ul class="subList_lev3"><li class="deprecated-hidden" id="
|
|
195
|
+
</div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem97"><a href="oj-c.TextArea.html"><oj-c-text-area></a></li></ul></li></ul></li></ul>
|
|
187
196
|
</nav>
|
|
188
197
|
|
|
189
198
|
<div id="main">
|
|
@@ -195,7 +204,7 @@
|
|
|
195
204
|
|
|
196
205
|
<p class="product-docs-header">
|
|
197
206
|
<span style="font-weight:bold">Oracle® JavaScript Extension Toolkit (JET)<br>
|
|
198
|
-
16.
|
|
207
|
+
16.1.1</span><br>
|
|
199
208
|
</p>
|
|
200
209
|
|
|
201
210
|
|
|
@@ -302,6 +311,10 @@
|
|
|
302
311
|
|
|
303
312
|
<li><div><a href="#stack">stack</a></div>
|
|
304
313
|
|
|
314
|
+
</li>
|
|
315
|
+
|
|
316
|
+
<li><div><a href="#timeAxisType">time-axis-type</a></div>
|
|
317
|
+
|
|
305
318
|
</li>
|
|
306
319
|
|
|
307
320
|
<li><div><a href="#valueFormats"><b>value-formats</b></a></div>
|
|
@@ -1675,6 +1688,10 @@ If groupComparator(a, b) is greater than 0, chart group b comes before chart gro
|
|
|
1675
1688
|
|
|
1676
1689
|
<dd class="">
|
|
1677
1690
|
|
|
1691
|
+
<div class="description">
|
|
1692
|
+
An array of category strings used for filtering. Series or data items with any category matching an item in this array will be filtered.
|
|
1693
|
+
</div>
|
|
1694
|
+
|
|
1678
1695
|
|
|
1679
1696
|
|
|
1680
1697
|
|
|
@@ -1751,7 +1768,7 @@ If groupComparator(a, b) is greater than 0, chart group b comes before chart gro
|
|
|
1751
1768
|
|
|
1752
1769
|
<h4 id="hideAndShowBehavior" class="name">
|
|
1753
1770
|
|
|
1754
|
-
<span class="type-signature"></span>hide-and-show-behavior<span class="type-signature"> :"
|
|
1771
|
+
<span class="type-signature"></span>hide-and-show-behavior<span class="type-signature"> :"withRescale"|"withoutRescale"|"none"</span>
|
|
1755
1772
|
<a class="bookmarkable-link" title="Bookmarkable Link" href="#hideAndShowBehavior"></a>
|
|
1756
1773
|
|
|
1757
1774
|
</h4>
|
|
@@ -1773,6 +1790,85 @@ If groupComparator(a, b) is greater than 0, chart group b comes before chart gro
|
|
|
1773
1790
|
|
|
1774
1791
|
|
|
1775
1792
|
|
|
1793
|
+
<h5 class="subsection-title">Supported Values:</h5>
|
|
1794
|
+
|
|
1795
|
+
<dl>
|
|
1796
|
+
|
|
1797
|
+
<table class="props">
|
|
1798
|
+
<thead>
|
|
1799
|
+
<tr>
|
|
1800
|
+
|
|
1801
|
+
<th>Value</th>
|
|
1802
|
+
|
|
1803
|
+
|
|
1804
|
+
|
|
1805
|
+
|
|
1806
|
+
|
|
1807
|
+
|
|
1808
|
+
|
|
1809
|
+
<th class="last">Description</th>
|
|
1810
|
+
|
|
1811
|
+
</tr>
|
|
1812
|
+
</thead>
|
|
1813
|
+
|
|
1814
|
+
<tbody>
|
|
1815
|
+
|
|
1816
|
+
|
|
1817
|
+
<tr>
|
|
1818
|
+
|
|
1819
|
+
<td class="name"><code>none</code></td>
|
|
1820
|
+
|
|
1821
|
+
|
|
1822
|
+
|
|
1823
|
+
|
|
1824
|
+
|
|
1825
|
+
|
|
1826
|
+
|
|
1827
|
+
<td class="description last">No hide and show behavior.
|
|
1828
|
+
</td>
|
|
1829
|
+
|
|
1830
|
+
</tr>
|
|
1831
|
+
|
|
1832
|
+
|
|
1833
|
+
|
|
1834
|
+
<tr>
|
|
1835
|
+
|
|
1836
|
+
<td class="name"><code>withRescale</code></td>
|
|
1837
|
+
|
|
1838
|
+
|
|
1839
|
+
|
|
1840
|
+
|
|
1841
|
+
|
|
1842
|
+
|
|
1843
|
+
|
|
1844
|
+
<td class="description last">Rescaling of y axis when items are hidden.
|
|
1845
|
+
</td>
|
|
1846
|
+
|
|
1847
|
+
</tr>
|
|
1848
|
+
|
|
1849
|
+
|
|
1850
|
+
|
|
1851
|
+
<tr>
|
|
1852
|
+
|
|
1853
|
+
<td class="name"><code>withoutRescale</code></td>
|
|
1854
|
+
|
|
1855
|
+
|
|
1856
|
+
|
|
1857
|
+
|
|
1858
|
+
|
|
1859
|
+
|
|
1860
|
+
|
|
1861
|
+
<td class="description last">No rescaling of y axis when items are hidden.
|
|
1862
|
+
</td>
|
|
1863
|
+
|
|
1864
|
+
</tr>
|
|
1865
|
+
|
|
1866
|
+
|
|
1867
|
+
</tbody>
|
|
1868
|
+
</table></dl>
|
|
1869
|
+
|
|
1870
|
+
|
|
1871
|
+
|
|
1776
1872
|
|
|
1777
1873
|
<dt class="tag-default">Default Value:</dt>
|
|
1778
1874
|
<dd class="tag-default"><ul class="dummy"><li><code class="prettyprint">"none"</code></li></ul></dd>
|
|
@@ -1838,7 +1934,7 @@ If groupComparator(a, b) is greater than 0, chart group b comes before chart gro
|
|
|
1838
1934
|
|
|
1839
1935
|
<h4 id="highlightMatch" class="name">
|
|
1840
1936
|
|
|
1841
|
-
<span class="type-signature"></span>highlight-match<span class="type-signature"> :"
|
|
1937
|
+
<span class="type-signature"></span>highlight-match<span class="type-signature"> :"any"|"all"</span>
|
|
1842
1938
|
<a class="bookmarkable-link" title="Bookmarkable Link" href="#highlightMatch"></a>
|
|
1843
1939
|
|
|
1844
1940
|
</h4>
|
|
@@ -1862,6 +1958,68 @@ If highlightMatch is 'any', then items that match at least one of the highlighte
|
|
|
1862
1958
|
|
|
1863
1959
|
|
|
1864
1960
|
|
|
1961
|
+
<h5 class="subsection-title">Supported Values:</h5>
|
|
1962
|
+
|
|
1963
|
+
<dl>
|
|
1964
|
+
|
|
1965
|
+
<table class="props">
|
|
1966
|
+
<thead>
|
|
1967
|
+
<tr>
|
|
1968
|
+
|
|
1969
|
+
<th>Value</th>
|
|
1970
|
+
|
|
1971
|
+
|
|
1972
|
+
|
|
1973
|
+
|
|
1974
|
+
|
|
1975
|
+
|
|
1976
|
+
|
|
1977
|
+
<th class="last">Description</th>
|
|
1978
|
+
|
|
1979
|
+
</tr>
|
|
1980
|
+
</thead>
|
|
1981
|
+
|
|
1982
|
+
<tbody>
|
|
1983
|
+
|
|
1984
|
+
|
|
1985
|
+
<tr>
|
|
1986
|
+
|
|
1987
|
+
<td class="name"><code>all</code></td>
|
|
1988
|
+
|
|
1989
|
+
|
|
1990
|
+
|
|
1991
|
+
|
|
1992
|
+
|
|
1993
|
+
|
|
1994
|
+
|
|
1995
|
+
<td class="description last">Items only with all matching categories will be highlighted.
|
|
1996
|
+
</td>
|
|
1997
|
+
|
|
1998
|
+
</tr>
|
|
1999
|
+
|
|
2000
|
+
|
|
2001
|
+
|
|
2002
|
+
<tr>
|
|
2003
|
+
|
|
2004
|
+
<td class="name"><code>any</code></td>
|
|
2005
|
+
|
|
2006
|
+
|
|
2007
|
+
|
|
2008
|
+
|
|
2009
|
+
|
|
2010
|
+
|
|
2011
|
+
|
|
2012
|
+
<td class="description last">Any matching categories will be highlighted.
|
|
2013
|
+
</td>
|
|
2014
|
+
|
|
2015
|
+
</tr>
|
|
2016
|
+
|
|
2017
|
+
|
|
2018
|
+
</tbody>
|
|
2019
|
+
</table></dl>
|
|
2020
|
+
|
|
2021
|
+
|
|
2022
|
+
|
|
1865
2023
|
|
|
1866
2024
|
<dt class="tag-default">Default Value:</dt>
|
|
1867
2025
|
<dd class="tag-default"><ul class="dummy"><li><code class="prettyprint">"any"</code></li></ul></dd>
|
|
@@ -2017,7 +2175,7 @@ If highlightMatch is 'any', then items that match at least one of the highlighte
|
|
|
2017
2175
|
|
|
2018
2176
|
<h4 id="hoverBehavior" class="name">
|
|
2019
2177
|
|
|
2020
|
-
<span class="type-signature"></span>hover-behavior<span class="type-signature"> :"
|
|
2178
|
+
<span class="type-signature"></span>hover-behavior<span class="type-signature"> :"dim"|"none"</span>
|
|
2021
2179
|
<a class="bookmarkable-link" title="Bookmarkable Link" href="#hoverBehavior"></a>
|
|
2022
2180
|
|
|
2023
2181
|
</h4>
|
|
@@ -2039,6 +2197,68 @@ If highlightMatch is 'any', then items that match at least one of the highlighte
|
|
|
2039
2197
|
|
|
2040
2198
|
|
|
2041
2199
|
|
|
2200
|
+
<h5 class="subsection-title">Supported Values:</h5>
|
|
2201
|
+
|
|
2202
|
+
<dl>
|
|
2203
|
+
|
|
2204
|
+
<table class="props">
|
|
2205
|
+
<thead>
|
|
2206
|
+
<tr>
|
|
2207
|
+
|
|
2208
|
+
<th>Value</th>
|
|
2209
|
+
|
|
2210
|
+
|
|
2211
|
+
|
|
2212
|
+
|
|
2213
|
+
|
|
2214
|
+
|
|
2215
|
+
|
|
2216
|
+
<th class="last">Description</th>
|
|
2217
|
+
|
|
2218
|
+
</tr>
|
|
2219
|
+
</thead>
|
|
2220
|
+
|
|
2221
|
+
<tbody>
|
|
2222
|
+
|
|
2223
|
+
|
|
2224
|
+
<tr>
|
|
2225
|
+
|
|
2226
|
+
<td class="name"><code>dim</code></td>
|
|
2227
|
+
|
|
2228
|
+
|
|
2229
|
+
|
|
2230
|
+
|
|
2231
|
+
|
|
2232
|
+
|
|
2233
|
+
|
|
2234
|
+
<td class="description last">Hovered items will be dimmed.
|
|
2235
|
+
</td>
|
|
2236
|
+
|
|
2237
|
+
</tr>
|
|
2238
|
+
|
|
2239
|
+
|
|
2240
|
+
|
|
2241
|
+
<tr>
|
|
2242
|
+
|
|
2243
|
+
<td class="name"><code>none</code></td>
|
|
2244
|
+
|
|
2245
|
+
|
|
2246
|
+
|
|
2247
|
+
|
|
2248
|
+
|
|
2249
|
+
|
|
2250
|
+
|
|
2251
|
+
<td class="description last">No hover behavior.
|
|
2252
|
+
</td>
|
|
2253
|
+
|
|
2254
|
+
</tr>
|
|
2255
|
+
|
|
2256
|
+
|
|
2257
|
+
</tbody>
|
|
2258
|
+
</table></dl>
|
|
2259
|
+
|
|
2260
|
+
|
|
2261
|
+
|
|
2042
2262
|
|
|
2043
2263
|
<dt class="tag-default">Default Value:</dt>
|
|
2044
2264
|
<dd class="tag-default"><ul class="dummy"><li><code class="prettyprint">"none"</code></li></ul></dd>
|
|
@@ -2511,7 +2731,7 @@ If highlightMatch is 'any', then items that match at least one of the highlighte
|
|
|
2511
2731
|
|
|
2512
2732
|
<h4 id="selectionMode" class="name">
|
|
2513
2733
|
|
|
2514
|
-
<span class="type-signature"></span>selection-mode<span class="type-signature"> :"none"|"
|
|
2734
|
+
<span class="type-signature"></span>selection-mode<span class="type-signature"> :"none"|"single"|"multiple"</span>
|
|
2515
2735
|
<a class="bookmarkable-link" title="Bookmarkable Link" href="#selectionMode"></a>
|
|
2516
2736
|
|
|
2517
2737
|
</h4>
|
|
@@ -2533,67 +2753,146 @@ If highlightMatch is 'any', then items that match at least one of the highlighte
|
|
|
2533
2753
|
|
|
2534
2754
|
|
|
2535
2755
|
|
|
2536
|
-
|
|
2537
|
-
<dt class="tag-default">Default Value:</dt>
|
|
2538
|
-
<dd class="tag-default"><ul class="dummy"><li><code class="prettyprint">"none"</code></li></ul></dd>
|
|
2539
|
-
|
|
2540
|
-
|
|
2541
|
-
|
|
2542
|
-
|
|
2543
|
-
|
|
2544
|
-
|
|
2545
|
-
|
|
2546
|
-
|
|
2547
|
-
|
|
2548
|
-
|
|
2549
|
-
|
|
2550
|
-
|
|
2551
|
-
|
|
2552
|
-
|
|
2553
|
-
|
|
2554
|
-
|
|
2555
|
-
|
|
2556
|
-
|
|
2557
|
-
|
|
2558
|
-
|
|
2559
|
-
|
|
2560
|
-
|
|
2561
|
-
|
|
2562
|
-
|
|
2563
|
-
|
|
2564
|
-
</dl>
|
|
2756
|
+
<h5 class="subsection-title">Supported Values:</h5>
|
|
2565
2757
|
|
|
2566
|
-
|
|
2567
|
-
|
|
2568
|
-
|
|
2569
|
-
|
|
2570
|
-
|
|
2571
|
-
|
|
2572
|
-
|
|
2573
|
-
|
|
2574
|
-
|
|
2575
|
-
|
|
2576
|
-
|
|
2577
|
-
|
|
2578
|
-
|
|
2579
|
-
|
|
2580
|
-
|
|
2581
|
-
|
|
2582
|
-
|
|
2583
|
-
|
|
2584
|
-
|
|
2585
|
-
|
|
2586
|
-
|
|
2587
|
-
|
|
2588
|
-
|
|
2589
|
-
|
|
2590
|
-
|
|
2591
|
-
|
|
2592
|
-
|
|
2593
|
-
|
|
2594
|
-
|
|
2595
|
-
|
|
2596
|
-
|
|
2758
|
+
<dl>
|
|
2759
|
+
|
|
2760
|
+
<table class="props">
|
|
2761
|
+
<thead>
|
|
2762
|
+
<tr>
|
|
2763
|
+
|
|
2764
|
+
<th>Value</th>
|
|
2765
|
+
|
|
2766
|
+
|
|
2767
|
+
|
|
2768
|
+
|
|
2769
|
+
|
|
2770
|
+
|
|
2771
|
+
|
|
2772
|
+
<th class="last">Description</th>
|
|
2773
|
+
|
|
2774
|
+
</tr>
|
|
2775
|
+
</thead>
|
|
2776
|
+
|
|
2777
|
+
<tbody>
|
|
2778
|
+
|
|
2779
|
+
|
|
2780
|
+
<tr>
|
|
2781
|
+
|
|
2782
|
+
<td class="name"><code>multiple</code></td>
|
|
2783
|
+
|
|
2784
|
+
|
|
2785
|
+
|
|
2786
|
+
|
|
2787
|
+
|
|
2788
|
+
|
|
2789
|
+
|
|
2790
|
+
<td class="description last">Multiple items can be selected.
|
|
2791
|
+
</td>
|
|
2792
|
+
|
|
2793
|
+
</tr>
|
|
2794
|
+
|
|
2795
|
+
|
|
2796
|
+
|
|
2797
|
+
<tr>
|
|
2798
|
+
|
|
2799
|
+
<td class="name"><code>none</code></td>
|
|
2800
|
+
|
|
2801
|
+
|
|
2802
|
+
|
|
2803
|
+
|
|
2804
|
+
|
|
2805
|
+
|
|
2806
|
+
|
|
2807
|
+
<td class="description last">No item can be selected.
|
|
2808
|
+
</td>
|
|
2809
|
+
|
|
2810
|
+
</tr>
|
|
2811
|
+
|
|
2812
|
+
|
|
2813
|
+
|
|
2814
|
+
<tr>
|
|
2815
|
+
|
|
2816
|
+
<td class="name"><code>single</code></td>
|
|
2817
|
+
|
|
2818
|
+
|
|
2819
|
+
|
|
2820
|
+
|
|
2821
|
+
|
|
2822
|
+
|
|
2823
|
+
|
|
2824
|
+
<td class="description last">Single item can be selected.
|
|
2825
|
+
</td>
|
|
2826
|
+
|
|
2827
|
+
</tr>
|
|
2828
|
+
|
|
2829
|
+
|
|
2830
|
+
</tbody>
|
|
2831
|
+
</table></dl>
|
|
2832
|
+
|
|
2833
|
+
|
|
2834
|
+
|
|
2835
|
+
|
|
2836
|
+
<dt class="tag-default">Default Value:</dt>
|
|
2837
|
+
<dd class="tag-default"><ul class="dummy"><li><code class="prettyprint">"none"</code></li></ul></dd>
|
|
2838
|
+
|
|
2839
|
+
|
|
2840
|
+
|
|
2841
|
+
|
|
2842
|
+
|
|
2843
|
+
|
|
2844
|
+
|
|
2845
|
+
|
|
2846
|
+
|
|
2847
|
+
|
|
2848
|
+
|
|
2849
|
+
|
|
2850
|
+
|
|
2851
|
+
|
|
2852
|
+
|
|
2853
|
+
|
|
2854
|
+
|
|
2855
|
+
|
|
2856
|
+
|
|
2857
|
+
|
|
2858
|
+
|
|
2859
|
+
|
|
2860
|
+
|
|
2861
|
+
|
|
2862
|
+
|
|
2863
|
+
</dl>
|
|
2864
|
+
|
|
2865
|
+
|
|
2866
|
+
|
|
2867
|
+
<h5>Names</h5>
|
|
2868
|
+
<table class="keyboard-table">
|
|
2869
|
+
<thead>
|
|
2870
|
+
<tr>
|
|
2871
|
+
<th>Item</th>
|
|
2872
|
+
<th>Name</th>
|
|
2873
|
+
</tr>
|
|
2874
|
+
</thead>
|
|
2875
|
+
<tbody>
|
|
2876
|
+
<tr>
|
|
2877
|
+
<td>Property</td>
|
|
2878
|
+
<td><code class="prettyprint">selectionMode</code></td>
|
|
2879
|
+
</tr>
|
|
2880
|
+
|
|
2881
|
+
<tr>
|
|
2882
|
+
<td>Property change event</td>
|
|
2883
|
+
<td><code class="prettyprint">selectionModeChanged</code></td>
|
|
2884
|
+
</tr>
|
|
2885
|
+
<tr>
|
|
2886
|
+
<td>Property change listener attribute (<span class="important">must be of type function, see <a href="https://www.oracle.com/pls/topic/lookup?ctx=jetlatest&id=customelementoverview#ce-events-section" target="_blank">Events and Listeners</a> for additional information.</span>)</td>
|
|
2887
|
+
<td><code class="pretty-print-noprettify">on-selection-mode-changed</code></td>
|
|
2888
|
+
</tr>
|
|
2889
|
+
|
|
2890
|
+
</tbody>
|
|
2891
|
+
</table>
|
|
2892
|
+
|
|
2893
|
+
</dd>
|
|
2894
|
+
|
|
2895
|
+
|
|
2597
2896
|
<dt class="">
|
|
2598
2897
|
|
|
2599
2898
|
<h4 id="seriesComparator" class="name">
|
|
@@ -2831,6 +3130,92 @@ If seriesComparator(a, b) is greater than 0, chart series b comes before chart s
|
|
|
2831
3130
|
</dd>
|
|
2832
3131
|
|
|
2833
3132
|
|
|
3133
|
+
<dt class="">
|
|
3134
|
+
|
|
3135
|
+
<h4 id="timeAxisType" class="name">
|
|
3136
|
+
|
|
3137
|
+
<span class="type-signature"></span>time-axis-type<span class="type-signature"> :"enabled"|"mixedFrequency"|"skipGaps"</span>
|
|
3138
|
+
<a class="bookmarkable-link" title="Bookmarkable Link" href="#timeAxisType"></a>
|
|
3139
|
+
|
|
3140
|
+
</h4>
|
|
3141
|
+
|
|
3142
|
+
|
|
3143
|
+
</dt>
|
|
3144
|
+
|
|
3145
|
+
<dd class="">
|
|
3146
|
+
|
|
3147
|
+
<div class="description">
|
|
3148
|
+
The type of time axis to display in the chart. If the value is "enabled" or "skipGaps", the time values must be provided through the "group-id" attribute of the <a target="_blank" href="oj-c.LineChartItem.html">oj-c-line-chart-item</a> element. In this case, stacking is supported. If the value is "skipGaps", the groups will be rendered at a regular interval regardless of any time gaps that may exist in the data.
|
|
3149
|
+
If the value is "mixedFrequency", the time values must be provided through the "x" attribute of the <a target="_blank" href="oj-c.LineChartItem.html">oj-c-line-chart-item</a> element. In this case stacking is not supported.
|
|
3150
|
+
The time values provided must be an ISO date string.
|
|
3151
|
+
</div>
|
|
3152
|
+
|
|
3153
|
+
|
|
3154
|
+
|
|
3155
|
+
|
|
3156
|
+
<dl class="details">
|
|
3157
|
+
|
|
3158
|
+
|
|
3159
|
+
|
|
3160
|
+
|
|
3161
|
+
|
|
3162
|
+
|
|
3163
|
+
|
|
3164
|
+
|
|
3165
|
+
|
|
3166
|
+
|
|
3167
|
+
|
|
3168
|
+
|
|
3169
|
+
|
|
3170
|
+
|
|
3171
|
+
|
|
3172
|
+
|
|
3173
|
+
|
|
3174
|
+
|
|
3175
|
+
|
|
3176
|
+
|
|
3177
|
+
|
|
3178
|
+
|
|
3179
|
+
|
|
3180
|
+
|
|
3181
|
+
|
|
3182
|
+
|
|
3183
|
+
|
|
3184
|
+
|
|
3185
|
+
|
|
3186
|
+
</dl>
|
|
3187
|
+
|
|
3188
|
+
|
|
3189
|
+
|
|
3190
|
+
<h5>Names</h5>
|
|
3191
|
+
<table class="keyboard-table">
|
|
3192
|
+
<thead>
|
|
3193
|
+
<tr>
|
|
3194
|
+
<th>Item</th>
|
|
3195
|
+
<th>Name</th>
|
|
3196
|
+
</tr>
|
|
3197
|
+
</thead>
|
|
3198
|
+
<tbody>
|
|
3199
|
+
<tr>
|
|
3200
|
+
<td>Property</td>
|
|
3201
|
+
<td><code class="prettyprint">timeAxisType</code></td>
|
|
3202
|
+
</tr>
|
|
3203
|
+
|
|
3204
|
+
<tr>
|
|
3205
|
+
<td>Property change event</td>
|
|
3206
|
+
<td><code class="prettyprint">timeAxisTypeChanged</code></td>
|
|
3207
|
+
</tr>
|
|
3208
|
+
<tr>
|
|
3209
|
+
<td>Property change listener attribute (<span class="important">must be of type function, see <a href="https://www.oracle.com/pls/topic/lookup?ctx=jetlatest&id=customelementoverview#ce-events-section" target="_blank">Events and Listeners</a> for additional information.</span>)</td>
|
|
3210
|
+
<td><code class="pretty-print-noprettify">on-time-axis-type-changed</code></td>
|
|
3211
|
+
</tr>
|
|
3212
|
+
|
|
3213
|
+
</tbody>
|
|
3214
|
+
</table>
|
|
3215
|
+
|
|
3216
|
+
</dd>
|
|
3217
|
+
|
|
3218
|
+
|
|
2834
3219
|
<dt class="">
|
|
2835
3220
|
|
|
2836
3221
|
<h4 id="valueFormats" class="name">
|
|
@@ -6431,7 +6816,7 @@ of the chart.
|
|
|
6431
6816
|
|
|
6432
6817
|
|
|
6433
6818
|
|
|
6434
|
-
<td class="description last">The array of
|
|
6819
|
+
<td class="description last">The array of ids for the groups the item belongs to. For hierarchical groups, it will be an array of outermost to innermost group ids. This is also used to specify the date for non mixed frequency time axes. The specified date for non mixed frequency time axes must be an ISO string.
|
|
6435
6820
|
</td>
|
|
6436
6821
|
|
|
6437
6822
|
</tr>
|
|
@@ -6673,7 +7058,7 @@ of the chart.
|
|
|
6673
7058
|
|
|
6674
7059
|
|
|
6675
7060
|
|
|
6676
|
-
<td class="description last">
|
|
7061
|
+
<td class="description last">The description of this object. This is used for accessibility and also for customizing the tooltip text.
|
|
6677
7062
|
</td>
|
|
6678
7063
|
|
|
6679
7064
|
</tr>
|
|
@@ -6713,6 +7098,42 @@ of the chart.
|
|
|
6713
7098
|
</tr>
|
|
6714
7099
|
|
|
6715
7100
|
|
|
7101
|
+
<tr>
|
|
7102
|
+
|
|
7103
|
+
<td class="name"><code>x</code></td>
|
|
7104
|
+
|
|
7105
|
+
|
|
7106
|
+
|
|
7107
|
+
<td class="type">
|
|
7108
|
+
|
|
7109
|
+
|
|
7110
|
+
|
|
7111
|
+
<span class="param-type">string</span>
|
|
7112
|
+
|
|
7113
|
+
|
|
7114
|
+
|
|
7115
|
+
|
|
7116
|
+
</td>
|
|
7117
|
+
|
|
7118
|
+
|
|
7119
|
+
<td class="attributes">
|
|
7120
|
+
|
|
7121
|
+
<optional><br>
|
|
7122
|
+
|
|
7123
|
+
|
|
7124
|
+
|
|
7125
|
+
</td>
|
|
7126
|
+
|
|
7127
|
+
|
|
7128
|
+
|
|
7129
|
+
|
|
7130
|
+
|
|
7131
|
+
<td class="description last">The x value. Mainly used to specify the date for mixed-frequency time axis. The date specified in the x value must be an ISO date string.
|
|
7132
|
+
</td>
|
|
7133
|
+
|
|
7134
|
+
</tr>
|
|
7135
|
+
|
|
7136
|
+
|
|
6716
7137
|
</tbody>
|
|
6717
7138
|
</table>
|
|
6718
7139
|
|
|
@@ -6729,7 +7150,7 @@ of the chart.
|
|
|
6729
7150
|
|
|
6730
7151
|
|
|
6731
7152
|
|
|
6732
|
-
<td class="description last">
|
|
7153
|
+
<td class="description last">The line chart items belonging to this line series.
|
|
6733
7154
|
</td>
|
|
6734
7155
|
|
|
6735
7156
|
</tr>
|
|
@@ -7342,7 +7763,7 @@ of the chart.
|
|
|
7342
7763
|
|
|
7343
7764
|
|
|
7344
7765
|
|
|
7345
|
-
<td class="description last">The array of
|
|
7766
|
+
<td class="description last">The array of ids for the groups the item belongs to. For hierarchical groups, it will be an array of outermost to innermost group ids. This is also used to specify the date for non mixed frequency time axes. The specified date for non mixed frequency time axes must be an ISO string.
|
|
7346
7767
|
</td>
|
|
7347
7768
|
|
|
7348
7769
|
</tr>
|
|
@@ -7584,7 +8005,7 @@ of the chart.
|
|
|
7584
8005
|
|
|
7585
8006
|
|
|
7586
8007
|
|
|
7587
|
-
<td class="description last">
|
|
8008
|
+
<td class="description last">The description of this object. This is used for accessibility and also for customizing the tooltip text.
|
|
7588
8009
|
</td>
|
|
7589
8010
|
|
|
7590
8011
|
</tr>
|
|
@@ -7624,19 +8045,55 @@ of the chart.
|
|
|
7624
8045
|
</tr>
|
|
7625
8046
|
|
|
7626
8047
|
|
|
7627
|
-
|
|
7628
|
-
|
|
7629
|
-
|
|
7630
|
-
|
|
7631
|
-
|
|
7632
|
-
|
|
7633
|
-
|
|
7634
|
-
|
|
7635
|
-
|
|
7636
|
-
|
|
7637
|
-
|
|
7638
|
-
|
|
7639
|
-
|
|
8048
|
+
<tr>
|
|
8049
|
+
|
|
8050
|
+
<td class="name"><code>x</code></td>
|
|
8051
|
+
|
|
8052
|
+
|
|
8053
|
+
|
|
8054
|
+
<td class="type">
|
|
8055
|
+
|
|
8056
|
+
|
|
8057
|
+
|
|
8058
|
+
<span class="param-type">string</span>
|
|
8059
|
+
|
|
8060
|
+
|
|
8061
|
+
|
|
8062
|
+
|
|
8063
|
+
</td>
|
|
8064
|
+
|
|
8065
|
+
|
|
8066
|
+
<td class="attributes">
|
|
8067
|
+
|
|
8068
|
+
<optional><br>
|
|
8069
|
+
|
|
8070
|
+
|
|
8071
|
+
|
|
8072
|
+
</td>
|
|
8073
|
+
|
|
8074
|
+
|
|
8075
|
+
|
|
8076
|
+
|
|
8077
|
+
|
|
8078
|
+
<td class="description last">The x value. Mainly used to specify the date for mixed-frequency time axis. The date specified in the x value must be an ISO date string.
|
|
8079
|
+
</td>
|
|
8080
|
+
|
|
8081
|
+
</tr>
|
|
8082
|
+
|
|
8083
|
+
|
|
8084
|
+
</tbody>
|
|
8085
|
+
</table></dl>
|
|
8086
|
+
|
|
8087
|
+
|
|
8088
|
+
|
|
8089
|
+
|
|
8090
|
+
|
|
8091
|
+
|
|
8092
|
+
|
|
8093
|
+
|
|
8094
|
+
|
|
8095
|
+
|
|
8096
|
+
|
|
7640
8097
|
|
|
7641
8098
|
|
|
7642
8099
|
|
|
@@ -8003,6 +8460,8 @@ of the chart.
|
|
|
8003
8460
|
|
|
8004
8461
|
|
|
8005
8462
|
|
|
8463
|
+
<th class="last">Description</th>
|
|
8464
|
+
|
|
8006
8465
|
</tr>
|
|
8007
8466
|
</thead>
|
|
8008
8467
|
|
|
@@ -8038,97 +8497,51 @@ of the chart.
|
|
|
8038
8497
|
|
|
8039
8498
|
|
|
8040
8499
|
|
|
8500
|
+
<td class="description last">The object defining the properties of the major tick of the x axis.
|
|
8501
|
+
</td>
|
|
8502
|
+
|
|
8041
8503
|
</tr>
|
|
8042
8504
|
|
|
8043
8505
|
|
|
8044
|
-
|
|
8045
|
-
|
|
8046
|
-
|
|
8047
|
-
|
|
8048
|
-
|
|
8049
|
-
|
|
8050
|
-
|
|
8051
|
-
|
|
8052
|
-
|
|
8053
|
-
|
|
8054
|
-
|
|
8055
|
-
|
|
8056
|
-
|
|
8057
|
-
|
|
8058
|
-
|
|
8059
|
-
|
|
8060
|
-
|
|
8061
|
-
|
|
8062
|
-
|
|
8063
|
-
|
|
8064
|
-
|
|
8065
|
-
|
|
8066
|
-
|
|
8067
|
-
|
|
8068
|
-
|
|
8069
|
-
|
|
8070
|
-
|
|
8071
|
-
|
|
8072
|
-
|
|
8073
|
-
|
|
8074
|
-
|
|
8075
|
-
|
|
8076
|
-
</dl>
|
|
8077
|
-
|
|
8078
|
-
|
|
8079
|
-
|
|
8080
|
-
</dd>
|
|
8081
|
-
|
|
8082
|
-
|
|
8083
|
-
<dt class="">
|
|
8084
|
-
|
|
8085
|
-
<h4 id="YAxis" class="name">
|
|
8086
|
-
|
|
8087
|
-
YAxis
|
|
8088
|
-
<a class="bookmarkable-link" title="Bookmarkable Link" href="#YAxis"></a>
|
|
8089
|
-
|
|
8090
|
-
</h4>
|
|
8091
|
-
|
|
8092
|
-
|
|
8093
|
-
</dt>
|
|
8094
|
-
|
|
8095
|
-
<dd class="">
|
|
8096
|
-
|
|
8097
|
-
|
|
8098
|
-
|
|
8099
|
-
|
|
8100
|
-
<dl class="details">
|
|
8101
|
-
|
|
8102
|
-
<h5 class="subsection-title notoc">Properties:</h5>
|
|
8103
|
-
|
|
8104
|
-
|
|
8105
|
-
|
|
8106
|
-
<dl>
|
|
8506
|
+
<tr>
|
|
8507
|
+
|
|
8508
|
+
<td class="name"><code>minorTick</code></td>
|
|
8509
|
+
|
|
8510
|
+
|
|
8511
|
+
|
|
8512
|
+
<td class="type">
|
|
8513
|
+
|
|
8514
|
+
|
|
8515
|
+
|
|
8516
|
+
<span class="param-type">object</span>
|
|
8517
|
+
|
|
8107
8518
|
|
|
8108
|
-
<table class="props">
|
|
8109
|
-
<thead>
|
|
8110
|
-
<tr>
|
|
8111
|
-
|
|
8112
|
-
<th>Name</th>
|
|
8113
8519
|
|
|
8114
|
-
|
|
8115
|
-
|
|
8116
|
-
|
|
8117
|
-
|
|
8118
|
-
|
|
8119
|
-
|
|
8120
|
-
|
|
8121
|
-
|
|
8122
|
-
|
|
8123
|
-
|
|
8124
|
-
|
|
8125
|
-
|
|
8520
|
+
|
|
8521
|
+
</td>
|
|
8522
|
+
|
|
8523
|
+
|
|
8524
|
+
<td class="attributes">
|
|
8525
|
+
|
|
8526
|
+
<optional><br>
|
|
8527
|
+
|
|
8528
|
+
|
|
8529
|
+
|
|
8530
|
+
</td>
|
|
8531
|
+
|
|
8532
|
+
|
|
8533
|
+
|
|
8534
|
+
|
|
8535
|
+
|
|
8536
|
+
<td class="description last">The object defining the properties of the minor tick of the x axis.
|
|
8537
|
+
</td>
|
|
8538
|
+
|
|
8539
|
+
</tr>
|
|
8126
8540
|
|
|
8127
|
-
<tbody>
|
|
8128
8541
|
|
|
8129
8542
|
<tr>
|
|
8130
8543
|
|
|
8131
|
-
<td class="name"><code>
|
|
8544
|
+
<td class="name"><code>scale</code></td>
|
|
8132
8545
|
|
|
8133
8546
|
|
|
8134
8547
|
|
|
@@ -8136,7 +8549,10 @@ of the chart.
|
|
|
8136
8549
|
|
|
8137
8550
|
|
|
8138
8551
|
|
|
8139
|
-
<span class="param-type">
|
|
8552
|
+
<span class="param-type">"linear"</span>
|
|
8553
|
+
|
|
|
8554
|
+
|
|
8555
|
+
<span class="param-type">"log"</span>
|
|
8140
8556
|
|
|
8141
8557
|
|
|
8142
8558
|
|
|
@@ -8156,12 +8572,88 @@ of the chart.
|
|
|
8156
8572
|
|
|
8157
8573
|
|
|
8158
8574
|
|
|
8575
|
+
<td class="description last">Defines the axis scale. If set to log, major ticks will rendered will be incremented in logarithmic ratio.
|
|
8576
|
+
</td>
|
|
8577
|
+
|
|
8159
8578
|
</tr>
|
|
8160
8579
|
|
|
8161
8580
|
|
|
8162
8581
|
<tr>
|
|
8163
8582
|
|
|
8164
|
-
<td class="name"><code>
|
|
8583
|
+
<td class="name"><code>size</code></td>
|
|
8584
|
+
|
|
8585
|
+
|
|
8586
|
+
|
|
8587
|
+
<td class="type">
|
|
8588
|
+
|
|
8589
|
+
|
|
8590
|
+
|
|
8591
|
+
<span class="param-type">number</span>
|
|
8592
|
+
|
|
8593
|
+
|
|
8594
|
+
|
|
8595
|
+
|
|
8596
|
+
</td>
|
|
8597
|
+
|
|
8598
|
+
|
|
8599
|
+
<td class="attributes">
|
|
8600
|
+
|
|
8601
|
+
<optional><br>
|
|
8602
|
+
|
|
8603
|
+
|
|
8604
|
+
|
|
8605
|
+
</td>
|
|
8606
|
+
|
|
8607
|
+
|
|
8608
|
+
|
|
8609
|
+
|
|
8610
|
+
|
|
8611
|
+
<td class="description last">Defines the size of the axis in terms of ratio of the width (for vertical charts) or height (for horizontal charts).
|
|
8612
|
+
</td>
|
|
8613
|
+
|
|
8614
|
+
</tr>
|
|
8615
|
+
|
|
8616
|
+
|
|
8617
|
+
<tr>
|
|
8618
|
+
|
|
8619
|
+
<td class="name"><code>step</code></td>
|
|
8620
|
+
|
|
8621
|
+
|
|
8622
|
+
|
|
8623
|
+
<td class="type">
|
|
8624
|
+
|
|
8625
|
+
|
|
8626
|
+
|
|
8627
|
+
<span class="param-type">number</span>
|
|
8628
|
+
|
|
8629
|
+
|
|
8630
|
+
|
|
8631
|
+
|
|
8632
|
+
</td>
|
|
8633
|
+
|
|
8634
|
+
|
|
8635
|
+
<td class="attributes">
|
|
8636
|
+
|
|
8637
|
+
<optional><br>
|
|
8638
|
+
|
|
8639
|
+
|
|
8640
|
+
|
|
8641
|
+
</td>
|
|
8642
|
+
|
|
8643
|
+
|
|
8644
|
+
|
|
8645
|
+
|
|
8646
|
+
|
|
8647
|
+
<td class="description last">The increment between major tick marks in y axis. Defaults to null for automatic calculation based on the data.
|
|
8648
|
+
For log axis, the step is a multiplier, for example, if the step is 2, the major tick marks will be rendered at 1, 2, 4, 8, and so on.
|
|
8649
|
+
</td>
|
|
8650
|
+
|
|
8651
|
+
</tr>
|
|
8652
|
+
|
|
8653
|
+
|
|
8654
|
+
<tr>
|
|
8655
|
+
|
|
8656
|
+
<td class="name"><code>tickLabel</code></td>
|
|
8165
8657
|
|
|
8166
8658
|
|
|
8167
8659
|
|
|
@@ -8189,6 +8681,752 @@ of the chart.
|
|
|
8189
8681
|
|
|
8190
8682
|
|
|
8191
8683
|
|
|
8684
|
+
<td class="description last">The object defining the properties of tick labels of the x axis.
|
|
8685
|
+
</td>
|
|
8686
|
+
|
|
8687
|
+
</tr>
|
|
8688
|
+
|
|
8689
|
+
|
|
8690
|
+
<tr>
|
|
8691
|
+
|
|
8692
|
+
<td class="name"><code>title</code></td>
|
|
8693
|
+
|
|
8694
|
+
|
|
8695
|
+
|
|
8696
|
+
<td class="type">
|
|
8697
|
+
|
|
8698
|
+
|
|
8699
|
+
|
|
8700
|
+
<span class="param-type">string</span>
|
|
8701
|
+
|
|
8702
|
+
|
|
8703
|
+
|
|
8704
|
+
|
|
8705
|
+
</td>
|
|
8706
|
+
|
|
8707
|
+
|
|
8708
|
+
<td class="attributes">
|
|
8709
|
+
|
|
8710
|
+
<optional><br>
|
|
8711
|
+
|
|
8712
|
+
|
|
8713
|
+
|
|
8714
|
+
</td>
|
|
8715
|
+
|
|
8716
|
+
|
|
8717
|
+
|
|
8718
|
+
|
|
8719
|
+
|
|
8720
|
+
<td class="description last">The title of the axis.
|
|
8721
|
+
</td>
|
|
8722
|
+
|
|
8723
|
+
</tr>
|
|
8724
|
+
|
|
8725
|
+
|
|
8726
|
+
<tr>
|
|
8727
|
+
|
|
8728
|
+
<td class="name"><code>titleStyle</code></td>
|
|
8729
|
+
|
|
8730
|
+
|
|
8731
|
+
|
|
8732
|
+
<td class="type">
|
|
8733
|
+
|
|
8734
|
+
|
|
8735
|
+
|
|
8736
|
+
<span class="param-type">object</span>
|
|
8737
|
+
|
|
8738
|
+
|
|
8739
|
+
|
|
8740
|
+
|
|
8741
|
+
</td>
|
|
8742
|
+
|
|
8743
|
+
|
|
8744
|
+
<td class="attributes">
|
|
8745
|
+
|
|
8746
|
+
<optional><br>
|
|
8747
|
+
|
|
8748
|
+
|
|
8749
|
+
|
|
8750
|
+
</td>
|
|
8751
|
+
|
|
8752
|
+
|
|
8753
|
+
|
|
8754
|
+
|
|
8755
|
+
|
|
8756
|
+
<td class="description last">The object defining the css properties of the axis title.
|
|
8757
|
+
</td>
|
|
8758
|
+
|
|
8759
|
+
</tr>
|
|
8760
|
+
|
|
8761
|
+
|
|
8762
|
+
<tr>
|
|
8763
|
+
|
|
8764
|
+
<td class="name"><code>viewportMax</code></td>
|
|
8765
|
+
|
|
8766
|
+
|
|
8767
|
+
|
|
8768
|
+
<td class="type">
|
|
8769
|
+
|
|
8770
|
+
|
|
8771
|
+
|
|
8772
|
+
<span class="param-type">number</span>
|
|
8773
|
+
|
|
8774
|
+
|
|
8775
|
+
|
|
8776
|
+
|
|
8777
|
+
</td>
|
|
8778
|
+
|
|
8779
|
+
|
|
8780
|
+
<td class="attributes">
|
|
8781
|
+
|
|
8782
|
+
<optional><br>
|
|
8783
|
+
|
|
8784
|
+
|
|
8785
|
+
|
|
8786
|
+
</td>
|
|
8787
|
+
|
|
8788
|
+
|
|
8789
|
+
|
|
8790
|
+
|
|
8791
|
+
|
|
8792
|
+
<td class="description last">Specifies the maximum y coordinate of the current viewport for zoom and scroll.
|
|
8793
|
+
If not specified, this value will be the axis max.
|
|
8794
|
+
</td>
|
|
8795
|
+
|
|
8796
|
+
</tr>
|
|
8797
|
+
|
|
8798
|
+
|
|
8799
|
+
<tr>
|
|
8800
|
+
|
|
8801
|
+
<td class="name"><code>viewportMin</code></td>
|
|
8802
|
+
|
|
8803
|
+
|
|
8804
|
+
|
|
8805
|
+
<td class="type">
|
|
8806
|
+
|
|
8807
|
+
|
|
8808
|
+
|
|
8809
|
+
<span class="param-type">number</span>
|
|
8810
|
+
|
|
8811
|
+
|
|
8812
|
+
|
|
8813
|
+
|
|
8814
|
+
</td>
|
|
8815
|
+
|
|
8816
|
+
|
|
8817
|
+
<td class="attributes">
|
|
8818
|
+
|
|
8819
|
+
<optional><br>
|
|
8820
|
+
|
|
8821
|
+
|
|
8822
|
+
|
|
8823
|
+
</td>
|
|
8824
|
+
|
|
8825
|
+
|
|
8826
|
+
|
|
8827
|
+
|
|
8828
|
+
|
|
8829
|
+
<td class="description last">Specifies the minimum y coordinate of the current viewport for zoom and scroll.
|
|
8830
|
+
If not specified, this value will be the axis min.
|
|
8831
|
+
</td>
|
|
8832
|
+
|
|
8833
|
+
</tr>
|
|
8834
|
+
|
|
8835
|
+
|
|
8836
|
+
</tbody>
|
|
8837
|
+
</table></dl>
|
|
8838
|
+
|
|
8839
|
+
|
|
8840
|
+
|
|
8841
|
+
|
|
8842
|
+
|
|
8843
|
+
|
|
8844
|
+
|
|
8845
|
+
|
|
8846
|
+
|
|
8847
|
+
|
|
8848
|
+
|
|
8849
|
+
|
|
8850
|
+
|
|
8851
|
+
|
|
8852
|
+
|
|
8853
|
+
|
|
8854
|
+
|
|
8855
|
+
|
|
8856
|
+
|
|
8857
|
+
|
|
8858
|
+
|
|
8859
|
+
|
|
8860
|
+
|
|
8861
|
+
|
|
8862
|
+
|
|
8863
|
+
|
|
8864
|
+
|
|
8865
|
+
|
|
8866
|
+
|
|
8867
|
+
|
|
8868
|
+
</dl>
|
|
8869
|
+
|
|
8870
|
+
|
|
8871
|
+
|
|
8872
|
+
</dd>
|
|
8873
|
+
|
|
8874
|
+
|
|
8875
|
+
<dt class="">
|
|
8876
|
+
|
|
8877
|
+
<h4 id="YAxis" class="name">
|
|
8878
|
+
|
|
8879
|
+
YAxis
|
|
8880
|
+
<a class="bookmarkable-link" title="Bookmarkable Link" href="#YAxis"></a>
|
|
8881
|
+
|
|
8882
|
+
</h4>
|
|
8883
|
+
|
|
8884
|
+
|
|
8885
|
+
</dt>
|
|
8886
|
+
|
|
8887
|
+
<dd class="">
|
|
8888
|
+
|
|
8889
|
+
|
|
8890
|
+
|
|
8891
|
+
|
|
8892
|
+
<dl class="details">
|
|
8893
|
+
|
|
8894
|
+
<h5 class="subsection-title notoc">Properties:</h5>
|
|
8895
|
+
|
|
8896
|
+
|
|
8897
|
+
|
|
8898
|
+
<dl>
|
|
8899
|
+
|
|
8900
|
+
<table class="props">
|
|
8901
|
+
<thead>
|
|
8902
|
+
<tr>
|
|
8903
|
+
|
|
8904
|
+
<th>Name</th>
|
|
8905
|
+
|
|
8906
|
+
|
|
8907
|
+
<th>Type</th>
|
|
8908
|
+
|
|
8909
|
+
|
|
8910
|
+
<th>Argument</th>
|
|
8911
|
+
|
|
8912
|
+
|
|
8913
|
+
|
|
8914
|
+
|
|
8915
|
+
|
|
8916
|
+
<th class="last">Description</th>
|
|
8917
|
+
|
|
8918
|
+
</tr>
|
|
8919
|
+
</thead>
|
|
8920
|
+
|
|
8921
|
+
<tbody>
|
|
8922
|
+
|
|
8923
|
+
<tr>
|
|
8924
|
+
|
|
8925
|
+
<td class="name"><code>dataMax</code></td>
|
|
8926
|
+
|
|
8927
|
+
|
|
8928
|
+
|
|
8929
|
+
<td class="type">
|
|
8930
|
+
|
|
8931
|
+
|
|
8932
|
+
|
|
8933
|
+
<span class="param-type">number</span>
|
|
8934
|
+
|
|
8935
|
+
|
|
8936
|
+
|
|
8937
|
+
|
|
8938
|
+
</td>
|
|
8939
|
+
|
|
8940
|
+
|
|
8941
|
+
<td class="attributes">
|
|
8942
|
+
|
|
8943
|
+
<optional><br>
|
|
8944
|
+
|
|
8945
|
+
|
|
8946
|
+
|
|
8947
|
+
</td>
|
|
8948
|
+
|
|
8949
|
+
|
|
8950
|
+
|
|
8951
|
+
|
|
8952
|
+
|
|
8953
|
+
<td class="description last">The maximum data value corresponding to an axis. If specified, the automatic axis extent calculation will use this value.
|
|
8954
|
+
</td>
|
|
8955
|
+
|
|
8956
|
+
</tr>
|
|
8957
|
+
|
|
8958
|
+
|
|
8959
|
+
<tr>
|
|
8960
|
+
|
|
8961
|
+
<td class="name"><code>dataMin</code></td>
|
|
8962
|
+
|
|
8963
|
+
|
|
8964
|
+
|
|
8965
|
+
<td class="type">
|
|
8966
|
+
|
|
8967
|
+
|
|
8968
|
+
|
|
8969
|
+
<span class="param-type">number</span>
|
|
8970
|
+
|
|
8971
|
+
|
|
8972
|
+
|
|
8973
|
+
|
|
8974
|
+
</td>
|
|
8975
|
+
|
|
8976
|
+
|
|
8977
|
+
<td class="attributes">
|
|
8978
|
+
|
|
8979
|
+
<optional><br>
|
|
8980
|
+
|
|
8981
|
+
|
|
8982
|
+
|
|
8983
|
+
</td>
|
|
8984
|
+
|
|
8985
|
+
|
|
8986
|
+
|
|
8987
|
+
|
|
8988
|
+
|
|
8989
|
+
<td class="description last">The minimum data value corresponding to an axis. If specified, the automatic axis extent calculation will use this value.
|
|
8990
|
+
</td>
|
|
8991
|
+
|
|
8992
|
+
</tr>
|
|
8993
|
+
|
|
8994
|
+
|
|
8995
|
+
<tr>
|
|
8996
|
+
|
|
8997
|
+
<td class="name"><code>majorTick</code></td>
|
|
8998
|
+
|
|
8999
|
+
|
|
9000
|
+
|
|
9001
|
+
<td class="type">
|
|
9002
|
+
|
|
9003
|
+
|
|
9004
|
+
|
|
9005
|
+
<span class="param-type">object</span>
|
|
9006
|
+
|
|
9007
|
+
|
|
9008
|
+
|
|
9009
|
+
|
|
9010
|
+
</td>
|
|
9011
|
+
|
|
9012
|
+
|
|
9013
|
+
<td class="attributes">
|
|
9014
|
+
|
|
9015
|
+
<optional><br>
|
|
9016
|
+
|
|
9017
|
+
|
|
9018
|
+
|
|
9019
|
+
</td>
|
|
9020
|
+
|
|
9021
|
+
|
|
9022
|
+
|
|
9023
|
+
|
|
9024
|
+
|
|
9025
|
+
<td class="description last">The object defining the properties of the major tick of the y axis.
|
|
9026
|
+
</td>
|
|
9027
|
+
|
|
9028
|
+
</tr>
|
|
9029
|
+
|
|
9030
|
+
|
|
9031
|
+
<tr>
|
|
9032
|
+
|
|
9033
|
+
<td class="name"><code>max</code></td>
|
|
9034
|
+
|
|
9035
|
+
|
|
9036
|
+
|
|
9037
|
+
<td class="type">
|
|
9038
|
+
|
|
9039
|
+
|
|
9040
|
+
|
|
9041
|
+
<span class="param-type">number</span>
|
|
9042
|
+
|
|
9043
|
+
|
|
9044
|
+
|
|
9045
|
+
|
|
9046
|
+
</td>
|
|
9047
|
+
|
|
9048
|
+
|
|
9049
|
+
<td class="attributes">
|
|
9050
|
+
|
|
9051
|
+
<optional><br>
|
|
9052
|
+
|
|
9053
|
+
|
|
9054
|
+
|
|
9055
|
+
</td>
|
|
9056
|
+
|
|
9057
|
+
|
|
9058
|
+
|
|
9059
|
+
|
|
9060
|
+
|
|
9061
|
+
<td class="description last">The maximum value of the axis. Defaults to null for automatic calculation based on the data.
|
|
9062
|
+
</td>
|
|
9063
|
+
|
|
9064
|
+
</tr>
|
|
9065
|
+
|
|
9066
|
+
|
|
9067
|
+
<tr>
|
|
9068
|
+
|
|
9069
|
+
<td class="name"><code>min</code></td>
|
|
9070
|
+
|
|
9071
|
+
|
|
9072
|
+
|
|
9073
|
+
<td class="type">
|
|
9074
|
+
|
|
9075
|
+
|
|
9076
|
+
|
|
9077
|
+
<span class="param-type">number</span>
|
|
9078
|
+
|
|
9079
|
+
|
|
9080
|
+
|
|
9081
|
+
|
|
9082
|
+
</td>
|
|
9083
|
+
|
|
9084
|
+
|
|
9085
|
+
<td class="attributes">
|
|
9086
|
+
|
|
9087
|
+
<optional><br>
|
|
9088
|
+
|
|
9089
|
+
|
|
9090
|
+
|
|
9091
|
+
</td>
|
|
9092
|
+
|
|
9093
|
+
|
|
9094
|
+
|
|
9095
|
+
|
|
9096
|
+
|
|
9097
|
+
<td class="description last">The minumum value of the axis. Defaults to null for automatic calculation based on the data.
|
|
9098
|
+
</td>
|
|
9099
|
+
|
|
9100
|
+
</tr>
|
|
9101
|
+
|
|
9102
|
+
|
|
9103
|
+
<tr>
|
|
9104
|
+
|
|
9105
|
+
<td class="name"><code>minorTick</code></td>
|
|
9106
|
+
|
|
9107
|
+
|
|
9108
|
+
|
|
9109
|
+
<td class="type">
|
|
9110
|
+
|
|
9111
|
+
|
|
9112
|
+
|
|
9113
|
+
<span class="param-type">object</span>
|
|
9114
|
+
|
|
9115
|
+
|
|
9116
|
+
|
|
9117
|
+
|
|
9118
|
+
</td>
|
|
9119
|
+
|
|
9120
|
+
|
|
9121
|
+
<td class="attributes">
|
|
9122
|
+
|
|
9123
|
+
<optional><br>
|
|
9124
|
+
|
|
9125
|
+
|
|
9126
|
+
|
|
9127
|
+
</td>
|
|
9128
|
+
|
|
9129
|
+
|
|
9130
|
+
|
|
9131
|
+
|
|
9132
|
+
|
|
9133
|
+
<td class="description last">The object defining the properties of the minor tick of the y axis.
|
|
9134
|
+
</td>
|
|
9135
|
+
|
|
9136
|
+
</tr>
|
|
9137
|
+
|
|
9138
|
+
|
|
9139
|
+
<tr>
|
|
9140
|
+
|
|
9141
|
+
<td class="name"><code>scale</code></td>
|
|
9142
|
+
|
|
9143
|
+
|
|
9144
|
+
|
|
9145
|
+
<td class="type">
|
|
9146
|
+
|
|
9147
|
+
|
|
9148
|
+
|
|
9149
|
+
<span class="param-type">"linear"</span>
|
|
9150
|
+
|
|
|
9151
|
+
|
|
9152
|
+
<span class="param-type">"log"</span>
|
|
9153
|
+
|
|
9154
|
+
|
|
9155
|
+
|
|
9156
|
+
|
|
9157
|
+
</td>
|
|
9158
|
+
|
|
9159
|
+
|
|
9160
|
+
<td class="attributes">
|
|
9161
|
+
|
|
9162
|
+
<optional><br>
|
|
9163
|
+
|
|
9164
|
+
|
|
9165
|
+
|
|
9166
|
+
</td>
|
|
9167
|
+
|
|
9168
|
+
|
|
9169
|
+
|
|
9170
|
+
|
|
9171
|
+
|
|
9172
|
+
<td class="description last">Defines the axis scale. If set to log, major ticks will rendered will be incremented in logarithmic ratio.
|
|
9173
|
+
</td>
|
|
9174
|
+
|
|
9175
|
+
</tr>
|
|
9176
|
+
|
|
9177
|
+
|
|
9178
|
+
<tr>
|
|
9179
|
+
|
|
9180
|
+
<td class="name"><code>size</code></td>
|
|
9181
|
+
|
|
9182
|
+
|
|
9183
|
+
|
|
9184
|
+
<td class="type">
|
|
9185
|
+
|
|
9186
|
+
|
|
9187
|
+
|
|
9188
|
+
<span class="param-type">number</span>
|
|
9189
|
+
|
|
9190
|
+
|
|
9191
|
+
|
|
9192
|
+
|
|
9193
|
+
</td>
|
|
9194
|
+
|
|
9195
|
+
|
|
9196
|
+
<td class="attributes">
|
|
9197
|
+
|
|
9198
|
+
<optional><br>
|
|
9199
|
+
|
|
9200
|
+
|
|
9201
|
+
|
|
9202
|
+
</td>
|
|
9203
|
+
|
|
9204
|
+
|
|
9205
|
+
|
|
9206
|
+
|
|
9207
|
+
|
|
9208
|
+
<td class="description last">Defines the size of the axis in terms of ratio of the width (for vertical charts) or height (for horizontal charts).
|
|
9209
|
+
</td>
|
|
9210
|
+
|
|
9211
|
+
</tr>
|
|
9212
|
+
|
|
9213
|
+
|
|
9214
|
+
<tr>
|
|
9215
|
+
|
|
9216
|
+
<td class="name"><code>step</code></td>
|
|
9217
|
+
|
|
9218
|
+
|
|
9219
|
+
|
|
9220
|
+
<td class="type">
|
|
9221
|
+
|
|
9222
|
+
|
|
9223
|
+
|
|
9224
|
+
<span class="param-type">number</span>
|
|
9225
|
+
|
|
9226
|
+
|
|
9227
|
+
|
|
9228
|
+
|
|
9229
|
+
</td>
|
|
9230
|
+
|
|
9231
|
+
|
|
9232
|
+
<td class="attributes">
|
|
9233
|
+
|
|
9234
|
+
<optional><br>
|
|
9235
|
+
|
|
9236
|
+
|
|
9237
|
+
|
|
9238
|
+
</td>
|
|
9239
|
+
|
|
9240
|
+
|
|
9241
|
+
|
|
9242
|
+
|
|
9243
|
+
|
|
9244
|
+
<td class="description last">The increment between major tick marks in y axis. Defaults to null for automatic calculation based on the data.
|
|
9245
|
+
For log axis, the step is a multiplier, for example, if the step is 2, the major tick marks will be rendered at 1, 2, 4, 8, and so on.
|
|
9246
|
+
</td>
|
|
9247
|
+
|
|
9248
|
+
</tr>
|
|
9249
|
+
|
|
9250
|
+
|
|
9251
|
+
<tr>
|
|
9252
|
+
|
|
9253
|
+
<td class="name"><code>tickLabel</code></td>
|
|
9254
|
+
|
|
9255
|
+
|
|
9256
|
+
|
|
9257
|
+
<td class="type">
|
|
9258
|
+
|
|
9259
|
+
|
|
9260
|
+
|
|
9261
|
+
<span class="param-type">object</span>
|
|
9262
|
+
|
|
9263
|
+
|
|
9264
|
+
|
|
9265
|
+
|
|
9266
|
+
</td>
|
|
9267
|
+
|
|
9268
|
+
|
|
9269
|
+
<td class="attributes">
|
|
9270
|
+
|
|
9271
|
+
<optional><br>
|
|
9272
|
+
|
|
9273
|
+
|
|
9274
|
+
|
|
9275
|
+
</td>
|
|
9276
|
+
|
|
9277
|
+
|
|
9278
|
+
|
|
9279
|
+
|
|
9280
|
+
|
|
9281
|
+
<td class="description last">The object defining the properties of tick labels of the y axis.
|
|
9282
|
+
</td>
|
|
9283
|
+
|
|
9284
|
+
</tr>
|
|
9285
|
+
|
|
9286
|
+
|
|
9287
|
+
<tr>
|
|
9288
|
+
|
|
9289
|
+
<td class="name"><code>title</code></td>
|
|
9290
|
+
|
|
9291
|
+
|
|
9292
|
+
|
|
9293
|
+
<td class="type">
|
|
9294
|
+
|
|
9295
|
+
|
|
9296
|
+
|
|
9297
|
+
<span class="param-type">string</span>
|
|
9298
|
+
|
|
9299
|
+
|
|
9300
|
+
|
|
9301
|
+
|
|
9302
|
+
</td>
|
|
9303
|
+
|
|
9304
|
+
|
|
9305
|
+
<td class="attributes">
|
|
9306
|
+
|
|
9307
|
+
<optional><br>
|
|
9308
|
+
|
|
9309
|
+
|
|
9310
|
+
|
|
9311
|
+
</td>
|
|
9312
|
+
|
|
9313
|
+
|
|
9314
|
+
|
|
9315
|
+
|
|
9316
|
+
|
|
9317
|
+
<td class="description last">The title of the axis.
|
|
9318
|
+
</td>
|
|
9319
|
+
|
|
9320
|
+
</tr>
|
|
9321
|
+
|
|
9322
|
+
|
|
9323
|
+
<tr>
|
|
9324
|
+
|
|
9325
|
+
<td class="name"><code>titleStyle</code></td>
|
|
9326
|
+
|
|
9327
|
+
|
|
9328
|
+
|
|
9329
|
+
<td class="type">
|
|
9330
|
+
|
|
9331
|
+
|
|
9332
|
+
|
|
9333
|
+
<span class="param-type">object</span>
|
|
9334
|
+
|
|
9335
|
+
|
|
9336
|
+
|
|
9337
|
+
|
|
9338
|
+
</td>
|
|
9339
|
+
|
|
9340
|
+
|
|
9341
|
+
<td class="attributes">
|
|
9342
|
+
|
|
9343
|
+
<optional><br>
|
|
9344
|
+
|
|
9345
|
+
|
|
9346
|
+
|
|
9347
|
+
</td>
|
|
9348
|
+
|
|
9349
|
+
|
|
9350
|
+
|
|
9351
|
+
|
|
9352
|
+
|
|
9353
|
+
<td class="description last">The object defining the css properties of the axis title.
|
|
9354
|
+
</td>
|
|
9355
|
+
|
|
9356
|
+
</tr>
|
|
9357
|
+
|
|
9358
|
+
|
|
9359
|
+
<tr>
|
|
9360
|
+
|
|
9361
|
+
<td class="name"><code>viewportMax</code></td>
|
|
9362
|
+
|
|
9363
|
+
|
|
9364
|
+
|
|
9365
|
+
<td class="type">
|
|
9366
|
+
|
|
9367
|
+
|
|
9368
|
+
|
|
9369
|
+
<span class="param-type">number</span>
|
|
9370
|
+
|
|
9371
|
+
|
|
9372
|
+
|
|
9373
|
+
|
|
9374
|
+
</td>
|
|
9375
|
+
|
|
9376
|
+
|
|
9377
|
+
<td class="attributes">
|
|
9378
|
+
|
|
9379
|
+
<optional><br>
|
|
9380
|
+
|
|
9381
|
+
|
|
9382
|
+
|
|
9383
|
+
</td>
|
|
9384
|
+
|
|
9385
|
+
|
|
9386
|
+
|
|
9387
|
+
|
|
9388
|
+
|
|
9389
|
+
<td class="description last">Specifies the maximum y coordinate of the current viewport for zoom and scroll.
|
|
9390
|
+
If not specified, this value will be the axis max.
|
|
9391
|
+
</td>
|
|
9392
|
+
|
|
9393
|
+
</tr>
|
|
9394
|
+
|
|
9395
|
+
|
|
9396
|
+
<tr>
|
|
9397
|
+
|
|
9398
|
+
<td class="name"><code>viewportMin</code></td>
|
|
9399
|
+
|
|
9400
|
+
|
|
9401
|
+
|
|
9402
|
+
<td class="type">
|
|
9403
|
+
|
|
9404
|
+
|
|
9405
|
+
|
|
9406
|
+
<span class="param-type">number</span>
|
|
9407
|
+
|
|
9408
|
+
|
|
9409
|
+
|
|
9410
|
+
|
|
9411
|
+
</td>
|
|
9412
|
+
|
|
9413
|
+
|
|
9414
|
+
<td class="attributes">
|
|
9415
|
+
|
|
9416
|
+
<optional><br>
|
|
9417
|
+
|
|
9418
|
+
|
|
9419
|
+
|
|
9420
|
+
</td>
|
|
9421
|
+
|
|
9422
|
+
|
|
9423
|
+
|
|
9424
|
+
|
|
9425
|
+
|
|
9426
|
+
<td class="description last">Specifies the minimum y coordinate of the current viewport for zoom and scroll.
|
|
9427
|
+
If not specified, this value will be the axis min.
|
|
9428
|
+
</td>
|
|
9429
|
+
|
|
8192
9430
|
</tr>
|
|
8193
9431
|
|
|
8194
9432
|
|
|
@@ -8242,7 +9480,7 @@ of the chart.
|
|
|
8242
9480
|
|
|
8243
9481
|
|
|
8244
9482
|
<footer>
|
|
8245
|
-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on
|
|
9483
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Tue May 14 2024 23:49:15 GMT+0000 (Coordinated Universal Time)<br>
|
|
8246
9484
|
<span class="product-docs-footer">Copyright © 2014, 2024 Oracle. All rights reserved.<span>
|
|
8247
9485
|
</footer>
|
|
8248
9486
|
|