@oracle/oraclejet-webdriver 11.1.0 → 12.0.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/README.md +9 -11
- package/bin/generate +12 -12
- package/bin/templates/baseclass.ts-template +1 -1
- package/bin/templates/class.ts-template +4 -6
- package/bin/templates/element-test.spec.ts-template +2 -2
- package/bin/templates/index.ts-template +14 -13
- package/bin/templates/property-getter.ts-template +3 -3
- package/bin/templates/property-setter.ts-template +3 -3
- package/elements/OjWebElement.js +5 -2
- package/elements/OjWebElement.js.map +1 -1
- package/elements/OjWebElement.ts +5 -2
- package/elements/index.js +12 -3
- package/elements/index.js.map +1 -1
- package/elements/index.ts +3 -0
- package/elements/oj-accordion/OjAccordion.js.map +1 -1
- package/elements/oj-accordion/OjAccordion.ts +3 -5
- package/elements/oj-accordion/OjAccordionBase.js +4 -4
- package/elements/oj-accordion/OjAccordionBase.js.map +1 -1
- package/elements/oj-accordion/OjAccordionBase.ts +13 -13
- package/elements/oj-accordion/index.js +2 -2
- package/elements/oj-accordion/index.js.map +1 -1
- package/elements/oj-accordion/index.ts +14 -13
- package/elements/oj-action-card/OjActionCard.js +11 -0
- package/elements/oj-action-card/OjActionCard.js.map +1 -0
- package/elements/oj-action-card/OjActionCard.ts +15 -0
- package/elements/oj-action-card/OjActionCardBase.js +8 -0
- package/elements/oj-action-card/OjActionCardBase.js.map +1 -0
- package/elements/oj-action-card/OjActionCardBase.ts +13 -0
- package/elements/oj-action-card/index.js +17 -0
- package/elements/oj-action-card/index.js.map +1 -0
- package/elements/oj-action-card/index.ts +28 -0
- package/elements/oj-button/OjButton.js.map +1 -1
- package/elements/oj-button/OjButton.ts +3 -5
- package/elements/oj-button/OjButtonBase.js +5 -5
- package/elements/oj-button/OjButtonBase.js.map +1 -1
- package/elements/oj-button/OjButtonBase.ts +16 -16
- package/elements/oj-button/index.js +2 -2
- package/elements/oj-button/index.js.map +1 -1
- package/elements/oj-button/index.ts +14 -13
- package/elements/oj-buttonset-many/OjButtonsetMany.js.map +1 -1
- package/elements/oj-buttonset-many/OjButtonsetMany.ts +3 -5
- package/elements/oj-buttonset-many/OjButtonsetManyBase.js +9 -9
- package/elements/oj-buttonset-many/OjButtonsetManyBase.js.map +1 -1
- package/elements/oj-buttonset-many/OjButtonsetManyBase.ts +28 -28
- package/elements/oj-buttonset-many/index.js +2 -2
- package/elements/oj-buttonset-many/index.js.map +1 -1
- package/elements/oj-buttonset-many/index.ts +14 -13
- package/elements/oj-buttonset-one/OjButtonsetOne.js.map +1 -1
- package/elements/oj-buttonset-one/OjButtonsetOne.ts +3 -5
- package/elements/oj-buttonset-one/OjButtonsetOneBase.js +9 -9
- package/elements/oj-buttonset-one/OjButtonsetOneBase.js.map +1 -1
- package/elements/oj-buttonset-one/OjButtonsetOneBase.ts +28 -28
- package/elements/oj-buttonset-one/index.js +2 -2
- package/elements/oj-buttonset-one/index.js.map +1 -1
- package/elements/oj-buttonset-one/index.ts +14 -13
- package/elements/oj-chart/OjChart.js.map +1 -1
- package/elements/oj-chart/OjChart.ts +3 -5
- package/elements/oj-chart/OjChartBase.js +55 -55
- package/elements/oj-chart/OjChartBase.js.map +1 -1
- package/elements/oj-chart/OjChartBase.ts +2149 -2152
- package/elements/oj-chart/index.js +2 -2
- package/elements/oj-chart/index.js.map +1 -1
- package/elements/oj-chart/index.ts +14 -13
- package/elements/oj-checkboxset/OjCheckboxset.js.map +1 -1
- package/elements/oj-checkboxset/OjCheckboxset.ts +3 -5
- package/elements/oj-checkboxset/OjCheckboxsetBase.js +20 -20
- package/elements/oj-checkboxset/OjCheckboxsetBase.js.map +1 -1
- package/elements/oj-checkboxset/OjCheckboxsetBase.ts +133 -136
- package/elements/oj-checkboxset/index.js +2 -2
- package/elements/oj-checkboxset/index.js.map +1 -1
- package/elements/oj-checkboxset/index.ts +14 -13
- package/elements/oj-collapsible/OjCollapsible.js.map +1 -1
- package/elements/oj-collapsible/OjCollapsible.ts +3 -5
- package/elements/oj-collapsible/OjCollapsibleBase.js +5 -5
- package/elements/oj-collapsible/OjCollapsibleBase.js.map +1 -1
- package/elements/oj-collapsible/OjCollapsibleBase.ts +16 -16
- package/elements/oj-collapsible/index.js +2 -2
- package/elements/oj-collapsible/index.js.map +1 -1
- package/elements/oj-collapsible/index.ts +14 -13
- package/elements/oj-color-palette/OjColorPalette.js.map +1 -1
- package/elements/oj-color-palette/OjColorPalette.ts +3 -5
- package/elements/oj-color-palette/OjColorPaletteBase.js +19 -19
- package/elements/oj-color-palette/OjColorPaletteBase.js.map +1 -1
- package/elements/oj-color-palette/OjColorPaletteBase.ts +114 -117
- package/elements/oj-color-palette/index.js +2 -2
- package/elements/oj-color-palette/index.js.map +1 -1
- package/elements/oj-color-palette/index.ts +14 -13
- package/elements/oj-color-spectrum/OjColorSpectrum.js.map +1 -1
- package/elements/oj-color-spectrum/OjColorSpectrum.ts +3 -5
- package/elements/oj-color-spectrum/OjColorSpectrumBase.js +16 -16
- package/elements/oj-color-spectrum/OjColorSpectrumBase.js.map +1 -1
- package/elements/oj-color-spectrum/OjColorSpectrumBase.ts +106 -109
- package/elements/oj-color-spectrum/index.js +2 -2
- package/elements/oj-color-spectrum/index.js.map +1 -1
- package/elements/oj-color-spectrum/index.ts +14 -13
- package/elements/oj-combobox-many/OjComboboxMany.js.map +1 -1
- package/elements/oj-combobox-many/OjComboboxMany.ts +3 -5
- package/elements/oj-combobox-many/OjComboboxManyBase.js +30 -30
- package/elements/oj-combobox-many/OjComboboxManyBase.js.map +1 -1
- package/elements/oj-combobox-many/OjComboboxManyBase.ts +247 -250
- package/elements/oj-combobox-many/index.js +2 -2
- package/elements/oj-combobox-many/index.js.map +1 -1
- package/elements/oj-combobox-many/index.ts +14 -13
- package/elements/oj-combobox-one/OjComboboxOne.js.map +1 -1
- package/elements/oj-combobox-one/OjComboboxOne.ts +3 -5
- package/elements/oj-combobox-one/OjComboboxOneBase.js +31 -31
- package/elements/oj-combobox-one/OjComboboxOneBase.js.map +1 -1
- package/elements/oj-combobox-one/OjComboboxOneBase.ts +246 -249
- package/elements/oj-combobox-one/index.js +2 -2
- package/elements/oj-combobox-one/index.js.map +1 -1
- package/elements/oj-combobox-one/index.ts +14 -13
- package/elements/oj-conveyor-belt/OjConveyorBelt.js.map +1 -1
- package/elements/oj-conveyor-belt/OjConveyorBelt.ts +3 -5
- package/elements/oj-conveyor-belt/OjConveyorBeltBase.js +13 -7
- package/elements/oj-conveyor-belt/OjConveyorBeltBase.js.map +1 -1
- package/elements/oj-conveyor-belt/OjConveyorBeltBase.ts +52 -35
- package/elements/oj-conveyor-belt/index.js +2 -2
- package/elements/oj-conveyor-belt/index.js.map +1 -1
- package/elements/oj-conveyor-belt/index.ts +14 -13
- package/elements/oj-data-grid/OjDataGrid.js.map +1 -1
- package/elements/oj-data-grid/OjDataGrid.ts +3 -5
- package/elements/oj-data-grid/OjDataGridBase.js +22 -19
- package/elements/oj-data-grid/OjDataGridBase.js.map +1 -1
- package/elements/oj-data-grid/OjDataGridBase.ts +683 -590
- package/elements/oj-data-grid/index.js +2 -2
- package/elements/oj-data-grid/index.js.map +1 -1
- package/elements/oj-data-grid/index.ts +14 -13
- package/elements/oj-date-picker/OjDatePicker.js.map +1 -1
- package/elements/oj-date-picker/OjDatePicker.ts +3 -5
- package/elements/oj-date-picker/OjDatePickerBase.js +32 -32
- package/elements/oj-date-picker/OjDatePickerBase.js.map +1 -1
- package/elements/oj-date-picker/OjDatePickerBase.ts +338 -341
- package/elements/oj-date-picker/index.js +2 -2
- package/elements/oj-date-picker/index.js.map +1 -1
- package/elements/oj-date-picker/index.ts +14 -13
- package/elements/oj-date-time-picker/OjDateTimePicker.js.map +1 -1
- package/elements/oj-date-time-picker/OjDateTimePicker.ts +3 -5
- package/elements/oj-date-time-picker/OjDateTimePickerBase.js +33 -33
- package/elements/oj-date-time-picker/OjDateTimePickerBase.js.map +1 -1
- package/elements/oj-date-time-picker/OjDateTimePickerBase.ts +366 -365
- package/elements/oj-date-time-picker/index.js +2 -2
- package/elements/oj-date-time-picker/index.js.map +1 -1
- package/elements/oj-date-time-picker/index.ts +14 -13
- package/elements/oj-diagram/OjDiagram.js.map +1 -1
- package/elements/oj-diagram/OjDiagram.ts +3 -5
- package/elements/oj-diagram/OjDiagramBase.js +40 -40
- package/elements/oj-diagram/OjDiagramBase.js.map +1 -1
- package/elements/oj-diagram/OjDiagramBase.ts +505 -508
- package/elements/oj-diagram/index.js +2 -2
- package/elements/oj-diagram/index.js.map +1 -1
- package/elements/oj-diagram/index.ts +14 -13
- package/elements/oj-dialog/OjDialog.js.map +1 -1
- package/elements/oj-dialog/OjDialog.ts +3 -5
- package/elements/oj-dialog/OjDialogBase.js +8 -8
- package/elements/oj-dialog/OjDialogBase.js.map +1 -1
- package/elements/oj-dialog/OjDialogBase.ts +84 -87
- package/elements/oj-dialog/index.js +2 -2
- package/elements/oj-dialog/index.js.map +1 -1
- package/elements/oj-dialog/index.ts +14 -13
- package/elements/oj-drawer-layout/OjDrawerLayout.js +8 -0
- package/elements/oj-drawer-layout/OjDrawerLayout.js.map +1 -0
- package/elements/oj-drawer-layout/OjDrawerLayout.ts +10 -0
- package/elements/oj-drawer-layout/OjDrawerLayoutBase.js +26 -0
- package/elements/oj-drawer-layout/OjDrawerLayoutBase.js.map +1 -0
- package/elements/oj-drawer-layout/OjDrawerLayoutBase.ts +72 -0
- package/elements/oj-drawer-layout/index.js +17 -0
- package/elements/oj-drawer-layout/index.js.map +1 -0
- package/elements/oj-drawer-layout/index.ts +28 -0
- package/elements/oj-drawer-popup/OjDrawerPopup.js +11 -0
- package/elements/oj-drawer-popup/OjDrawerPopup.js.map +1 -0
- package/elements/oj-drawer-popup/OjDrawerPopup.ts +17 -0
- package/elements/oj-drawer-popup/OjDrawerPopupBase.js +23 -0
- package/elements/oj-drawer-popup/OjDrawerPopupBase.js.map +1 -0
- package/elements/oj-drawer-popup/OjDrawerPopupBase.ts +62 -0
- package/elements/oj-drawer-popup/index.js +17 -0
- package/elements/oj-drawer-popup/index.js.map +1 -0
- package/elements/oj-drawer-popup/index.ts +28 -0
- package/elements/oj-file-picker/OjFilePicker.js.map +1 -1
- package/elements/oj-file-picker/OjFilePicker.ts +3 -5
- package/elements/oj-file-picker/OjFilePickerBase.js +7 -7
- package/elements/oj-file-picker/OjFilePickerBase.js.map +1 -1
- package/elements/oj-file-picker/OjFilePickerBase.ts +22 -22
- package/elements/oj-file-picker/index.js +2 -2
- package/elements/oj-file-picker/index.js.map +1 -1
- package/elements/oj-file-picker/index.ts +14 -13
- package/elements/oj-film-strip/OjFilmStrip.js.map +1 -1
- package/elements/oj-film-strip/OjFilmStrip.ts +3 -5
- package/elements/oj-film-strip/OjFilmStripBase.js +8 -8
- package/elements/oj-film-strip/OjFilmStripBase.js.map +1 -1
- package/elements/oj-film-strip/OjFilmStripBase.ts +59 -62
- package/elements/oj-film-strip/index.js +2 -2
- package/elements/oj-film-strip/index.js.map +1 -1
- package/elements/oj-film-strip/index.ts +14 -13
- package/elements/oj-gantt/OjGantt.js.map +1 -1
- package/elements/oj-gantt/OjGantt.ts +3 -5
- package/elements/oj-gantt/OjGanttBase.js +48 -30
- package/elements/oj-gantt/OjGanttBase.js.map +1 -1
- package/elements/oj-gantt/OjGanttBase.ts +1033 -816
- package/elements/oj-gantt/index.js +2 -2
- package/elements/oj-gantt/index.js.map +1 -1
- package/elements/oj-gantt/index.ts +14 -13
- package/elements/oj-indexer/OjIndexer.js.map +1 -1
- package/elements/oj-indexer/OjIndexer.ts +3 -5
- package/elements/oj-indexer/OjIndexerBase.js +2 -2
- package/elements/oj-indexer/OjIndexerBase.js.map +1 -1
- package/elements/oj-indexer/OjIndexerBase.ts +37 -40
- package/elements/oj-indexer/index.js +2 -2
- package/elements/oj-indexer/index.js.map +1 -1
- package/elements/oj-indexer/index.ts +14 -13
- package/elements/oj-input-date/OjInputDate.js.map +1 -1
- package/elements/oj-input-date/OjInputDate.ts +3 -5
- package/elements/oj-input-date/OjInputDateBase.js +33 -33
- package/elements/oj-input-date/OjInputDateBase.js.map +1 -1
- package/elements/oj-input-date/OjInputDateBase.ts +341 -344
- package/elements/oj-input-date/index.js +2 -2
- package/elements/oj-input-date/index.js.map +1 -1
- package/elements/oj-input-date/index.ts +14 -13
- package/elements/oj-input-date-time/OjInputDateTime.js.map +1 -1
- package/elements/oj-input-date-time/OjInputDateTime.ts +3 -5
- package/elements/oj-input-date-time/OjInputDateTimeBase.js +34 -34
- package/elements/oj-input-date-time/OjInputDateTimeBase.js.map +1 -1
- package/elements/oj-input-date-time/OjInputDateTimeBase.ts +369 -368
- package/elements/oj-input-date-time/index.js +2 -2
- package/elements/oj-input-date-time/index.js.map +1 -1
- package/elements/oj-input-date-time/index.ts +14 -13
- package/elements/oj-input-number/OjInputNumber.js.map +1 -1
- package/elements/oj-input-number/OjInputNumber.ts +3 -5
- package/elements/oj-input-number/OjInputNumberBase.js +30 -30
- package/elements/oj-input-number/OjInputNumberBase.js.map +1 -1
- package/elements/oj-input-number/OjInputNumberBase.ts +216 -219
- package/elements/oj-input-number/index.js +2 -2
- package/elements/oj-input-number/index.js.map +1 -1
- package/elements/oj-input-number/index.ts +14 -13
- package/elements/oj-input-password/OjInputPassword.js.map +1 -1
- package/elements/oj-input-password/OjInputPassword.ts +3 -5
- package/elements/oj-input-password/OjInputPasswordBase.js +25 -25
- package/elements/oj-input-password/OjInputPasswordBase.js.map +1 -1
- package/elements/oj-input-password/OjInputPasswordBase.ts +163 -166
- package/elements/oj-input-password/index.js +2 -2
- package/elements/oj-input-password/index.js.map +1 -1
- package/elements/oj-input-password/index.ts +14 -13
- package/elements/oj-input-search/OjInputSearch.js.map +1 -1
- package/elements/oj-input-search/OjInputSearch.ts +3 -5
- package/elements/oj-input-search/OjInputSearchBase.js +6 -6
- package/elements/oj-input-search/OjInputSearchBase.js.map +1 -1
- package/elements/oj-input-search/OjInputSearchBase.ts +19 -19
- package/elements/oj-input-search/index.js +2 -2
- package/elements/oj-input-search/index.js.map +1 -1
- package/elements/oj-input-search/index.ts +14 -13
- package/elements/oj-input-text/OjInputText.js.map +1 -1
- package/elements/oj-input-text/OjInputText.ts +3 -5
- package/elements/oj-input-text/OjInputTextBase.js +29 -29
- package/elements/oj-input-text/OjInputTextBase.js.map +1 -1
- package/elements/oj-input-text/OjInputTextBase.ts +178 -181
- package/elements/oj-input-text/index.js +2 -2
- package/elements/oj-input-text/index.js.map +1 -1
- package/elements/oj-input-text/index.ts +14 -13
- package/elements/oj-input-time/OjInputTime.js.map +1 -1
- package/elements/oj-input-time/OjInputTime.ts +3 -5
- package/elements/oj-input-time/OjInputTimeBase.js +31 -31
- package/elements/oj-input-time/OjInputTimeBase.js.map +1 -1
- package/elements/oj-input-time/OjInputTimeBase.ts +283 -286
- package/elements/oj-input-time/index.js +2 -2
- package/elements/oj-input-time/index.js.map +1 -1
- package/elements/oj-input-time/index.ts +14 -13
- package/elements/oj-label/OjLabel.js.map +1 -1
- package/elements/oj-label/OjLabel.ts +3 -5
- package/elements/oj-label/OjLabelBase.js +5 -5
- package/elements/oj-label/OjLabelBase.js.map +1 -1
- package/elements/oj-label/OjLabelBase.ts +37 -40
- package/elements/oj-label/index.js +2 -2
- package/elements/oj-label/index.js.map +1 -1
- package/elements/oj-label/index.ts +14 -13
- package/elements/oj-led-gauge/OjLedGauge.js.map +1 -1
- package/elements/oj-led-gauge/OjLedGauge.ts +3 -5
- package/elements/oj-led-gauge/OjLedGaugeBase.js +21 -18
- package/elements/oj-led-gauge/OjLedGaugeBase.js.map +1 -1
- package/elements/oj-led-gauge/OjLedGaugeBase.ts +196 -189
- package/elements/oj-led-gauge/index.js +2 -2
- package/elements/oj-led-gauge/index.js.map +1 -1
- package/elements/oj-led-gauge/index.ts +14 -13
- package/elements/oj-legend/OjLegend.js.map +1 -1
- package/elements/oj-legend/OjLegend.ts +3 -5
- package/elements/oj-legend/OjLegendBase.js +22 -22
- package/elements/oj-legend/OjLegendBase.js.map +1 -1
- package/elements/oj-legend/OjLegendBase.ts +180 -183
- package/elements/oj-legend/index.js +2 -2
- package/elements/oj-legend/index.js.map +1 -1
- package/elements/oj-legend/index.ts +14 -13
- package/elements/oj-list-view/OjListView.js +20 -2
- package/elements/oj-list-view/OjListView.js.map +1 -1
- package/elements/oj-list-view/OjListView.ts +39 -7
- package/elements/oj-list-view/OjListViewBase.js +21 -21
- package/elements/oj-list-view/OjListViewBase.js.map +1 -1
- package/elements/oj-list-view/OjListViewBase.ts +221 -224
- package/elements/oj-list-view/index.js +2 -2
- package/elements/oj-list-view/index.js.map +1 -1
- package/elements/oj-list-view/index.ts +14 -13
- package/elements/oj-masonry-layout/OjMasonryLayout.js.map +1 -1
- package/elements/oj-masonry-layout/OjMasonryLayout.ts +3 -5
- package/elements/oj-masonry-layout/OjMasonryLayoutBase.js +2 -2
- package/elements/oj-masonry-layout/OjMasonryLayoutBase.js.map +1 -1
- package/elements/oj-masonry-layout/OjMasonryLayoutBase.ts +21 -24
- package/elements/oj-masonry-layout/index.js +2 -2
- package/elements/oj-masonry-layout/index.js.map +1 -1
- package/elements/oj-masonry-layout/index.ts +14 -13
- package/elements/oj-menu/OjMenu.js +12 -0
- package/elements/oj-menu/OjMenu.js.map +1 -1
- package/elements/oj-menu/OjMenu.ts +21 -5
- package/elements/oj-menu/OjMenuBase.js +3 -3
- package/elements/oj-menu/OjMenuBase.js.map +1 -1
- package/elements/oj-menu/OjMenuBase.ts +91 -94
- package/elements/oj-menu/index.js +2 -2
- package/elements/oj-menu/index.js.map +1 -1
- package/elements/oj-menu/index.ts +14 -13
- package/elements/oj-menu-button/OjMenuButton.js.map +1 -1
- package/elements/oj-menu-button/OjMenuButton.ts +3 -5
- package/elements/oj-menu-button/OjMenuButtonBase.js +5 -5
- package/elements/oj-menu-button/OjMenuButtonBase.js.map +1 -1
- package/elements/oj-menu-button/OjMenuButtonBase.ts +16 -16
- package/elements/oj-menu-button/index.js +2 -2
- package/elements/oj-menu-button/index.js.map +1 -1
- package/elements/oj-menu-button/index.ts +14 -13
- package/elements/oj-message/OjMessage.js.map +1 -1
- package/elements/oj-message/OjMessage.ts +3 -5
- package/elements/oj-message/OjMessageBase.js +3 -3
- package/elements/oj-message/OjMessageBase.js.map +1 -1
- package/elements/oj-message/OjMessageBase.ts +84 -87
- package/elements/oj-message/index.js +2 -2
- package/elements/oj-message/index.js.map +1 -1
- package/elements/oj-message/index.ts +14 -13
- package/elements/oj-n-box/OjNBox.js.map +1 -1
- package/elements/oj-n-box/OjNBox.ts +3 -5
- package/elements/oj-n-box/OjNBoxBase.js +36 -36
- package/elements/oj-n-box/OjNBoxBase.js.map +1 -1
- package/elements/oj-n-box/OjNBoxBase.ts +657 -660
- package/elements/oj-n-box/index.js +2 -2
- package/elements/oj-n-box/index.js.map +1 -1
- package/elements/oj-n-box/index.ts +14 -13
- package/elements/oj-navigation-list/OjNavigationList.js +7 -7
- package/elements/oj-navigation-list/OjNavigationList.js.map +1 -1
- package/elements/oj-navigation-list/OjNavigationList.ts +13 -18
- package/elements/oj-navigation-list/OjNavigationListBase.js +14 -14
- package/elements/oj-navigation-list/OjNavigationListBase.js.map +1 -1
- package/elements/oj-navigation-list/OjNavigationListBase.ts +84 -87
- package/elements/oj-navigation-list/index.js +2 -2
- package/elements/oj-navigation-list/index.js.map +1 -1
- package/elements/oj-navigation-list/index.ts +14 -13
- package/elements/oj-paging-control/OjPagingControl.js.map +1 -1
- package/elements/oj-paging-control/OjPagingControl.ts +3 -5
- package/elements/oj-paging-control/OjPagingControlBase.js +7 -7
- package/elements/oj-paging-control/OjPagingControlBase.js.map +1 -1
- package/elements/oj-paging-control/OjPagingControlBase.ts +182 -185
- package/elements/oj-paging-control/index.js +2 -2
- package/elements/oj-paging-control/index.js.map +1 -1
- package/elements/oj-paging-control/index.ts +14 -13
- package/elements/oj-picto-chart/OjPictoChart.js.map +1 -1
- package/elements/oj-picto-chart/OjPictoChart.ts +3 -5
- package/elements/oj-picto-chart/OjPictoChartBase.js +26 -26
- package/elements/oj-picto-chart/OjPictoChartBase.js.map +1 -1
- package/elements/oj-picto-chart/OjPictoChartBase.ts +227 -230
- package/elements/oj-picto-chart/index.js +2 -2
- package/elements/oj-picto-chart/index.js.map +1 -1
- package/elements/oj-picto-chart/index.ts +14 -13
- package/elements/oj-popup/OjPopup.js.map +1 -1
- package/elements/oj-popup/OjPopup.ts +3 -5
- package/elements/oj-popup/OjPopupBase.js +7 -7
- package/elements/oj-popup/OjPopupBase.js.map +1 -1
- package/elements/oj-popup/OjPopupBase.ts +101 -104
- package/elements/oj-popup/index.js +2 -2
- package/elements/oj-popup/index.js.map +1 -1
- package/elements/oj-popup/index.ts +14 -13
- package/elements/oj-progress/OjProgress.js.map +1 -1
- package/elements/oj-progress/OjProgress.ts +3 -5
- package/elements/oj-progress/OjProgressBase.js +5 -5
- package/elements/oj-progress/OjProgressBase.js.map +1 -1
- package/elements/oj-progress/OjProgressBase.ts +22 -25
- package/elements/oj-progress/index.js +2 -2
- package/elements/oj-progress/index.js.map +1 -1
- package/elements/oj-progress/index.ts +14 -13
- package/elements/oj-progress-list/OjProgressList.js.map +1 -1
- package/elements/oj-progress-list/OjProgressList.ts +3 -5
- package/elements/oj-progress-list/OjProgressListBase.js +1 -1
- package/elements/oj-progress-list/OjProgressListBase.js.map +1 -1
- package/elements/oj-progress-list/OjProgressListBase.ts +4 -4
- package/elements/oj-progress-list/index.js +2 -2
- package/elements/oj-progress-list/index.js.map +1 -1
- package/elements/oj-progress-list/index.ts +14 -13
- package/elements/oj-radioset/OjRadioset.js.map +1 -1
- package/elements/oj-radioset/OjRadioset.ts +3 -5
- package/elements/oj-radioset/OjRadiosetBase.js +20 -20
- package/elements/oj-radioset/OjRadiosetBase.js.map +1 -1
- package/elements/oj-radioset/OjRadiosetBase.ts +133 -136
- package/elements/oj-radioset/index.js +2 -2
- package/elements/oj-radioset/index.js.map +1 -1
- package/elements/oj-radioset/index.ts +14 -13
- package/elements/oj-rating-gauge/OjRatingGauge.js.map +1 -1
- package/elements/oj-rating-gauge/OjRatingGauge.ts +3 -5
- package/elements/oj-rating-gauge/OjRatingGaugeBase.js +24 -24
- package/elements/oj-rating-gauge/OjRatingGaugeBase.js.map +1 -1
- package/elements/oj-rating-gauge/OjRatingGaugeBase.ts +275 -278
- package/elements/oj-rating-gauge/index.js +2 -2
- package/elements/oj-rating-gauge/index.js.map +1 -1
- package/elements/oj-rating-gauge/index.ts +14 -13
- package/elements/oj-refresher/OjRefresher.js.map +1 -1
- package/elements/oj-refresher/OjRefresher.ts +3 -5
- package/elements/oj-refresher/OjRefresherBase.js +4 -4
- package/elements/oj-refresher/OjRefresherBase.js.map +1 -1
- package/elements/oj-refresher/OjRefresherBase.ts +27 -30
- package/elements/oj-refresher/index.js +2 -2
- package/elements/oj-refresher/index.js.map +1 -1
- package/elements/oj-refresher/index.ts +14 -13
- package/elements/oj-row-expander/OjRowExpander.js.map +1 -1
- package/elements/oj-row-expander/OjRowExpander.ts +3 -5
- package/elements/oj-row-expander/OjRowExpanderBase.js +4 -4
- package/elements/oj-row-expander/OjRowExpanderBase.js.map +1 -1
- package/elements/oj-row-expander/OjRowExpanderBase.ts +39 -42
- package/elements/oj-row-expander/index.js +2 -2
- package/elements/oj-row-expander/index.js.map +1 -1
- package/elements/oj-row-expander/index.ts +14 -13
- package/elements/oj-select-many/OjSelectMany.js.map +1 -1
- package/elements/oj-select-many/OjSelectMany.ts +3 -5
- package/elements/oj-select-many/OjSelectManyBase.js +27 -27
- package/elements/oj-select-many/OjSelectManyBase.js.map +1 -1
- package/elements/oj-select-many/OjSelectManyBase.ts +224 -227
- package/elements/oj-select-many/index.js +2 -2
- package/elements/oj-select-many/index.js.map +1 -1
- package/elements/oj-select-many/index.ts +14 -13
- package/elements/oj-select-one/OjSelectOne.js.map +1 -1
- package/elements/oj-select-one/OjSelectOne.ts +3 -5
- package/elements/oj-select-one/OjSelectOneBase.js +27 -27
- package/elements/oj-select-one/OjSelectOneBase.js.map +1 -1
- package/elements/oj-select-one/OjSelectOneBase.ts +220 -223
- package/elements/oj-select-one/index.js +2 -2
- package/elements/oj-select-one/index.js.map +1 -1
- package/elements/oj-select-one/index.ts +14 -13
- package/elements/oj-select-single/OjSelectSingle.js.map +1 -1
- package/elements/oj-select-single/OjSelectSingle.ts +3 -5
- package/elements/oj-select-single/OjSelectSingleBase.js +23 -23
- package/elements/oj-select-single/OjSelectSingleBase.js.map +1 -1
- package/elements/oj-select-single/OjSelectSingleBase.ts +156 -159
- package/elements/oj-select-single/index.js +2 -2
- package/elements/oj-select-single/index.js.map +1 -1
- package/elements/oj-select-single/index.ts +14 -13
- package/elements/oj-selector/OjSelector.js.map +1 -1
- package/elements/oj-selector/OjSelector.ts +3 -5
- package/elements/oj-selector/OjSelectorBase.js +6 -6
- package/elements/oj-selector/OjSelectorBase.js.map +1 -1
- package/elements/oj-selector/OjSelectorBase.ts +19 -19
- package/elements/oj-selector/index.js +2 -2
- package/elements/oj-selector/index.js.map +1 -1
- package/elements/oj-selector/index.ts +14 -13
- package/elements/oj-slider/OjSlider.js.map +1 -1
- package/elements/oj-slider/OjSlider.ts +3 -5
- package/elements/oj-slider/OjSliderBase.js +21 -21
- package/elements/oj-slider/OjSliderBase.js.map +1 -1
- package/elements/oj-slider/OjSliderBase.ts +123 -126
- package/elements/oj-slider/index.js +2 -2
- package/elements/oj-slider/index.js.map +1 -1
- package/elements/oj-slider/index.ts +14 -13
- package/elements/oj-spark-chart/OjSparkChart.js.map +1 -1
- package/elements/oj-spark-chart/OjSparkChart.ts +3 -5
- package/elements/oj-spark-chart/OjSparkChartBase.js +29 -29
- package/elements/oj-spark-chart/OjSparkChartBase.js.map +1 -1
- package/elements/oj-spark-chart/OjSparkChartBase.ts +247 -250
- package/elements/oj-spark-chart/index.js +2 -2
- package/elements/oj-spark-chart/index.js.map +1 -1
- package/elements/oj-spark-chart/index.ts +14 -13
- package/elements/oj-status-meter-gauge/OjStatusMeterGauge.js.map +1 -1
- package/elements/oj-status-meter-gauge/OjStatusMeterGauge.ts +3 -5
- package/elements/oj-status-meter-gauge/OjStatusMeterGaugeBase.js +36 -33
- package/elements/oj-status-meter-gauge/OjStatusMeterGaugeBase.js.map +1 -1
- package/elements/oj-status-meter-gauge/OjStatusMeterGaugeBase.ts +298 -291
- package/elements/oj-status-meter-gauge/index.js +2 -2
- package/elements/oj-status-meter-gauge/index.js.map +1 -1
- package/elements/oj-status-meter-gauge/index.ts +14 -13
- package/elements/oj-stream-list/OjStreamList.js.map +1 -1
- package/elements/oj-stream-list/OjStreamList.ts +3 -5
- package/elements/oj-stream-list/OjStreamListBase.js +7 -7
- package/elements/oj-stream-list/OjStreamListBase.js.map +1 -1
- package/elements/oj-stream-list/OjStreamListBase.ts +56 -59
- package/elements/oj-stream-list/index.js +2 -2
- package/elements/oj-stream-list/index.js.map +1 -1
- package/elements/oj-stream-list/index.ts +14 -13
- package/elements/oj-sunburst/OjSunburst.js.map +1 -1
- package/elements/oj-sunburst/OjSunburst.ts +3 -5
- package/elements/oj-sunburst/OjSunburstBase.js +33 -33
- package/elements/oj-sunburst/OjSunburstBase.js.map +1 -1
- package/elements/oj-sunburst/OjSunburstBase.ts +314 -317
- package/elements/oj-sunburst/index.js +2 -2
- package/elements/oj-sunburst/index.js.map +1 -1
- package/elements/oj-sunburst/index.ts +14 -13
- package/elements/oj-swipe-actions/OjSwipeActions.js.map +1 -1
- package/elements/oj-swipe-actions/OjSwipeActions.ts +3 -5
- package/elements/oj-swipe-actions/OjSwipeActionsBase.js +1 -1
- package/elements/oj-swipe-actions/OjSwipeActionsBase.js.map +1 -1
- package/elements/oj-swipe-actions/OjSwipeActionsBase.ts +18 -21
- package/elements/oj-swipe-actions/index.js +2 -2
- package/elements/oj-swipe-actions/index.js.map +1 -1
- package/elements/oj-swipe-actions/index.ts +14 -13
- package/elements/oj-switch/OjSwitch.js.map +1 -1
- package/elements/oj-switch/OjSwitch.ts +3 -5
- package/elements/oj-switch/OjSwitchBase.js +16 -16
- package/elements/oj-switch/OjSwitchBase.js.map +1 -1
- package/elements/oj-switch/OjSwitchBase.ts +96 -99
- package/elements/oj-switch/index.js +2 -2
- package/elements/oj-switch/index.js.map +1 -1
- package/elements/oj-switch/index.ts +14 -13
- package/elements/oj-tab-bar/OjTabBar.js.map +1 -1
- package/elements/oj-tab-bar/OjTabBar.ts +3 -5
- package/elements/oj-tab-bar/OjTabBarBase.js +14 -14
- package/elements/oj-tab-bar/OjTabBarBase.js.map +1 -1
- package/elements/oj-tab-bar/OjTabBarBase.ts +104 -107
- package/elements/oj-tab-bar/index.js +2 -2
- package/elements/oj-tab-bar/index.js.map +1 -1
- package/elements/oj-tab-bar/index.ts +14 -13
- package/elements/oj-table/OjTable.js +5 -6
- package/elements/oj-table/OjTable.js.map +1 -1
- package/elements/oj-table/OjTable.ts +8 -11
- package/elements/oj-table/OjTableBase.js +36 -30
- package/elements/oj-table/OjTableBase.js.map +1 -1
- package/elements/oj-table/OjTableBase.ts +604 -563
- package/elements/oj-table/index.js +2 -2
- package/elements/oj-table/index.js.map +1 -1
- package/elements/oj-table/index.ts +14 -13
- package/elements/oj-tag-cloud/OjTagCloud.js.map +1 -1
- package/elements/oj-tag-cloud/OjTagCloud.ts +3 -5
- package/elements/oj-tag-cloud/OjTagCloudBase.js +20 -20
- package/elements/oj-tag-cloud/OjTagCloudBase.js.map +1 -1
- package/elements/oj-tag-cloud/OjTagCloudBase.ts +188 -191
- package/elements/oj-tag-cloud/index.js +2 -2
- package/elements/oj-tag-cloud/index.js.map +1 -1
- package/elements/oj-tag-cloud/index.ts +14 -13
- package/elements/oj-text-area/OjTextArea.js.map +1 -1
- package/elements/oj-text-area/OjTextArea.ts +3 -5
- package/elements/oj-text-area/OjTextAreaBase.js +29 -29
- package/elements/oj-text-area/OjTextAreaBase.js.map +1 -1
- package/elements/oj-text-area/OjTextAreaBase.ts +182 -185
- package/elements/oj-text-area/index.js +2 -2
- package/elements/oj-text-area/index.js.map +1 -1
- package/elements/oj-text-area/index.ts +14 -13
- package/elements/oj-thematic-map/OjThematicMap.js.map +1 -1
- package/elements/oj-thematic-map/OjThematicMap.ts +3 -5
- package/elements/oj-thematic-map/OjThematicMapBase.js +37 -37
- package/elements/oj-thematic-map/OjThematicMapBase.js.map +1 -1
- package/elements/oj-thematic-map/OjThematicMapBase.ts +548 -551
- package/elements/oj-thematic-map/index.js +2 -2
- package/elements/oj-thematic-map/index.js.map +1 -1
- package/elements/oj-thematic-map/index.ts +14 -13
- package/elements/oj-time-axis/OjTimeAxis.js.map +1 -1
- package/elements/oj-time-axis/OjTimeAxis.ts +3 -5
- package/elements/oj-time-axis/OjTimeAxisBase.js +6 -6
- package/elements/oj-time-axis/OjTimeAxisBase.js.map +1 -1
- package/elements/oj-time-axis/OjTimeAxisBase.ts +128 -131
- package/elements/oj-time-axis/index.js +2 -2
- package/elements/oj-time-axis/index.js.map +1 -1
- package/elements/oj-time-axis/index.ts +14 -13
- package/elements/oj-timeline/OjTimeline.js.map +1 -1
- package/elements/oj-timeline/OjTimeline.ts +3 -5
- package/elements/oj-timeline/OjTimelineBase.js +28 -22
- package/elements/oj-timeline/OjTimelineBase.js.map +1 -1
- package/elements/oj-timeline/OjTimelineBase.ts +709 -606
- package/elements/oj-timeline/index.js +2 -2
- package/elements/oj-timeline/index.js.map +1 -1
- package/elements/oj-timeline/index.ts +14 -13
- package/elements/oj-train/OjTrain.js.map +1 -1
- package/elements/oj-train/OjTrain.ts +3 -5
- package/elements/oj-train/OjTrainBase.js +4 -4
- package/elements/oj-train/OjTrainBase.js.map +1 -1
- package/elements/oj-train/OjTrainBase.ts +35 -38
- package/elements/oj-train/index.js +2 -2
- package/elements/oj-train/index.js.map +1 -1
- package/elements/oj-train/index.ts +14 -13
- package/elements/oj-tree-view/OjTreeView.js +23 -6
- package/elements/oj-tree-view/OjTreeView.js.map +1 -1
- package/elements/oj-tree-view/OjTreeView.ts +40 -11
- package/elements/oj-tree-view/OjTreeViewBase.js +9 -9
- package/elements/oj-tree-view/OjTreeViewBase.js.map +1 -1
- package/elements/oj-tree-view/OjTreeViewBase.ts +80 -75
- package/elements/oj-tree-view/index.js +2 -2
- package/elements/oj-tree-view/index.js.map +1 -1
- package/elements/oj-tree-view/index.ts +14 -13
- package/elements/oj-treemap/OjTreemap.js.map +1 -1
- package/elements/oj-treemap/OjTreemap.ts +3 -5
- package/elements/oj-treemap/OjTreemapBase.js +35 -35
- package/elements/oj-treemap/OjTreemapBase.js.map +1 -1
- package/elements/oj-treemap/OjTreemapBase.ts +384 -387
- package/elements/oj-treemap/index.js +2 -2
- package/elements/oj-treemap/index.js.map +1 -1
- package/elements/oj-treemap/index.ts +14 -13
- package/elements/oj-waterfall-layout/OjWaterfallLayout.js.map +1 -1
- package/elements/oj-waterfall-layout/OjWaterfallLayout.ts +3 -5
- package/elements/oj-waterfall-layout/OjWaterfallLayoutBase.js +5 -5
- package/elements/oj-waterfall-layout/OjWaterfallLayoutBase.js.map +1 -1
- package/elements/oj-waterfall-layout/OjWaterfallLayoutBase.ts +46 -49
- package/elements/oj-waterfall-layout/index.js +2 -2
- package/elements/oj-waterfall-layout/index.js.map +1 -1
- package/elements/oj-waterfall-layout/index.ts +14 -13
- package/index.ts +2 -2
- package/lib/Expectation.js.map +1 -1
- package/lib/Expectation.ts +1 -2
- package/lib/driver-manager.js +6 -2
- package/lib/driver-manager.js.map +1 -1
- package/lib/driver-manager.ts +12 -8
- package/lib/driver-override.js +1 -1
- package/lib/driver-override.ts +1 -1
- package/lib/input-utils.js.map +1 -1
- package/lib/input-utils.ts +3 -0
- package/lib/slot-proxy.js.map +1 -1
- package/lib/slot-proxy.ts +2 -1
- package/package.json +6 -5
- package/tsconfig.json +2 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {OjWebElement} from
|
|
1
|
+
import { OjWebElement } from '../';
|
|
2
2
|
|
|
3
3
|
/**
|
|
4
4
|
* This is the base class for OjChart, and is generated from
|
|
@@ -9,2524 +9,2521 @@ import {OjWebElement} from "../";
|
|
|
9
9
|
*/
|
|
10
10
|
export class OjChartBase extends OjWebElement {
|
|
11
11
|
/**
|
|
12
|
-
* Gets the value of animationOnDataChange property.
|
|
12
|
+
* Gets the value of <code>animationOnDataChange</code> property.
|
|
13
13
|
* Defines the animation that is applied on data changes. Animation is automatically disabled when there are a large number of data items.
|
|
14
|
-
* @return The value of animationOnDataChange property.
|
|
14
|
+
* @return The value of <code>animationOnDataChange</code> property.
|
|
15
15
|
*
|
|
16
16
|
*/
|
|
17
17
|
public getAnimationOnDataChange(): Promise<string> {
|
|
18
|
-
return this.getProperty<string>(
|
|
18
|
+
return this.getProperty<string>('animationOnDataChange');
|
|
19
19
|
}
|
|
20
20
|
|
|
21
21
|
/**
|
|
22
|
-
* Gets the value of animationOnDisplay property.
|
|
22
|
+
* Gets the value of <code>animationOnDisplay</code> property.
|
|
23
23
|
* Defines the animation that is shown on initial display. Animation is automatically disabled when there are a large number of data items.
|
|
24
|
-
* @return The value of animationOnDisplay property.
|
|
24
|
+
* @return The value of <code>animationOnDisplay</code> property.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
public getAnimationOnDisplay(): Promise<string> {
|
|
28
|
-
return this.getProperty<string>(
|
|
28
|
+
return this.getProperty<string>('animationOnDisplay');
|
|
29
29
|
}
|
|
30
30
|
|
|
31
31
|
/**
|
|
32
|
-
* Gets the value of as property.
|
|
32
|
+
* Gets the value of <code>as</code> property.
|
|
33
33
|
* An alias for the '$current' context variable passed to slot content for the itemTemplate, seriesTemplate, or groupTemplate slots.
|
|
34
|
-
* @return The value of as property.
|
|
34
|
+
* @return The value of <code>as</code> property.
|
|
35
35
|
* @deprecated Since 6.2.0. Set the alias directly on the template element using the data-oj-as attribute instead.
|
|
36
36
|
*/
|
|
37
37
|
public getAs(): Promise<string> {
|
|
38
|
-
return this.getProperty<string>(
|
|
38
|
+
return this.getProperty<string>('as');
|
|
39
39
|
}
|
|
40
40
|
|
|
41
41
|
/**
|
|
42
|
-
* Gets the value of coordinateSystem property.
|
|
42
|
+
* Gets the value of <code>coordinateSystem</code> property.
|
|
43
43
|
* The coordinate system of the chart. Only applies to bar, line, area, combo, scatter, and bubble charts.
|
|
44
|
-
* @return The value of coordinateSystem property.
|
|
44
|
+
* @return The value of <code>coordinateSystem</code> property.
|
|
45
45
|
*
|
|
46
46
|
*/
|
|
47
47
|
public getCoordinateSystem(): Promise<string> {
|
|
48
|
-
return this.getProperty<string>(
|
|
48
|
+
return this.getProperty<string>('coordinateSystem');
|
|
49
49
|
}
|
|
50
50
|
|
|
51
51
|
/**
|
|
52
|
-
* Gets the value of data property.
|
|
52
|
+
* Gets the value of <code>data</code> property.
|
|
53
53
|
* An object defining the series and groups, when using a DataProvider to populate the chart data. Also accepts a Promise for deferred data rendering.
|
|
54
|
-
* @return The value of data property.
|
|
54
|
+
* @return The value of <code>data</code> property.
|
|
55
55
|
* @deprecated Since 11.0.0. Data sets from a DataProvider cannot be sent to WebDriverJS; use ViewModels or page variables instead.
|
|
56
56
|
*/
|
|
57
57
|
public getData(): Promise<object|null> {
|
|
58
|
-
return this.getProperty<object|null>(
|
|
58
|
+
return this.getProperty<object|null>('data');
|
|
59
59
|
}
|
|
60
60
|
|
|
61
61
|
/**
|
|
62
|
-
* Gets the value of dataCursor property.
|
|
62
|
+
* Gets the value of <code>dataCursor</code> property.
|
|
63
63
|
* Defines whether the data cursor is enabled. The data cursor is not supported for polar charts. See the Help documentation for more information.
|
|
64
|
-
* @return The value of dataCursor property.
|
|
64
|
+
* @return The value of <code>dataCursor</code> property.
|
|
65
65
|
*
|
|
66
66
|
*/
|
|
67
67
|
public getDataCursor(): Promise<string> {
|
|
68
|
-
return this.getProperty<string>(
|
|
68
|
+
return this.getProperty<string>('dataCursor');
|
|
69
69
|
}
|
|
70
70
|
|
|
71
71
|
/**
|
|
72
|
-
* Gets the value of dataCursorBehavior property.
|
|
72
|
+
* Gets the value of <code>dataCursorBehavior</code> property.
|
|
73
73
|
* Defines the behavior of the data cursor when moving between data items.
|
|
74
|
-
* @return The value of dataCursorBehavior property.
|
|
74
|
+
* @return The value of <code>dataCursorBehavior</code> property.
|
|
75
75
|
*
|
|
76
76
|
*/
|
|
77
77
|
public getDataCursorBehavior(): Promise<string> {
|
|
78
|
-
return this.getProperty<string>(
|
|
78
|
+
return this.getProperty<string>('dataCursorBehavior');
|
|
79
79
|
}
|
|
80
80
|
|
|
81
81
|
/**
|
|
82
|
-
* Sets the value of
|
|
82
|
+
* Sets the value of <code>dataCursorPosition</code> property.
|
|
83
83
|
* Specifies the position of the data cursor. Used for synchronizing data cursors across multiple charts. Null if the data cursor is not displayed.
|
|
84
|
-
* @param dataCursorPosition The value to set for
|
|
84
|
+
* @param dataCursorPosition The value to set for <code>dataCursorPosition</code>
|
|
85
85
|
*
|
|
86
86
|
*/
|
|
87
|
-
public changeDataCursorPosition(dataCursorPosition:
|
|
88
|
-
return this.setProperty<
|
|
87
|
+
public changeDataCursorPosition(dataCursorPosition: DataCursorPosition): Promise<void> {
|
|
88
|
+
return this.setProperty<DataCursorPosition>('dataCursorPosition', dataCursorPosition);
|
|
89
89
|
}
|
|
90
90
|
|
|
91
91
|
/**
|
|
92
|
-
* Gets the value of dataCursorPosition property.
|
|
92
|
+
* Gets the value of <code>dataCursorPosition</code> property.
|
|
93
93
|
* Specifies the position of the data cursor. Used for synchronizing data cursors across multiple charts. Null if the data cursor is not displayed.
|
|
94
|
-
* @return The value of dataCursorPosition property.
|
|
94
|
+
* @return The value of <code>dataCursorPosition</code> property.
|
|
95
95
|
*
|
|
96
96
|
*/
|
|
97
|
-
public getDataCursorPosition(): Promise<
|
|
98
|
-
return this.getProperty<
|
|
97
|
+
public getDataCursorPosition(): Promise<DataCursorPosition> {
|
|
98
|
+
return this.getProperty<DataCursorPosition>('dataCursorPosition');
|
|
99
99
|
}
|
|
100
100
|
|
|
101
101
|
/**
|
|
102
|
-
* Gets the value of dataLabel property.
|
|
102
|
+
* Gets the value of <code>dataLabel</code> property.
|
|
103
103
|
* A function that returns a custom data label. The function takes a context argument, provided by the chart. See the Help documentation for more information.
|
|
104
|
-
* @return The value of dataLabel property.
|
|
104
|
+
* @return The value of <code>dataLabel</code> property.
|
|
105
105
|
*
|
|
106
106
|
*/
|
|
107
107
|
public getDataLabel(): Promise<null> {
|
|
108
|
-
return this.getProperty<null>(
|
|
108
|
+
return this.getProperty<null>('dataLabel');
|
|
109
109
|
}
|
|
110
110
|
|
|
111
111
|
/**
|
|
112
|
-
* Gets the value of dnd property.
|
|
112
|
+
* Gets the value of <code>dnd</code> property.
|
|
113
113
|
* Provides support for HTML5 Drag and Drop events. See the Help documentation for more information.
|
|
114
|
-
* @return The value of dnd property.
|
|
114
|
+
* @return The value of <code>dnd</code> property.
|
|
115
115
|
*
|
|
116
116
|
*/
|
|
117
|
-
public getDnd(): Promise<
|
|
118
|
-
return this.getProperty<
|
|
117
|
+
public getDnd(): Promise<Dnd> {
|
|
118
|
+
return this.getProperty<Dnd>('dnd');
|
|
119
119
|
}
|
|
120
120
|
|
|
121
121
|
/**
|
|
122
|
-
* Gets the value of dragMode property.
|
|
122
|
+
* Gets the value of <code>dragMode</code> property.
|
|
123
123
|
* The action that is performed when a drag occurs on the chart. See the Help documentation for more information.
|
|
124
|
-
* @return The value of dragMode property.
|
|
124
|
+
* @return The value of <code>dragMode</code> property.
|
|
125
125
|
*
|
|
126
126
|
*/
|
|
127
127
|
public getDragMode(): Promise<string> {
|
|
128
|
-
return this.getProperty<string>(
|
|
128
|
+
return this.getProperty<string>('dragMode');
|
|
129
129
|
}
|
|
130
130
|
|
|
131
131
|
/**
|
|
132
|
-
* Gets the value of drilling property.
|
|
132
|
+
* Gets the value of <code>drilling</code> property.
|
|
133
133
|
* Specifies whether drilling is enabled. Drillable objects will show a pointer cursor on hover and fire an ojDrill event on click (double click if selection is enabled). See the Help documentation for more information.
|
|
134
|
-
* @return The value of drilling property.
|
|
134
|
+
* @return The value of <code>drilling</code> property.
|
|
135
135
|
*
|
|
136
136
|
*/
|
|
137
137
|
public getDrilling(): Promise<string> {
|
|
138
|
-
return this.getProperty<string>(
|
|
138
|
+
return this.getProperty<string>('drilling');
|
|
139
139
|
}
|
|
140
140
|
|
|
141
141
|
/**
|
|
142
|
-
* Gets the value of groupComparator property.
|
|
142
|
+
* Gets the value of <code>groupComparator</code> property.
|
|
143
143
|
* A comparator function that determines the ordering of the chart groups when using a DataProvider. If undefined, the group will follow the order in which they are found in the data.
|
|
144
|
-
* @return The value of groupComparator property.
|
|
144
|
+
* @return The value of <code>groupComparator</code> property.
|
|
145
145
|
*
|
|
146
146
|
*/
|
|
147
147
|
public getGroupComparator(): Promise<null> {
|
|
148
|
-
return this.getProperty<null>(
|
|
148
|
+
return this.getProperty<null>('groupComparator');
|
|
149
149
|
}
|
|
150
150
|
|
|
151
151
|
/**
|
|
152
|
-
* Gets the value of groups property.
|
|
152
|
+
* Gets the value of <code>groups</code> property.
|
|
153
153
|
* An array of strings identifying the group labels, or an array of objects specifying group labels and styles. See the Help documentation for more information.
|
|
154
|
-
* @return The value of groups property.
|
|
154
|
+
* @return The value of <code>groups</code> property.
|
|
155
155
|
*
|
|
156
156
|
*/
|
|
157
|
-
public getGroups(): Promise<Array<string>|Array<
|
|
158
|
-
return this.getProperty<Array<string>|Array<
|
|
157
|
+
public getGroups(): Promise<Array<string>|Array<Groups>|null|null> {
|
|
158
|
+
return this.getProperty<Array<string>|Array<Groups>|null|null>('groups');
|
|
159
159
|
}
|
|
160
160
|
|
|
161
161
|
/**
|
|
162
|
-
* Sets the value of
|
|
162
|
+
* Sets the value of <code>hiddenCategories</code> property.
|
|
163
163
|
* An array of category strings used for filtering. Series or data items with any category matching an item in this array will be filtered.
|
|
164
|
-
* @param hiddenCategories The value to set for
|
|
164
|
+
* @param hiddenCategories The value to set for <code>hiddenCategories</code>
|
|
165
165
|
*
|
|
166
166
|
*/
|
|
167
167
|
public changeHiddenCategories(hiddenCategories: Array<string>): Promise<void> {
|
|
168
|
-
return this.setProperty<Array<string>>(
|
|
168
|
+
return this.setProperty<Array<string>>('hiddenCategories', hiddenCategories);
|
|
169
169
|
}
|
|
170
170
|
|
|
171
171
|
/**
|
|
172
|
-
* Gets the value of hiddenCategories property.
|
|
172
|
+
* Gets the value of <code>hiddenCategories</code> property.
|
|
173
173
|
* An array of category strings used for filtering. Series or data items with any category matching an item in this array will be filtered.
|
|
174
|
-
* @return The value of hiddenCategories property.
|
|
174
|
+
* @return The value of <code>hiddenCategories</code> property.
|
|
175
175
|
*
|
|
176
176
|
*/
|
|
177
177
|
public getHiddenCategories(): Promise<Array<string>> {
|
|
178
|
-
return this.getProperty<Array<string>>(
|
|
178
|
+
return this.getProperty<Array<string>>('hiddenCategories');
|
|
179
179
|
}
|
|
180
180
|
|
|
181
181
|
/**
|
|
182
|
-
* Gets the value of hideAndShowBehavior property.
|
|
182
|
+
* Gets the value of <code>hideAndShowBehavior</code> property.
|
|
183
183
|
* Defines the hide and show behavior that is performed when clicking on a legend item. When data items are hidden, the y axes can be optionally rescaled to fit to the remaining data.
|
|
184
|
-
* @return The value of hideAndShowBehavior property.
|
|
184
|
+
* @return The value of <code>hideAndShowBehavior</code> property.
|
|
185
185
|
*
|
|
186
186
|
*/
|
|
187
187
|
public getHideAndShowBehavior(): Promise<string> {
|
|
188
|
-
return this.getProperty<string>(
|
|
188
|
+
return this.getProperty<string>('hideAndShowBehavior');
|
|
189
189
|
}
|
|
190
190
|
|
|
191
191
|
/**
|
|
192
|
-
* Gets the value of highlightMatch property.
|
|
192
|
+
* Gets the value of <code>highlightMatch</code> property.
|
|
193
193
|
* The matching condition for the highlightedCategories property. See the Help documentation for more information.
|
|
194
|
-
* @return The value of highlightMatch property.
|
|
194
|
+
* @return The value of <code>highlightMatch</code> property.
|
|
195
195
|
*
|
|
196
196
|
*/
|
|
197
197
|
public getHighlightMatch(): Promise<string> {
|
|
198
|
-
return this.getProperty<string>(
|
|
198
|
+
return this.getProperty<string>('highlightMatch');
|
|
199
199
|
}
|
|
200
200
|
|
|
201
201
|
/**
|
|
202
|
-
* Sets the value of
|
|
202
|
+
* Sets the value of <code>highlightedCategories</code> property.
|
|
203
203
|
* An array of category strings used for highlighting. Series or data items matching categories in this array will be highlighted.
|
|
204
|
-
* @param highlightedCategories The value to set for
|
|
204
|
+
* @param highlightedCategories The value to set for <code>highlightedCategories</code>
|
|
205
205
|
*
|
|
206
206
|
*/
|
|
207
207
|
public changeHighlightedCategories(highlightedCategories: Array<string>): Promise<void> {
|
|
208
|
-
return this.setProperty<Array<string>>(
|
|
208
|
+
return this.setProperty<Array<string>>('highlightedCategories', highlightedCategories);
|
|
209
209
|
}
|
|
210
210
|
|
|
211
211
|
/**
|
|
212
|
-
* Gets the value of highlightedCategories property.
|
|
212
|
+
* Gets the value of <code>highlightedCategories</code> property.
|
|
213
213
|
* An array of category strings used for highlighting. Series or data items matching categories in this array will be highlighted.
|
|
214
|
-
* @return The value of highlightedCategories property.
|
|
214
|
+
* @return The value of <code>highlightedCategories</code> property.
|
|
215
215
|
*
|
|
216
216
|
*/
|
|
217
217
|
public getHighlightedCategories(): Promise<Array<string>> {
|
|
218
|
-
return this.getProperty<Array<string>>(
|
|
218
|
+
return this.getProperty<Array<string>>('highlightedCategories');
|
|
219
219
|
}
|
|
220
220
|
|
|
221
221
|
/**
|
|
222
|
-
* Gets the value of hoverBehavior property.
|
|
222
|
+
* Gets the value of <code>hoverBehavior</code> property.
|
|
223
223
|
* Defines the behavior applied when hovering over data items.
|
|
224
|
-
* @return The value of hoverBehavior property.
|
|
224
|
+
* @return The value of <code>hoverBehavior</code> property.
|
|
225
225
|
*
|
|
226
226
|
*/
|
|
227
227
|
public getHoverBehavior(): Promise<string> {
|
|
228
|
-
return this.getProperty<string>(
|
|
228
|
+
return this.getProperty<string>('hoverBehavior');
|
|
229
229
|
}
|
|
230
230
|
|
|
231
231
|
/**
|
|
232
|
-
* Gets the value of initialZooming property.
|
|
232
|
+
* Gets the value of <code>initialZooming</code> property.
|
|
233
233
|
* Specifies whether automatic initial zooming is enabled. Only applies to bar, line, area, and combo charts with zoomAndScroll turned on. See the Help documentation for more information.
|
|
234
|
-
* @return The value of initialZooming property.
|
|
234
|
+
* @return The value of <code>initialZooming</code> property.
|
|
235
235
|
*
|
|
236
236
|
*/
|
|
237
237
|
public getInitialZooming(): Promise<string> {
|
|
238
|
-
return this.getProperty<string>(
|
|
238
|
+
return this.getProperty<string>('initialZooming');
|
|
239
239
|
}
|
|
240
240
|
|
|
241
241
|
/**
|
|
242
|
-
* Gets the value of legend property.
|
|
242
|
+
* Gets the value of <code>legend</code> property.
|
|
243
243
|
* An object defining the style, positioning, and behavior of the legend.
|
|
244
|
-
* @return The value of legend property.
|
|
244
|
+
* @return The value of <code>legend</code> property.
|
|
245
245
|
*
|
|
246
246
|
*/
|
|
247
|
-
public getLegend(): Promise<
|
|
248
|
-
return this.getProperty<
|
|
247
|
+
public getLegend(): Promise<Legend> {
|
|
248
|
+
return this.getProperty<Legend>('legend');
|
|
249
249
|
}
|
|
250
250
|
|
|
251
251
|
/**
|
|
252
|
-
* Gets the value of multiSeriesDrilling property.
|
|
252
|
+
* Gets the value of <code>multiSeriesDrilling</code> property.
|
|
253
253
|
* Specifies whether drilling on chart objects representing multiple series (e.g. other slice and legend item in pie charts) is enabled or not. Multiseries drill event is fired from the other slice and legend item of pieChart.
|
|
254
|
-
* @return The value of multiSeriesDrilling property.
|
|
254
|
+
* @return The value of <code>multiSeriesDrilling</code> property.
|
|
255
255
|
*
|
|
256
256
|
*/
|
|
257
257
|
public getMultiSeriesDrilling(): Promise<string> {
|
|
258
|
-
return this.getProperty<string>(
|
|
258
|
+
return this.getProperty<string>('multiSeriesDrilling');
|
|
259
259
|
}
|
|
260
260
|
|
|
261
261
|
/**
|
|
262
|
-
* Gets the value of orientation property.
|
|
262
|
+
* Gets the value of <code>orientation</code> property.
|
|
263
263
|
* The chart orientation. Only applies to bar, line, area, combo, box plot, and funnel charts.
|
|
264
|
-
* @return The value of orientation property.
|
|
264
|
+
* @return The value of <code>orientation</code> property.
|
|
265
265
|
*
|
|
266
266
|
*/
|
|
267
267
|
public getOrientation(): Promise<string> {
|
|
268
|
-
return this.getProperty<string>(
|
|
268
|
+
return this.getProperty<string>('orientation');
|
|
269
269
|
}
|
|
270
270
|
|
|
271
271
|
/**
|
|
272
|
-
* Gets the value of otherThreshold property.
|
|
272
|
+
* Gets the value of <code>otherThreshold</code> property.
|
|
273
273
|
* Specifies the fraction of the whole pie under which a slice would be aggregated into an "Other" slice. Valid values range from 0 (default) to 1. For example, a value of 0.1 would cause all slices which are less than 10% of the pie to be aggregated into the "Other" slice. Only applies to pie chart.
|
|
274
|
-
* @return The value of otherThreshold property.
|
|
274
|
+
* @return The value of <code>otherThreshold</code> property.
|
|
275
275
|
*
|
|
276
276
|
*/
|
|
277
277
|
public getOtherThreshold(): Promise<number> {
|
|
278
|
-
return this.getProperty<number>(
|
|
278
|
+
return this.getProperty<number>('otherThreshold');
|
|
279
279
|
}
|
|
280
280
|
|
|
281
281
|
/**
|
|
282
|
-
* Gets the value of overview property.
|
|
282
|
+
* Gets the value of <code>overview</code> property.
|
|
283
283
|
* An object defining the overview scrollbar. Only applies if zoomAndScroll is not off. Currently only supported for vertical bar, line, area, stock, and combo charts.
|
|
284
|
-
* @return The value of overview property.
|
|
284
|
+
* @return The value of <code>overview</code> property.
|
|
285
285
|
*
|
|
286
286
|
*/
|
|
287
|
-
public getOverview(): Promise<
|
|
288
|
-
return this.getProperty<
|
|
287
|
+
public getOverview(): Promise<Overview> {
|
|
288
|
+
return this.getProperty<Overview>('overview');
|
|
289
289
|
}
|
|
290
290
|
|
|
291
291
|
/**
|
|
292
|
-
* Gets the value of pieCenter property.
|
|
292
|
+
* Gets the value of <code>pieCenter</code> property.
|
|
293
293
|
* An object defining the center content of a pie chart. Either a label can be displayed at the center of the pie chart or custom HTML content.
|
|
294
|
-
* @return The value of pieCenter property.
|
|
294
|
+
* @return The value of <code>pieCenter</code> property.
|
|
295
295
|
*
|
|
296
296
|
*/
|
|
297
|
-
public getPieCenter(): Promise<
|
|
298
|
-
return this.getProperty<
|
|
297
|
+
public getPieCenter(): Promise<PieCenter> {
|
|
298
|
+
return this.getProperty<PieCenter>('pieCenter');
|
|
299
299
|
}
|
|
300
300
|
|
|
301
301
|
/**
|
|
302
|
-
* Gets the value of plotArea property.
|
|
302
|
+
* Gets the value of <code>plotArea</code> property.
|
|
303
303
|
* An object defining the style of the plot area.
|
|
304
|
-
* @return The value of plotArea property.
|
|
304
|
+
* @return The value of <code>plotArea</code> property.
|
|
305
305
|
*
|
|
306
306
|
*/
|
|
307
|
-
public getPlotArea(): Promise<
|
|
308
|
-
return this.getProperty<
|
|
307
|
+
public getPlotArea(): Promise<PlotArea> {
|
|
308
|
+
return this.getProperty<PlotArea>('plotArea');
|
|
309
309
|
}
|
|
310
310
|
|
|
311
311
|
/**
|
|
312
|
-
* Gets the value of polarGridShape property.
|
|
312
|
+
* Gets the value of <code>polarGridShape</code> property.
|
|
313
313
|
* Defines whether the grid shape of the polar chart is circle or polygon. Only applies to polar line and area charts.
|
|
314
|
-
* @return The value of polarGridShape property.
|
|
314
|
+
* @return The value of <code>polarGridShape</code> property.
|
|
315
315
|
*
|
|
316
316
|
*/
|
|
317
317
|
public getPolarGridShape(): Promise<string> {
|
|
318
|
-
return this.getProperty<string>(
|
|
318
|
+
return this.getProperty<string>('polarGridShape');
|
|
319
319
|
}
|
|
320
320
|
|
|
321
321
|
/**
|
|
322
|
-
* Sets the value of
|
|
322
|
+
* Sets the value of <code>selection</code> property.
|
|
323
323
|
* An array used to define the ids of the initially selected objects. See the Help documentation for more information.
|
|
324
|
-
* @param selection The value to set for
|
|
324
|
+
* @param selection The value to set for <code>selection</code>
|
|
325
325
|
*
|
|
326
326
|
*/
|
|
327
327
|
public changeSelection(selection: Array<any>): Promise<void> {
|
|
328
|
-
return this.setProperty<Array<any>>(
|
|
328
|
+
return this.setProperty<Array<any>>('selection', selection);
|
|
329
329
|
}
|
|
330
330
|
|
|
331
331
|
/**
|
|
332
|
-
* Gets the value of selection property.
|
|
332
|
+
* Gets the value of <code>selection</code> property.
|
|
333
333
|
* An array used to define the ids of the initially selected objects. See the Help documentation for more information.
|
|
334
|
-
* @return The value of selection property.
|
|
334
|
+
* @return The value of <code>selection</code> property.
|
|
335
335
|
*
|
|
336
336
|
*/
|
|
337
337
|
public getSelection(): Promise<Array<any>> {
|
|
338
|
-
return this.getProperty<Array<any>>(
|
|
338
|
+
return this.getProperty<Array<any>>('selection');
|
|
339
339
|
}
|
|
340
340
|
|
|
341
341
|
/**
|
|
342
|
-
* Gets the value of selectionMode property.
|
|
342
|
+
* Gets the value of <code>selectionMode</code> property.
|
|
343
343
|
* The type of selection behavior that is enabled on the chart. See the Help documentation for more information.
|
|
344
|
-
* @return The value of selectionMode property.
|
|
344
|
+
* @return The value of <code>selectionMode</code> property.
|
|
345
345
|
*
|
|
346
346
|
*/
|
|
347
347
|
public getSelectionMode(): Promise<string> {
|
|
348
|
-
return this.getProperty<string>(
|
|
348
|
+
return this.getProperty<string>('selectionMode');
|
|
349
349
|
}
|
|
350
350
|
|
|
351
351
|
/**
|
|
352
|
-
* Gets the value of series property.
|
|
352
|
+
* Gets the value of <code>series</code> property.
|
|
353
353
|
* An array of objects defining series labels and override series styles. See the Help documentation for more information.
|
|
354
|
-
* @return The value of series property.
|
|
354
|
+
* @return The value of <code>series</code> property.
|
|
355
355
|
*
|
|
356
356
|
*/
|
|
357
|
-
public getSeries(): Promise<Array<
|
|
358
|
-
return this.getProperty<Array<
|
|
357
|
+
public getSeries(): Promise<Array<Series>|null|null> {
|
|
358
|
+
return this.getProperty<Array<Series>|null|null>('series');
|
|
359
359
|
}
|
|
360
360
|
|
|
361
361
|
/**
|
|
362
|
-
* Gets the value of seriesComparator property.
|
|
362
|
+
* Gets the value of <code>seriesComparator</code> property.
|
|
363
363
|
* A comparator function that determines the ordering of the chart series when using a DataProvider. If undefined, the series will follow the order in which they are found in the data.
|
|
364
|
-
* @return The value of seriesComparator property.
|
|
364
|
+
* @return The value of <code>seriesComparator</code> property.
|
|
365
365
|
*
|
|
366
366
|
*/
|
|
367
367
|
public getSeriesComparator(): Promise<null> {
|
|
368
|
-
return this.getProperty<null>(
|
|
368
|
+
return this.getProperty<null>('seriesComparator');
|
|
369
369
|
}
|
|
370
370
|
|
|
371
371
|
/**
|
|
372
|
-
* Gets the value of sorting property.
|
|
372
|
+
* Gets the value of <code>sorting</code> property.
|
|
373
373
|
* Specifies the sorting of the data. It should only be used for pie charts, bar/line/area charts with one series, or stacked bar/area charts. Sorting will not apply when using a hierarchical group axis.
|
|
374
|
-
* @return The value of sorting property.
|
|
374
|
+
* @return The value of <code>sorting</code> property.
|
|
375
375
|
*
|
|
376
376
|
*/
|
|
377
377
|
public getSorting(): Promise<string> {
|
|
378
|
-
return this.getProperty<string>(
|
|
378
|
+
return this.getProperty<string>('sorting');
|
|
379
379
|
}
|
|
380
380
|
|
|
381
381
|
/**
|
|
382
|
-
* Gets the value of splitDualY property.
|
|
382
|
+
* Gets the value of <code>splitDualY</code> property.
|
|
383
383
|
* Defines whether the plot area is split into two sections, so that sets of data assigned to the different Y-axes appear in different parts of the plot area. Stock charts do not support "off".
|
|
384
|
-
* @return The value of splitDualY property.
|
|
384
|
+
* @return The value of <code>splitDualY</code> property.
|
|
385
385
|
*
|
|
386
386
|
*/
|
|
387
387
|
public getSplitDualY(): Promise<string> {
|
|
388
|
-
return this.getProperty<string>(
|
|
388
|
+
return this.getProperty<string>('splitDualY');
|
|
389
389
|
}
|
|
390
390
|
|
|
391
391
|
/**
|
|
392
|
-
* Gets the value of splitterPosition property.
|
|
392
|
+
* Gets the value of <code>splitterPosition</code> property.
|
|
393
393
|
* In a split dual-Y chart, specifies the fraction of the space that is given to the Y-axis subchart. Valid values are numbers from 0 to 1.
|
|
394
|
-
* @return The value of splitterPosition property.
|
|
394
|
+
* @return The value of <code>splitterPosition</code> property.
|
|
395
395
|
*
|
|
396
396
|
*/
|
|
397
397
|
public getSplitterPosition(): Promise<number> {
|
|
398
|
-
return this.getProperty<number>(
|
|
398
|
+
return this.getProperty<number>('splitterPosition');
|
|
399
399
|
}
|
|
400
400
|
|
|
401
401
|
/**
|
|
402
|
-
* Gets the value of stack property.
|
|
402
|
+
* Gets the value of <code>stack</code> property.
|
|
403
403
|
* Defines whether the data items are stacked. Only applies to bar, line, area, and combo charts. Does not apply to range series.
|
|
404
|
-
* @return The value of stack property.
|
|
404
|
+
* @return The value of <code>stack</code> property.
|
|
405
405
|
*
|
|
406
406
|
*/
|
|
407
407
|
public getStack(): Promise<string> {
|
|
408
|
-
return this.getProperty<string>(
|
|
408
|
+
return this.getProperty<string>('stack');
|
|
409
409
|
}
|
|
410
410
|
|
|
411
411
|
/**
|
|
412
|
-
* Gets the value of stackLabel property.
|
|
412
|
+
* Gets the value of <code>stackLabel</code> property.
|
|
413
413
|
* Defines whether the total values of stacked data items should be displayed. Only applies to bar charts. See the Help documentation for more information.
|
|
414
|
-
* @return The value of stackLabel property.
|
|
414
|
+
* @return The value of <code>stackLabel</code> property.
|
|
415
415
|
*
|
|
416
416
|
*/
|
|
417
417
|
public getStackLabel(): Promise<string> {
|
|
418
|
-
return this.getProperty<string>(
|
|
418
|
+
return this.getProperty<string>('stackLabel');
|
|
419
419
|
}
|
|
420
420
|
|
|
421
421
|
/**
|
|
422
|
-
* Gets the value of stackLabelProvider property.
|
|
422
|
+
* Gets the value of <code>stackLabelProvider</code> property.
|
|
423
423
|
* A function that returns a custom stack label. The function takes a context argument, provided by the chart. See the Help documentation for more information.
|
|
424
|
-
* @return The value of stackLabelProvider property.
|
|
424
|
+
* @return The value of <code>stackLabelProvider</code> property.
|
|
425
425
|
*
|
|
426
426
|
*/
|
|
427
427
|
public getStackLabelProvider(): Promise<null> {
|
|
428
|
-
return this.getProperty<null>(
|
|
428
|
+
return this.getProperty<null>('stackLabelProvider');
|
|
429
429
|
}
|
|
430
430
|
|
|
431
431
|
/**
|
|
432
|
-
* Gets the value of styleDefaults property.
|
|
432
|
+
* Gets the value of <code>styleDefaults</code> property.
|
|
433
433
|
* An object defining the default styles for series colors, marker shapes, and other style attributes. Properties specified on this object may be overridden by specifications on the data object.
|
|
434
|
-
* @return The value of styleDefaults property.
|
|
434
|
+
* @return The value of <code>styleDefaults</code> property.
|
|
435
435
|
*
|
|
436
436
|
*/
|
|
437
|
-
public getStyleDefaults(): Promise<
|
|
438
|
-
return this.getProperty<
|
|
437
|
+
public getStyleDefaults(): Promise<StyleDefaults> {
|
|
438
|
+
return this.getProperty<StyleDefaults>('styleDefaults');
|
|
439
439
|
}
|
|
440
440
|
|
|
441
441
|
/**
|
|
442
|
-
* Gets the value of timeAxisType property.
|
|
442
|
+
* Gets the value of <code>timeAxisType</code> property.
|
|
443
443
|
* The type of time axis to display in the chart. Time axis is only supported for Cartesian bar, line, area, stock, box plot, and combo charts. See the Help documentation for more information.
|
|
444
|
-
* @return The value of timeAxisType property.
|
|
444
|
+
* @return The value of <code>timeAxisType</code> property.
|
|
445
445
|
*
|
|
446
446
|
*/
|
|
447
447
|
public getTimeAxisType(): Promise<string> {
|
|
448
|
-
return this.getProperty<string>(
|
|
448
|
+
return this.getProperty<string>('timeAxisType');
|
|
449
449
|
}
|
|
450
450
|
|
|
451
451
|
/**
|
|
452
|
-
* Gets the value of tooltip property.
|
|
452
|
+
* Gets the value of <code>tooltip</code> property.
|
|
453
453
|
* An object containing an optional callback function for tooltip customization.
|
|
454
|
-
* @return The value of tooltip property.
|
|
454
|
+
* @return The value of <code>tooltip</code> property.
|
|
455
455
|
*
|
|
456
456
|
*/
|
|
457
|
-
public getTooltip(): Promise<
|
|
458
|
-
return this.getProperty<
|
|
457
|
+
public getTooltip(): Promise<Tooltip> {
|
|
458
|
+
return this.getProperty<Tooltip>('tooltip');
|
|
459
459
|
}
|
|
460
460
|
|
|
461
461
|
/**
|
|
462
|
-
* Gets the value of touchResponse property.
|
|
462
|
+
* Gets the value of <code>touchResponse</code> property.
|
|
463
463
|
* Specifies configuration options for touch and hold delays on mobile devices. See the Help documentation for more information.
|
|
464
|
-
* @return The value of touchResponse property.
|
|
464
|
+
* @return The value of <code>touchResponse</code> property.
|
|
465
465
|
*
|
|
466
466
|
*/
|
|
467
467
|
public getTouchResponse(): Promise<string> {
|
|
468
|
-
return this.getProperty<string>(
|
|
468
|
+
return this.getProperty<string>('touchResponse');
|
|
469
469
|
}
|
|
470
470
|
|
|
471
471
|
/**
|
|
472
|
-
* Gets the value of trackResize property.
|
|
472
|
+
* Gets the value of <code>trackResize</code> property.
|
|
473
473
|
* Defines whether the element will automatically render in response to changes in size. See the Help documentation for more information.
|
|
474
|
-
* @return The value of trackResize property.
|
|
474
|
+
* @return The value of <code>trackResize</code> property.
|
|
475
475
|
*
|
|
476
476
|
*/
|
|
477
477
|
public getTrackResize(): Promise<string> {
|
|
478
|
-
return this.getProperty<string>(
|
|
478
|
+
return this.getProperty<string>('trackResize');
|
|
479
479
|
}
|
|
480
480
|
|
|
481
481
|
/**
|
|
482
|
-
* Gets the value of translations property.
|
|
482
|
+
* Gets the value of <code>translations</code> property.
|
|
483
483
|
* A collection of translated resources from the translation bundle, or null if this component has no resources.
|
|
484
|
-
* @return The value of translations property.
|
|
484
|
+
* @return The value of <code>translations</code> property.
|
|
485
485
|
*
|
|
486
486
|
*/
|
|
487
|
-
public getTranslations(): Promise<
|
|
488
|
-
return this.getProperty<
|
|
487
|
+
public getTranslations(): Promise<Translations|null> {
|
|
488
|
+
return this.getProperty<Translations|null>('translations');
|
|
489
489
|
}
|
|
490
490
|
|
|
491
491
|
/**
|
|
492
|
-
* Gets the value of type property.
|
|
492
|
+
* Gets the value of <code>type</code> property.
|
|
493
493
|
* Specifies the chart type. See the Help documentation for more information.
|
|
494
|
-
* @return The value of type property.
|
|
494
|
+
* @return The value of <code>type</code> property.
|
|
495
495
|
*
|
|
496
496
|
*/
|
|
497
497
|
public getType(): Promise<string> {
|
|
498
|
-
return this.getProperty<string>(
|
|
498
|
+
return this.getProperty<string>('type');
|
|
499
499
|
}
|
|
500
500
|
|
|
501
501
|
/**
|
|
502
|
-
* Gets the value of valueFormats property.
|
|
502
|
+
* Gets the value of <code>valueFormats</code> property.
|
|
503
503
|
* An object specifying value formatting and tooltip behavior, whose keys generally correspond to the attribute names on the data items.
|
|
504
|
-
* @return The value of valueFormats property.
|
|
504
|
+
* @return The value of <code>valueFormats</code> property.
|
|
505
505
|
*
|
|
506
506
|
*/
|
|
507
|
-
public getValueFormats(): Promise<
|
|
508
|
-
return this.getProperty<
|
|
507
|
+
public getValueFormats(): Promise<ValueFormats> {
|
|
508
|
+
return this.getProperty<ValueFormats>('valueFormats');
|
|
509
509
|
}
|
|
510
510
|
|
|
511
511
|
/**
|
|
512
|
-
* Gets the value of xAxis property.
|
|
512
|
+
* Gets the value of <code>xAxis</code> property.
|
|
513
513
|
* An object defining properties for the axis, tick marks, tick labels, and axis titles.
|
|
514
|
-
* @return The value of xAxis property.
|
|
514
|
+
* @return The value of <code>xAxis</code> property.
|
|
515
515
|
*
|
|
516
516
|
*/
|
|
517
|
-
public getXAxis(): Promise<
|
|
518
|
-
return this.getProperty<
|
|
517
|
+
public getXAxis(): Promise<XAxis> {
|
|
518
|
+
return this.getProperty<XAxis>('xAxis');
|
|
519
519
|
}
|
|
520
520
|
|
|
521
521
|
/**
|
|
522
|
-
* Gets the value of y2Axis property.
|
|
522
|
+
* Gets the value of <code>y2Axis</code> property.
|
|
523
523
|
* An object defining properties for the axis, tick marks, tick labels, and axis titles. Y2 axis is only supported for Cartesian bar, line, area, and combo charts.
|
|
524
|
-
* @return The value of y2Axis property.
|
|
524
|
+
* @return The value of <code>y2Axis</code> property.
|
|
525
525
|
*
|
|
526
526
|
*/
|
|
527
|
-
public getY2Axis(): Promise<
|
|
528
|
-
return this.getProperty<
|
|
527
|
+
public getY2Axis(): Promise<Y2Axis> {
|
|
528
|
+
return this.getProperty<Y2Axis>('y2Axis');
|
|
529
529
|
}
|
|
530
530
|
|
|
531
531
|
/**
|
|
532
|
-
* Gets the value of yAxis property.
|
|
532
|
+
* Gets the value of <code>yAxis</code> property.
|
|
533
533
|
* An object defining properties for the axis, tick marks, tick labels, and axis titles.
|
|
534
|
-
* @return The value of yAxis property.
|
|
534
|
+
* @return The value of <code>yAxis</code> property.
|
|
535
535
|
*
|
|
536
536
|
*/
|
|
537
|
-
public getYAxis(): Promise<
|
|
538
|
-
return this.getProperty<
|
|
537
|
+
public getYAxis(): Promise<YAxis> {
|
|
538
|
+
return this.getProperty<YAxis>('yAxis');
|
|
539
539
|
}
|
|
540
540
|
|
|
541
541
|
/**
|
|
542
|
-
* Gets the value of zoomAndScroll property.
|
|
542
|
+
* Gets the value of <code>zoomAndScroll</code> property.
|
|
543
543
|
* Specifies the zoom and scroll behavior of the chart. See the Help documentation for more information.
|
|
544
|
-
* @return The value of zoomAndScroll property.
|
|
544
|
+
* @return The value of <code>zoomAndScroll</code> property.
|
|
545
545
|
*
|
|
546
546
|
*/
|
|
547
547
|
public getZoomAndScroll(): Promise<string> {
|
|
548
|
-
return this.getProperty<string>(
|
|
548
|
+
return this.getProperty<string>('zoomAndScroll');
|
|
549
549
|
}
|
|
550
550
|
|
|
551
551
|
/**
|
|
552
|
-
* Gets the value of zoomDirection property.
|
|
552
|
+
* Gets the value of <code>zoomDirection</code> property.
|
|
553
553
|
* Specifies the zoom direction of bubble and scatter charts. "Auto" zooms in both x and y direction. Use "x" or "y" for single direction zooming.
|
|
554
|
-
* @return The value of zoomDirection property.
|
|
554
|
+
* @return The value of <code>zoomDirection</code> property.
|
|
555
555
|
*
|
|
556
556
|
*/
|
|
557
557
|
public getZoomDirection(): Promise<string> {
|
|
558
|
-
return this.getProperty<string>(
|
|
558
|
+
return this.getProperty<string>('zoomDirection');
|
|
559
559
|
}
|
|
560
560
|
|
|
561
561
|
}
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
|
-
|
|
1331
|
-
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
|
|
1338
|
-
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
|
|
1343
|
-
|
|
1344
|
-
|
|
1345
|
-
|
|
1346
|
-
|
|
1347
|
-
|
|
1348
|
-
|
|
1349
|
-
|
|
1350
|
-
|
|
1351
|
-
|
|
1352
|
-
|
|
1353
|
-
|
|
1354
|
-
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
|
|
1358
|
-
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
|
|
1363
|
-
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
|
-
|
|
1370
|
-
|
|
1371
|
-
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
|
|
1376
|
-
|
|
1377
|
-
|
|
1378
|
-
|
|
1379
|
-
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
|
|
1386
|
-
|
|
1387
|
-
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
|
-
|
|
1391
|
-
|
|
1392
|
-
|
|
1393
|
-
|
|
1394
|
-
|
|
1395
|
-
|
|
1396
|
-
|
|
1397
|
-
|
|
1398
|
-
|
|
1399
|
-
|
|
1400
|
-
|
|
1401
|
-
|
|
1402
|
-
|
|
1403
|
-
|
|
1404
|
-
|
|
1405
|
-
|
|
1406
|
-
|
|
1407
|
-
|
|
1408
|
-
|
|
1409
|
-
|
|
1410
|
-
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
|
|
1421
|
-
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
|
|
1426
|
-
|
|
1427
|
-
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
|
|
1431
|
-
|
|
1432
|
-
|
|
1433
|
-
|
|
1434
|
-
|
|
1435
|
-
|
|
1436
|
-
|
|
1437
|
-
|
|
1438
|
-
|
|
1439
|
-
|
|
1440
|
-
|
|
1441
|
-
|
|
1442
|
-
|
|
1443
|
-
|
|
1444
|
-
|
|
1445
|
-
|
|
1446
|
-
|
|
1447
|
-
|
|
1448
|
-
|
|
1449
|
-
|
|
1450
|
-
|
|
1451
|
-
|
|
1452
|
-
|
|
1453
|
-
|
|
1454
|
-
|
|
1455
|
-
|
|
1456
|
-
|
|
1457
|
-
|
|
1458
|
-
|
|
1459
|
-
|
|
1460
|
-
|
|
1461
|
-
|
|
1462
|
-
|
|
1463
|
-
|
|
1464
|
-
|
|
1465
|
-
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
|
|
1472
|
-
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
|
|
1476
|
-
|
|
1477
|
-
|
|
1478
|
-
|
|
1479
|
-
|
|
1480
|
-
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
|
|
1484
|
-
|
|
1485
|
-
|
|
1486
|
-
|
|
1487
|
-
|
|
1488
|
-
|
|
1489
|
-
|
|
1490
|
-
|
|
1491
|
-
|
|
1492
|
-
|
|
1493
|
-
|
|
1494
|
-
|
|
1495
|
-
|
|
1496
|
-
|
|
1497
|
-
|
|
1498
|
-
|
|
1499
|
-
|
|
1500
|
-
|
|
1501
|
-
|
|
1502
|
-
|
|
1503
|
-
|
|
1504
|
-
|
|
1505
|
-
|
|
1506
|
-
|
|
1507
|
-
|
|
1508
|
-
|
|
1509
|
-
|
|
1510
|
-
|
|
1511
|
-
|
|
1512
|
-
|
|
1513
|
-
|
|
1514
|
-
|
|
1515
|
-
|
|
1516
|
-
|
|
1517
|
-
|
|
1518
|
-
|
|
1519
|
-
|
|
1520
|
-
|
|
1521
|
-
|
|
1522
|
-
|
|
1523
|
-
|
|
1524
|
-
|
|
1525
|
-
|
|
1526
|
-
|
|
1527
|
-
|
|
1528
|
-
|
|
1529
|
-
|
|
1530
|
-
|
|
1531
|
-
|
|
1532
|
-
|
|
1533
|
-
|
|
1534
|
-
|
|
1535
|
-
|
|
1536
|
-
|
|
1537
|
-
|
|
1538
|
-
|
|
1539
|
-
|
|
1540
|
-
|
|
1541
|
-
|
|
1542
|
-
|
|
1543
|
-
|
|
1544
|
-
|
|
1545
|
-
|
|
1546
|
-
|
|
1547
|
-
|
|
1548
|
-
|
|
1549
|
-
|
|
1550
|
-
|
|
1551
|
-
|
|
1552
|
-
|
|
1553
|
-
|
|
1554
|
-
|
|
1555
|
-
|
|
1556
|
-
|
|
1557
|
-
|
|
1558
|
-
|
|
1559
|
-
|
|
1560
|
-
|
|
1561
|
-
|
|
1562
|
-
|
|
1563
|
-
|
|
1564
|
-
|
|
1565
|
-
|
|
1566
|
-
|
|
1567
|
-
|
|
1568
|
-
|
|
1569
|
-
|
|
1570
|
-
|
|
1571
|
-
|
|
1572
|
-
|
|
1573
|
-
|
|
1574
|
-
|
|
1575
|
-
|
|
1576
|
-
|
|
1577
|
-
|
|
1578
|
-
|
|
1579
|
-
|
|
1580
|
-
|
|
1581
|
-
|
|
1582
|
-
|
|
1583
|
-
|
|
1584
|
-
|
|
1585
|
-
|
|
1586
|
-
|
|
1587
|
-
|
|
1588
|
-
|
|
1589
|
-
|
|
1590
|
-
|
|
1591
|
-
|
|
1592
|
-
|
|
1593
|
-
|
|
1594
|
-
|
|
1595
|
-
|
|
1596
|
-
|
|
1597
|
-
|
|
1598
|
-
|
|
1599
|
-
|
|
1600
|
-
|
|
1601
|
-
|
|
1602
|
-
|
|
1603
|
-
|
|
1604
|
-
|
|
1605
|
-
|
|
1606
|
-
|
|
1607
|
-
|
|
1608
|
-
|
|
1609
|
-
|
|
1610
|
-
|
|
1611
|
-
|
|
1612
|
-
|
|
1613
|
-
|
|
1614
|
-
|
|
1615
|
-
|
|
1616
|
-
|
|
1617
|
-
|
|
1618
|
-
|
|
1619
|
-
|
|
1620
|
-
|
|
1621
|
-
|
|
1622
|
-
|
|
1623
|
-
|
|
1624
|
-
|
|
1625
|
-
|
|
1626
|
-
|
|
1627
|
-
|
|
1628
|
-
|
|
1629
|
-
|
|
1630
|
-
|
|
1631
|
-
|
|
1632
|
-
|
|
1633
|
-
|
|
1634
|
-
|
|
1635
|
-
|
|
1636
|
-
|
|
1637
|
-
|
|
1638
|
-
|
|
1639
|
-
|
|
1640
|
-
|
|
1641
|
-
|
|
1642
|
-
|
|
1643
|
-
|
|
1644
|
-
|
|
1645
|
-
|
|
1646
|
-
|
|
1647
|
-
|
|
1648
|
-
|
|
1649
|
-
|
|
1650
|
-
|
|
1651
|
-
|
|
1652
|
-
|
|
1653
|
-
|
|
1654
|
-
|
|
1655
|
-
|
|
1656
|
-
|
|
1657
|
-
|
|
1658
|
-
|
|
1659
|
-
|
|
1660
|
-
|
|
1661
|
-
|
|
1662
|
-
|
|
1663
|
-
|
|
1664
|
-
|
|
1665
|
-
|
|
1666
|
-
|
|
1667
|
-
|
|
1668
|
-
|
|
1669
|
-
|
|
1670
|
-
|
|
1671
|
-
|
|
1672
|
-
|
|
1673
|
-
|
|
1674
|
-
|
|
1675
|
-
|
|
1676
|
-
|
|
1677
|
-
|
|
1678
|
-
|
|
1679
|
-
|
|
1680
|
-
|
|
1681
|
-
|
|
1682
|
-
|
|
1683
|
-
|
|
1684
|
-
|
|
1685
|
-
|
|
1686
|
-
|
|
1687
|
-
|
|
1688
|
-
|
|
1689
|
-
|
|
1690
|
-
|
|
1691
|
-
|
|
1692
|
-
|
|
1693
|
-
|
|
1694
|
-
|
|
1695
|
-
|
|
1696
|
-
|
|
1697
|
-
|
|
1698
|
-
|
|
1699
|
-
|
|
1700
|
-
|
|
1701
|
-
|
|
1702
|
-
|
|
1703
|
-
|
|
1704
|
-
|
|
1705
|
-
|
|
1706
|
-
|
|
1707
|
-
|
|
1708
|
-
|
|
1709
|
-
|
|
1710
|
-
|
|
1711
|
-
|
|
1712
|
-
|
|
1713
|
-
|
|
1714
|
-
|
|
1715
|
-
|
|
1716
|
-
|
|
1717
|
-
|
|
1718
|
-
|
|
1719
|
-
|
|
1720
|
-
|
|
1721
|
-
|
|
1722
|
-
|
|
1723
|
-
|
|
1724
|
-
|
|
1725
|
-
|
|
1726
|
-
|
|
1727
|
-
|
|
1728
|
-
|
|
1729
|
-
|
|
1730
|
-
|
|
1731
|
-
|
|
1732
|
-
|
|
1733
|
-
|
|
1734
|
-
|
|
1735
|
-
|
|
1736
|
-
|
|
1737
|
-
|
|
1738
|
-
|
|
1739
|
-
|
|
1740
|
-
|
|
1741
|
-
|
|
1742
|
-
|
|
1743
|
-
|
|
1744
|
-
|
|
1745
|
-
|
|
1746
|
-
|
|
1747
|
-
|
|
1748
|
-
|
|
1749
|
-
|
|
1750
|
-
|
|
1751
|
-
|
|
1752
|
-
|
|
1753
|
-
|
|
1754
|
-
|
|
1755
|
-
|
|
1756
|
-
|
|
1757
|
-
|
|
1758
|
-
|
|
1759
|
-
|
|
1760
|
-
|
|
1761
|
-
|
|
1762
|
-
|
|
1763
|
-
|
|
1764
|
-
|
|
1765
|
-
|
|
1766
|
-
|
|
1767
|
-
|
|
1768
|
-
|
|
1769
|
-
|
|
1770
|
-
|
|
1771
|
-
|
|
1772
|
-
|
|
1773
|
-
|
|
1774
|
-
|
|
1775
|
-
|
|
1776
|
-
|
|
1777
|
-
|
|
1778
|
-
|
|
1779
|
-
|
|
1780
|
-
|
|
1781
|
-
|
|
1782
|
-
|
|
1783
|
-
|
|
1784
|
-
|
|
1785
|
-
|
|
1786
|
-
|
|
1787
|
-
|
|
1788
|
-
|
|
1789
|
-
|
|
1790
|
-
|
|
1791
|
-
|
|
1792
|
-
|
|
1793
|
-
|
|
1794
|
-
|
|
1795
|
-
|
|
1796
|
-
|
|
1797
|
-
|
|
1798
|
-
|
|
1799
|
-
|
|
1800
|
-
|
|
1801
|
-
|
|
1802
|
-
|
|
1803
|
-
|
|
1804
|
-
|
|
1805
|
-
|
|
1806
|
-
|
|
1807
|
-
|
|
1808
|
-
|
|
1809
|
-
|
|
1810
|
-
|
|
1811
|
-
|
|
1812
|
-
|
|
1813
|
-
|
|
1814
|
-
|
|
1815
|
-
|
|
1816
|
-
|
|
1817
|
-
|
|
1818
|
-
|
|
1819
|
-
|
|
1820
|
-
|
|
1821
|
-
|
|
1822
|
-
|
|
1823
|
-
|
|
1824
|
-
|
|
1825
|
-
|
|
1826
|
-
|
|
1827
|
-
|
|
1828
|
-
|
|
1829
|
-
|
|
1830
|
-
|
|
1831
|
-
|
|
1832
|
-
|
|
1833
|
-
|
|
1834
|
-
|
|
1835
|
-
|
|
1836
|
-
|
|
1837
|
-
|
|
1838
|
-
|
|
1839
|
-
|
|
1840
|
-
|
|
1841
|
-
|
|
1842
|
-
|
|
1843
|
-
|
|
1844
|
-
|
|
1845
|
-
|
|
1846
|
-
|
|
1847
|
-
|
|
1848
|
-
|
|
1849
|
-
|
|
1850
|
-
|
|
1851
|
-
|
|
1852
|
-
|
|
1853
|
-
|
|
1854
|
-
|
|
1855
|
-
|
|
1856
|
-
|
|
1857
|
-
|
|
1858
|
-
|
|
1859
|
-
|
|
1860
|
-
|
|
1861
|
-
|
|
1862
|
-
|
|
1863
|
-
|
|
1864
|
-
|
|
1865
|
-
|
|
1866
|
-
|
|
1867
|
-
|
|
1868
|
-
|
|
1869
|
-
|
|
1870
|
-
|
|
1871
|
-
|
|
1872
|
-
|
|
1873
|
-
|
|
1874
|
-
|
|
1875
|
-
|
|
1876
|
-
|
|
1877
|
-
|
|
1878
|
-
|
|
1879
|
-
|
|
1880
|
-
|
|
1881
|
-
|
|
1882
|
-
|
|
1883
|
-
|
|
1884
|
-
|
|
1885
|
-
|
|
1886
|
-
|
|
1887
|
-
|
|
1888
|
-
|
|
1889
|
-
|
|
1890
|
-
|
|
1891
|
-
|
|
1892
|
-
|
|
1893
|
-
|
|
1894
|
-
|
|
1895
|
-
|
|
1896
|
-
|
|
1897
|
-
|
|
1898
|
-
|
|
1899
|
-
|
|
1900
|
-
|
|
1901
|
-
|
|
1902
|
-
|
|
1903
|
-
|
|
1904
|
-
|
|
1905
|
-
|
|
1906
|
-
|
|
1907
|
-
|
|
1908
|
-
|
|
1909
|
-
|
|
1910
|
-
|
|
1911
|
-
|
|
1912
|
-
|
|
1913
|
-
|
|
1914
|
-
|
|
1915
|
-
|
|
1916
|
-
|
|
1917
|
-
|
|
1918
|
-
|
|
1919
|
-
|
|
1920
|
-
|
|
1921
|
-
|
|
1922
|
-
|
|
1923
|
-
|
|
1924
|
-
|
|
1925
|
-
|
|
1926
|
-
|
|
1927
|
-
|
|
1928
|
-
|
|
1929
|
-
|
|
1930
|
-
|
|
1931
|
-
|
|
1932
|
-
|
|
1933
|
-
|
|
1934
|
-
|
|
1935
|
-
|
|
1936
|
-
|
|
1937
|
-
|
|
1938
|
-
|
|
1939
|
-
|
|
1940
|
-
|
|
1941
|
-
|
|
1942
|
-
|
|
1943
|
-
|
|
1944
|
-
|
|
1945
|
-
|
|
1946
|
-
|
|
1947
|
-
|
|
1948
|
-
|
|
1949
|
-
|
|
1950
|
-
|
|
1951
|
-
|
|
1952
|
-
|
|
1953
|
-
|
|
1954
|
-
|
|
1955
|
-
|
|
1956
|
-
|
|
1957
|
-
|
|
1958
|
-
|
|
1959
|
-
|
|
1960
|
-
|
|
1961
|
-
|
|
1962
|
-
|
|
1963
|
-
|
|
1964
|
-
|
|
1965
|
-
|
|
1966
|
-
|
|
1967
|
-
|
|
1968
|
-
|
|
1969
|
-
|
|
1970
|
-
|
|
1971
|
-
|
|
1972
|
-
|
|
1973
|
-
|
|
1974
|
-
|
|
1975
|
-
|
|
1976
|
-
|
|
1977
|
-
|
|
1978
|
-
|
|
1979
|
-
|
|
1980
|
-
|
|
1981
|
-
|
|
1982
|
-
|
|
1983
|
-
|
|
1984
|
-
|
|
1985
|
-
|
|
1986
|
-
|
|
1987
|
-
|
|
1988
|
-
|
|
1989
|
-
|
|
1990
|
-
|
|
1991
|
-
|
|
1992
|
-
|
|
1993
|
-
|
|
1994
|
-
|
|
1995
|
-
|
|
1996
|
-
|
|
1997
|
-
|
|
1998
|
-
|
|
1999
|
-
|
|
2000
|
-
|
|
2001
|
-
|
|
2002
|
-
|
|
2003
|
-
|
|
2004
|
-
|
|
2005
|
-
|
|
2006
|
-
|
|
2007
|
-
|
|
2008
|
-
|
|
2009
|
-
|
|
2010
|
-
|
|
2011
|
-
|
|
2012
|
-
|
|
2013
|
-
|
|
2014
|
-
|
|
2015
|
-
|
|
2016
|
-
|
|
2017
|
-
|
|
2018
|
-
|
|
2019
|
-
|
|
2020
|
-
|
|
2021
|
-
|
|
2022
|
-
|
|
2023
|
-
|
|
2024
|
-
|
|
2025
|
-
|
|
2026
|
-
|
|
2027
|
-
|
|
2028
|
-
|
|
2029
|
-
|
|
2030
|
-
|
|
2031
|
-
|
|
2032
|
-
|
|
2033
|
-
|
|
2034
|
-
|
|
2035
|
-
|
|
2036
|
-
|
|
2037
|
-
|
|
2038
|
-
|
|
2039
|
-
|
|
2040
|
-
|
|
2041
|
-
|
|
2042
|
-
|
|
2043
|
-
|
|
2044
|
-
|
|
2045
|
-
|
|
2046
|
-
|
|
2047
|
-
|
|
2048
|
-
|
|
2049
|
-
|
|
2050
|
-
|
|
2051
|
-
|
|
2052
|
-
|
|
2053
|
-
|
|
2054
|
-
|
|
2055
|
-
|
|
2056
|
-
|
|
2057
|
-
|
|
2058
|
-
|
|
2059
|
-
|
|
2060
|
-
|
|
2061
|
-
|
|
2062
|
-
|
|
2063
|
-
|
|
2064
|
-
|
|
2065
|
-
|
|
2066
|
-
|
|
2067
|
-
|
|
2068
|
-
|
|
2069
|
-
|
|
2070
|
-
|
|
2071
|
-
|
|
2072
|
-
|
|
2073
|
-
|
|
2074
|
-
|
|
2075
|
-
|
|
2076
|
-
|
|
2077
|
-
|
|
2078
|
-
|
|
2079
|
-
|
|
2080
|
-
|
|
2081
|
-
|
|
2082
|
-
|
|
2083
|
-
|
|
2084
|
-
|
|
2085
|
-
|
|
2086
|
-
|
|
2087
|
-
|
|
2088
|
-
|
|
2089
|
-
|
|
2090
|
-
|
|
2091
|
-
|
|
2092
|
-
|
|
2093
|
-
|
|
2094
|
-
|
|
2095
|
-
|
|
2096
|
-
|
|
2097
|
-
|
|
2098
|
-
|
|
2099
|
-
|
|
2100
|
-
|
|
2101
|
-
|
|
2102
|
-
|
|
2103
|
-
|
|
2104
|
-
|
|
2105
|
-
|
|
2106
|
-
|
|
2107
|
-
|
|
2108
|
-
|
|
2109
|
-
|
|
2110
|
-
|
|
2111
|
-
|
|
2112
|
-
|
|
2113
|
-
|
|
2114
|
-
|
|
2115
|
-
|
|
2116
|
-
|
|
2117
|
-
|
|
2118
|
-
|
|
2119
|
-
|
|
2120
|
-
|
|
2121
|
-
|
|
2122
|
-
|
|
2123
|
-
|
|
2124
|
-
|
|
2125
|
-
|
|
2126
|
-
|
|
2127
|
-
|
|
2128
|
-
|
|
2129
|
-
|
|
2130
|
-
|
|
2131
|
-
|
|
2132
|
-
|
|
2133
|
-
|
|
2134
|
-
|
|
2135
|
-
|
|
2136
|
-
|
|
2137
|
-
|
|
2138
|
-
|
|
2139
|
-
|
|
2140
|
-
|
|
2141
|
-
|
|
2142
|
-
|
|
2143
|
-
|
|
2144
|
-
|
|
2145
|
-
|
|
2146
|
-
|
|
2147
|
-
|
|
2148
|
-
|
|
2149
|
-
|
|
2150
|
-
|
|
2151
|
-
|
|
2152
|
-
|
|
2153
|
-
|
|
2154
|
-
|
|
2155
|
-
|
|
2156
|
-
|
|
2157
|
-
|
|
2158
|
-
|
|
2159
|
-
|
|
2160
|
-
|
|
2161
|
-
|
|
2162
|
-
|
|
2163
|
-
|
|
2164
|
-
|
|
2165
|
-
|
|
2166
|
-
|
|
2167
|
-
|
|
2168
|
-
|
|
2169
|
-
|
|
2170
|
-
|
|
2171
|
-
|
|
2172
|
-
|
|
2173
|
-
|
|
2174
|
-
|
|
2175
|
-
|
|
2176
|
-
|
|
2177
|
-
|
|
2178
|
-
|
|
2179
|
-
|
|
2180
|
-
|
|
2181
|
-
|
|
2182
|
-
|
|
2183
|
-
|
|
2184
|
-
|
|
2185
|
-
|
|
2186
|
-
|
|
2187
|
-
|
|
2188
|
-
|
|
2189
|
-
|
|
2190
|
-
|
|
2191
|
-
|
|
2192
|
-
|
|
2193
|
-
|
|
2194
|
-
|
|
2195
|
-
|
|
2196
|
-
|
|
2197
|
-
|
|
2198
|
-
|
|
2199
|
-
|
|
2200
|
-
|
|
2201
|
-
|
|
2202
|
-
|
|
2203
|
-
|
|
2204
|
-
|
|
2205
|
-
|
|
2206
|
-
|
|
2207
|
-
|
|
2208
|
-
|
|
2209
|
-
|
|
2210
|
-
|
|
2211
|
-
|
|
2212
|
-
|
|
2213
|
-
|
|
2214
|
-
|
|
2215
|
-
|
|
2216
|
-
|
|
2217
|
-
|
|
2218
|
-
|
|
2219
|
-
|
|
2220
|
-
|
|
2221
|
-
|
|
2222
|
-
|
|
2223
|
-
|
|
2224
|
-
|
|
2225
|
-
|
|
2226
|
-
|
|
2227
|
-
|
|
2228
|
-
|
|
2229
|
-
|
|
2230
|
-
|
|
2231
|
-
|
|
2232
|
-
|
|
2233
|
-
|
|
2234
|
-
|
|
2235
|
-
|
|
2236
|
-
|
|
2237
|
-
|
|
2238
|
-
|
|
2239
|
-
|
|
2240
|
-
|
|
2241
|
-
|
|
2242
|
-
|
|
2243
|
-
|
|
2244
|
-
|
|
2245
|
-
|
|
2246
|
-
|
|
2247
|
-
|
|
2248
|
-
|
|
2249
|
-
|
|
2250
|
-
|
|
2251
|
-
|
|
2252
|
-
|
|
2253
|
-
|
|
2254
|
-
|
|
2255
|
-
|
|
2256
|
-
|
|
2257
|
-
|
|
2258
|
-
|
|
2259
|
-
|
|
2260
|
-
|
|
2261
|
-
|
|
2262
|
-
|
|
2263
|
-
|
|
2264
|
-
|
|
2265
|
-
|
|
2266
|
-
|
|
2267
|
-
|
|
2268
|
-
|
|
2269
|
-
|
|
2270
|
-
|
|
2271
|
-
|
|
2272
|
-
|
|
2273
|
-
|
|
2274
|
-
|
|
2275
|
-
|
|
2276
|
-
|
|
2277
|
-
|
|
2278
|
-
|
|
2279
|
-
|
|
2280
|
-
|
|
2281
|
-
|
|
2282
|
-
|
|
2283
|
-
|
|
2284
|
-
|
|
2285
|
-
|
|
2286
|
-
|
|
2287
|
-
|
|
2288
|
-
|
|
2289
|
-
|
|
2290
|
-
|
|
2291
|
-
|
|
2292
|
-
|
|
2293
|
-
|
|
2294
|
-
|
|
2295
|
-
|
|
2296
|
-
|
|
2297
|
-
|
|
2298
|
-
|
|
2299
|
-
|
|
2300
|
-
|
|
2301
|
-
|
|
2302
|
-
|
|
2303
|
-
|
|
2304
|
-
|
|
2305
|
-
|
|
2306
|
-
|
|
2307
|
-
|
|
2308
|
-
|
|
2309
|
-
|
|
2310
|
-
|
|
2311
|
-
|
|
2312
|
-
|
|
2313
|
-
|
|
2314
|
-
|
|
2315
|
-
|
|
2316
|
-
|
|
2317
|
-
|
|
2318
|
-
|
|
2319
|
-
|
|
2320
|
-
|
|
2321
|
-
|
|
2322
|
-
|
|
2323
|
-
|
|
2324
|
-
|
|
2325
|
-
|
|
2326
|
-
|
|
2327
|
-
|
|
2328
|
-
|
|
2329
|
-
|
|
2330
|
-
|
|
2331
|
-
|
|
2332
|
-
|
|
2333
|
-
|
|
2334
|
-
|
|
2335
|
-
|
|
2336
|
-
|
|
2337
|
-
|
|
2338
|
-
|
|
2339
|
-
|
|
2340
|
-
|
|
2341
|
-
|
|
2342
|
-
|
|
2343
|
-
|
|
2344
|
-
|
|
2345
|
-
|
|
2346
|
-
|
|
2347
|
-
|
|
2348
|
-
|
|
2349
|
-
|
|
2350
|
-
|
|
2351
|
-
|
|
2352
|
-
|
|
2353
|
-
|
|
2354
|
-
|
|
2355
|
-
|
|
2356
|
-
|
|
2357
|
-
|
|
2358
|
-
|
|
2359
|
-
|
|
2360
|
-
|
|
2361
|
-
|
|
2362
|
-
|
|
2363
|
-
|
|
2364
|
-
|
|
2365
|
-
|
|
2366
|
-
|
|
2367
|
-
|
|
2368
|
-
|
|
2369
|
-
|
|
2370
|
-
|
|
2371
|
-
|
|
2372
|
-
|
|
2373
|
-
|
|
2374
|
-
|
|
2375
|
-
|
|
2376
|
-
|
|
2377
|
-
|
|
2378
|
-
|
|
2379
|
-
|
|
2380
|
-
|
|
2381
|
-
|
|
2382
|
-
|
|
2383
|
-
|
|
2384
|
-
|
|
2385
|
-
|
|
2386
|
-
|
|
2387
|
-
|
|
2388
|
-
|
|
2389
|
-
|
|
2390
|
-
|
|
2391
|
-
|
|
2392
|
-
|
|
2393
|
-
|
|
2394
|
-
|
|
2395
|
-
|
|
2396
|
-
|
|
2397
|
-
|
|
2398
|
-
|
|
2399
|
-
|
|
2400
|
-
|
|
2401
|
-
|
|
2402
|
-
|
|
2403
|
-
|
|
2404
|
-
|
|
2405
|
-
|
|
2406
|
-
|
|
2407
|
-
|
|
2408
|
-
|
|
2409
|
-
|
|
2410
|
-
|
|
2411
|
-
|
|
2412
|
-
|
|
2413
|
-
|
|
2414
|
-
|
|
2415
|
-
|
|
2416
|
-
|
|
2417
|
-
|
|
2418
|
-
|
|
2419
|
-
|
|
2420
|
-
|
|
2421
|
-
|
|
2422
|
-
|
|
2423
|
-
|
|
2424
|
-
|
|
2425
|
-
|
|
2426
|
-
|
|
2427
|
-
|
|
2428
|
-
|
|
2429
|
-
|
|
2430
|
-
|
|
2431
|
-
|
|
2432
|
-
|
|
2433
|
-
|
|
2434
|
-
|
|
2435
|
-
|
|
2436
|
-
|
|
2437
|
-
|
|
2438
|
-
|
|
2439
|
-
|
|
2440
|
-
|
|
2441
|
-
|
|
2442
|
-
|
|
2443
|
-
|
|
2444
|
-
|
|
2445
|
-
|
|
2446
|
-
|
|
2447
|
-
|
|
2448
|
-
|
|
2449
|
-
|
|
2450
|
-
|
|
2451
|
-
|
|
2452
|
-
|
|
2453
|
-
|
|
2454
|
-
|
|
2455
|
-
|
|
2456
|
-
|
|
2457
|
-
|
|
2458
|
-
|
|
2459
|
-
|
|
2460
|
-
|
|
2461
|
-
|
|
2462
|
-
|
|
2463
|
-
|
|
2464
|
-
|
|
2465
|
-
|
|
2466
|
-
|
|
2467
|
-
|
|
2468
|
-
|
|
2469
|
-
|
|
2470
|
-
|
|
2471
|
-
|
|
2472
|
-
|
|
2473
|
-
|
|
2474
|
-
|
|
2475
|
-
|
|
2476
|
-
|
|
2477
|
-
|
|
2478
|
-
|
|
2479
|
-
|
|
2480
|
-
|
|
2481
|
-
|
|
2482
|
-
|
|
2483
|
-
|
|
2484
|
-
|
|
2485
|
-
|
|
2486
|
-
|
|
2487
|
-
|
|
2488
|
-
|
|
2489
|
-
|
|
2490
|
-
|
|
2491
|
-
|
|
2492
|
-
|
|
2493
|
-
|
|
2494
|
-
|
|
2495
|
-
|
|
2496
|
-
|
|
2497
|
-
|
|
2498
|
-
|
|
2499
|
-
|
|
2500
|
-
|
|
2501
|
-
|
|
2502
|
-
|
|
2503
|
-
|
|
2504
|
-
|
|
2505
|
-
|
|
2506
|
-
|
|
2507
|
-
|
|
2508
|
-
|
|
2509
|
-
|
|
2510
|
-
|
|
2511
|
-
|
|
2512
|
-
|
|
2513
|
-
|
|
2514
|
-
|
|
2515
|
-
|
|
2516
|
-
|
|
2517
|
-
|
|
2518
|
-
|
|
2519
|
-
|
|
2520
|
-
|
|
2521
|
-
|
|
2522
|
-
|
|
2523
|
-
|
|
2524
|
-
|
|
2525
|
-
|
|
2526
|
-
|
|
2527
|
-
|
|
2528
|
-
|
|
2529
|
-
*/
|
|
2530
|
-
"style": object;
|
|
2531
|
-
}
|
|
562
|
+
export interface DataCursorPosition {
|
|
563
|
+
/**
|
|
564
|
+
* The x value of the data cursor.
|
|
565
|
+
*/
|
|
566
|
+
"x": number|string;
|
|
567
|
+
/**
|
|
568
|
+
* The y value of the data cursor. If both y and y2 are defined, y will take precedence.
|
|
569
|
+
*/
|
|
570
|
+
"y": number;
|
|
571
|
+
/**
|
|
572
|
+
* The y2 value of the data cursor. If both y and y2 are defined, y will take precedence.
|
|
573
|
+
*/
|
|
574
|
+
"y2": number;
|
|
575
|
+
}
|
|
576
|
+
export interface Dnd {
|
|
577
|
+
/**
|
|
578
|
+
* An object that describes drag functionality.
|
|
579
|
+
*/
|
|
580
|
+
"drag": DndDrag;
|
|
581
|
+
/**
|
|
582
|
+
* An object that describes drop functionality.
|
|
583
|
+
*/
|
|
584
|
+
"drop": DndDrop;
|
|
585
|
+
}
|
|
586
|
+
export interface DndDrag {
|
|
587
|
+
/**
|
|
588
|
+
* Allows dragging of chart groups from the categorical axis labels.
|
|
589
|
+
*/
|
|
590
|
+
"groups": DndDragGroups;
|
|
591
|
+
/**
|
|
592
|
+
* Allows dragging of chart data items, including bars, line/area/scatter markers, bubbles, and pie/funnel/pyramid slices.
|
|
593
|
+
*/
|
|
594
|
+
"items": DndDragItems;
|
|
595
|
+
/**
|
|
596
|
+
* Allows dragging of chart series from the legend items.
|
|
597
|
+
*/
|
|
598
|
+
"series": DndDragSeries;
|
|
599
|
+
}
|
|
600
|
+
export interface DndDragGroups {
|
|
601
|
+
/**
|
|
602
|
+
* The MIME types to use for the dragged data in the dataTransfer object. This can be a string if there is only one type, or an array of strings if multiple types are needed.
|
|
603
|
+
*/
|
|
604
|
+
"dataTypes": string|Array<string>;
|
|
605
|
+
}
|
|
606
|
+
export interface DndDragItems {
|
|
607
|
+
/**
|
|
608
|
+
* The MIME types to use for the dragged data in the dataTransfer object. This can be a string if there is only one type, or an array of strings if multiple types are needed.
|
|
609
|
+
*/
|
|
610
|
+
"dataTypes": string|Array<string>;
|
|
611
|
+
}
|
|
612
|
+
export interface DndDragSeries {
|
|
613
|
+
/**
|
|
614
|
+
* The MIME types to use for the dragged data in the dataTransfer object. This can be a string if there is only one type, or an array of strings if multiple types are needed.
|
|
615
|
+
*/
|
|
616
|
+
"dataTypes": string|Array<string>;
|
|
617
|
+
}
|
|
618
|
+
export interface DndDrop {
|
|
619
|
+
/**
|
|
620
|
+
* Allows dropping on the legend.
|
|
621
|
+
*/
|
|
622
|
+
"legend": DndDropLegend;
|
|
623
|
+
/**
|
|
624
|
+
* Allows dropping on the plot area.
|
|
625
|
+
*/
|
|
626
|
+
"plotArea": DndDropPlotArea;
|
|
627
|
+
/**
|
|
628
|
+
* Allows dropping on the X axis.
|
|
629
|
+
*/
|
|
630
|
+
"xAxis": DndDropXAxis;
|
|
631
|
+
/**
|
|
632
|
+
* Allows dropping on the Y2 axis.
|
|
633
|
+
*/
|
|
634
|
+
"y2Axis": DndDropY2Axis;
|
|
635
|
+
/**
|
|
636
|
+
* Allows dropping on the Y axis.
|
|
637
|
+
*/
|
|
638
|
+
"yAxis": DndDropYAxis;
|
|
639
|
+
}
|
|
640
|
+
export interface DndDropLegend {
|
|
641
|
+
/**
|
|
642
|
+
* An array of MIME data types this element can accept. This property is required unless dragEnter, dragOver, and drop callback functions are specified to handle the corresponding events.
|
|
643
|
+
*/
|
|
644
|
+
"dataTypes": string|Array<string>;
|
|
645
|
+
}
|
|
646
|
+
export interface DndDropPlotArea {
|
|
647
|
+
/**
|
|
648
|
+
* An array of MIME data types this element can accept. This property is required unless dragEnter, dragOver, and drop callback functions are specified to handle the corresponding events.
|
|
649
|
+
*/
|
|
650
|
+
"dataTypes": string|Array<string>;
|
|
651
|
+
}
|
|
652
|
+
export interface DndDropXAxis {
|
|
653
|
+
/**
|
|
654
|
+
* An array of MIME data types this element can accept. This property is required unless dragEnter, dragOver, and drop callback functions are specified to handle the corresponding events.
|
|
655
|
+
*/
|
|
656
|
+
"dataTypes": string|Array<string>;
|
|
657
|
+
}
|
|
658
|
+
export interface DndDropY2Axis {
|
|
659
|
+
/**
|
|
660
|
+
* An array of MIME data types this element can accept. This property is required unless dragEnter, dragOver, and drop callback functions are specified to handle the corresponding events.
|
|
661
|
+
*/
|
|
662
|
+
"dataTypes": string|Array<string>;
|
|
663
|
+
}
|
|
664
|
+
export interface DndDropYAxis {
|
|
665
|
+
/**
|
|
666
|
+
* An array of MIME data types this element can accept. This property is required unless dragEnter, dragOver, and drop callback functions are specified to handle the corresponding events.
|
|
667
|
+
*/
|
|
668
|
+
"dataTypes": string|Array<string>;
|
|
669
|
+
}
|
|
670
|
+
export interface Groups {
|
|
671
|
+
/**
|
|
672
|
+
* Whether drilling is enabled on the group label. See the Help documentation for more information.
|
|
673
|
+
*/
|
|
674
|
+
"drilling": string;
|
|
675
|
+
/**
|
|
676
|
+
* An array of nested group objects.
|
|
677
|
+
*/
|
|
678
|
+
"groups": Array<object>;
|
|
679
|
+
/**
|
|
680
|
+
* The id of the group. Defaults to the name if not specified. 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.
|
|
681
|
+
*/
|
|
682
|
+
"id": string|number;
|
|
683
|
+
/**
|
|
684
|
+
* The CSS style object defining the style of the group label text. See the Help documentation for more information.
|
|
685
|
+
*/
|
|
686
|
+
"labelStyle": object;
|
|
687
|
+
/**
|
|
688
|
+
* The name of the group.
|
|
689
|
+
*/
|
|
690
|
+
"name": string;
|
|
691
|
+
/**
|
|
692
|
+
* The description of the group. This is used for customizing the tooltip text and only applies to a categorical axis.
|
|
693
|
+
*/
|
|
694
|
+
"shortDesc": string;
|
|
695
|
+
}
|
|
696
|
+
export interface Legend {
|
|
697
|
+
/**
|
|
698
|
+
* The color of the legend background.
|
|
699
|
+
*/
|
|
700
|
+
"backgroundColor": string;
|
|
701
|
+
/**
|
|
702
|
+
* The border color of the legend.
|
|
703
|
+
*/
|
|
704
|
+
"borderColor": string;
|
|
705
|
+
/**
|
|
706
|
+
* Defines the maximum size of the legend in pixels (e.g. '50px') or percent (e.g. '15%').
|
|
707
|
+
*/
|
|
708
|
+
"maxSize": string;
|
|
709
|
+
/**
|
|
710
|
+
* The position of the legend within the chart. By default, the legend will be placed on the side or bottom, based on the size of the chart and the legend contents.
|
|
711
|
+
*/
|
|
712
|
+
"position": string;
|
|
713
|
+
/**
|
|
714
|
+
* An object defining the reference object section in the legend.
|
|
715
|
+
*/
|
|
716
|
+
"referenceObjectSection": LegendReferenceObjectSection;
|
|
717
|
+
/**
|
|
718
|
+
* Defines whether the legend is displayed. If set to auto, the legend will be hidden for charts with a large number of series. See the Help documentation for more information.
|
|
719
|
+
*/
|
|
720
|
+
"rendered": string;
|
|
721
|
+
/**
|
|
722
|
+
* Defines whether scrolling is enabled for the legend.
|
|
723
|
+
*/
|
|
724
|
+
"scrolling": string;
|
|
725
|
+
/**
|
|
726
|
+
* An array of objects defining the additional legend sections, other than the default series and reference object sections.
|
|
727
|
+
*/
|
|
728
|
+
"sections": Array<LegendSections>;
|
|
729
|
+
/**
|
|
730
|
+
* An object defining the series section in the legend.
|
|
731
|
+
*/
|
|
732
|
+
"seriesSection": LegendSeriesSection;
|
|
733
|
+
/**
|
|
734
|
+
* Defines the size of the legend in pixels (e.g. '50px') or percent (e.g. '15%').
|
|
735
|
+
*/
|
|
736
|
+
"size": string;
|
|
737
|
+
/**
|
|
738
|
+
* The height of the legend symbol (line or marker) in pixels.
|
|
739
|
+
*/
|
|
740
|
+
"symbolHeight": number;
|
|
741
|
+
/**
|
|
742
|
+
* The width of the legend symbol (line or marker) in pixels.
|
|
743
|
+
*/
|
|
744
|
+
"symbolWidth": number;
|
|
745
|
+
/**
|
|
746
|
+
* The CSS style object defining the style of the legend text.
|
|
747
|
+
*/
|
|
748
|
+
"textStyle": object;
|
|
749
|
+
/**
|
|
750
|
+
* The legend title.
|
|
751
|
+
*/
|
|
752
|
+
"title": string;
|
|
753
|
+
/**
|
|
754
|
+
* The horizontal alignment of the title.
|
|
755
|
+
*/
|
|
756
|
+
"titleHalign": string;
|
|
757
|
+
/**
|
|
758
|
+
* The CSS style object defining the style of the title.
|
|
759
|
+
*/
|
|
760
|
+
"titleStyle": object;
|
|
761
|
+
}
|
|
762
|
+
export interface LegendReferenceObjectSection {
|
|
763
|
+
/**
|
|
764
|
+
* The title of the section.
|
|
765
|
+
*/
|
|
766
|
+
"title": string;
|
|
767
|
+
/**
|
|
768
|
+
* The horizontal alignment of the section title. If the section is collapsible or nested, only start alignment is supported.
|
|
769
|
+
*/
|
|
770
|
+
"titleHalign": string;
|
|
771
|
+
/**
|
|
772
|
+
* The CSS style object defining the style of the section title.
|
|
773
|
+
*/
|
|
774
|
+
"titleStyle": object;
|
|
775
|
+
}
|
|
776
|
+
export interface LegendSections {
|
|
777
|
+
/**
|
|
778
|
+
* An array of objects with the following properties defining the legend items. Also accepts a Promise for deferred data rendering. No data will be rendered if the Promise is rejected.
|
|
779
|
+
*/
|
|
780
|
+
"items": Array<object>;
|
|
781
|
+
/**
|
|
782
|
+
* An array of nested legend sections.
|
|
783
|
+
*/
|
|
784
|
+
"sections": Array<object>;
|
|
785
|
+
/**
|
|
786
|
+
* The title of the section.
|
|
787
|
+
*/
|
|
788
|
+
"title": string;
|
|
789
|
+
/**
|
|
790
|
+
* The horizontal alignment of the section title. If the section is collapsible or nested, only start alignment is supported.
|
|
791
|
+
*/
|
|
792
|
+
"titleHalign": string;
|
|
793
|
+
/**
|
|
794
|
+
* The CSS style object defining the style of the section title.
|
|
795
|
+
*/
|
|
796
|
+
"titleStyle": object;
|
|
797
|
+
}
|
|
798
|
+
export interface LegendSeriesSection {
|
|
799
|
+
/**
|
|
800
|
+
* The title of the section.
|
|
801
|
+
*/
|
|
802
|
+
"title": string;
|
|
803
|
+
/**
|
|
804
|
+
* The horizontal alignment of the section title. If the section is collapsible or nested, only start alignment is supported.
|
|
805
|
+
*/
|
|
806
|
+
"titleHalign": string;
|
|
807
|
+
/**
|
|
808
|
+
* The CSS style object defining the style of the section title.
|
|
809
|
+
*/
|
|
810
|
+
"titleStyle": object;
|
|
811
|
+
}
|
|
812
|
+
export interface Overview {
|
|
813
|
+
/**
|
|
814
|
+
* An object containing the property override for the overview chart. See the Help documentation for more information.
|
|
815
|
+
*/
|
|
816
|
+
"content": object;
|
|
817
|
+
/**
|
|
818
|
+
* Specifies the height of the overview scrollbar in pixels (e.g. '50px') or percent (e.g. '15%').
|
|
819
|
+
*/
|
|
820
|
+
"height": string;
|
|
821
|
+
/**
|
|
822
|
+
* Specifies whether the overview scrollbar is rendered. If not, simple scrollbar will be used.
|
|
823
|
+
*/
|
|
824
|
+
"rendered": string;
|
|
825
|
+
}
|
|
826
|
+
export interface PieCenter {
|
|
827
|
+
/**
|
|
828
|
+
* The converter to format the label if it is numeric. See the Help documentation for more information.
|
|
829
|
+
*/
|
|
830
|
+
"converter": object;
|
|
831
|
+
/**
|
|
832
|
+
* Specifies the text for the label. When a innerRadius is specified, the label will automatically be scaled to fit within the inner circle. If the innerRadius is 0, the default font size will be used.
|
|
833
|
+
*/
|
|
834
|
+
"label": number|string;
|
|
835
|
+
/**
|
|
836
|
+
* The CSS style object defining the style of the label.
|
|
837
|
+
*/
|
|
838
|
+
"labelStyle": object;
|
|
839
|
+
/**
|
|
840
|
+
* A function that returns custom center content. The function takes a context argument, provided by the chart. See the Help documentation for more information.
|
|
841
|
+
*/
|
|
842
|
+
"renderer": null|null;
|
|
843
|
+
/**
|
|
844
|
+
* The scaling behavior of the label if it is numeric. When using a converter, scaling should be set to none, as the formatted result may not be compatible with the scaling suffixes.
|
|
845
|
+
*/
|
|
846
|
+
"scaling": string;
|
|
847
|
+
}
|
|
848
|
+
export interface PlotArea {
|
|
849
|
+
/**
|
|
850
|
+
* The color of the plot area background.
|
|
851
|
+
*/
|
|
852
|
+
"backgroundColor": string;
|
|
853
|
+
/**
|
|
854
|
+
* The border color to be set on the chart's plot area.
|
|
855
|
+
*/
|
|
856
|
+
"borderColor": string;
|
|
857
|
+
/**
|
|
858
|
+
* The border width to be set on the chart's plot area.
|
|
859
|
+
*/
|
|
860
|
+
"borderWidth": number;
|
|
861
|
+
/**
|
|
862
|
+
* Specifies whether the plot area is rendered.
|
|
863
|
+
*/
|
|
864
|
+
"rendered": string;
|
|
865
|
+
}
|
|
866
|
+
export interface Series {
|
|
867
|
+
/**
|
|
868
|
+
* The area color of the series. Only applies if series type is area or lineWithArea.
|
|
869
|
+
*/
|
|
870
|
+
"areaColor": string;
|
|
871
|
+
/**
|
|
872
|
+
* The CSS style class to apply if series type is area or lineWithArea. See the Help documentation for more information.
|
|
873
|
+
*/
|
|
874
|
+
"areaSvgClassName": string;
|
|
875
|
+
/**
|
|
876
|
+
* The inline style to apply if series type is area or lineWithArea. See the Help documentation for more information.
|
|
877
|
+
*/
|
|
878
|
+
"areaSvgStyle": object;
|
|
879
|
+
/**
|
|
880
|
+
* Defines whether the series is associated with the y2 axis. Only applies to Cartesian bar, line, area, and combo charts.
|
|
881
|
+
*/
|
|
882
|
+
"assignedToY2": string;
|
|
883
|
+
/**
|
|
884
|
+
* The border color of the series.
|
|
885
|
+
*/
|
|
886
|
+
"borderColor": string;
|
|
887
|
+
/**
|
|
888
|
+
* The border width of the series.
|
|
889
|
+
*/
|
|
890
|
+
"borderWidth": number;
|
|
891
|
+
/**
|
|
892
|
+
* An object containing the style properties of the box plot series.
|
|
893
|
+
*/
|
|
894
|
+
"boxPlot": SeriesBoxPlot;
|
|
895
|
+
/**
|
|
896
|
+
* An optional array of category strings corresponding to this series. This allows highlighting and filtering of a series through interactions with legend sections. If not defined, the series id is used.
|
|
897
|
+
*/
|
|
898
|
+
"categories": Array<string>;
|
|
899
|
+
/**
|
|
900
|
+
* The color of the series. The chart legend item will inherit this color value.
|
|
901
|
+
*/
|
|
902
|
+
"color": string;
|
|
903
|
+
/**
|
|
904
|
+
* Defines whether the series should be shown in the legend. When set to 'auto', the series will not be displayed in the legend if it has null data or if it is a stock, funnel, or pyramid series.
|
|
905
|
+
*/
|
|
906
|
+
"displayInLegend": string;
|
|
907
|
+
/**
|
|
908
|
+
* Whether drilling is enabled on the series item. See the Help documentation for more information.
|
|
909
|
+
*/
|
|
910
|
+
"drilling": string;
|
|
911
|
+
/**
|
|
912
|
+
* The id of the series. Defaults to the name or the series index if not specified.
|
|
913
|
+
*/
|
|
914
|
+
"id": string|number;
|
|
915
|
+
/**
|
|
916
|
+
* An array of values or an array of objects that defines the data items for the series.
|
|
917
|
+
*/
|
|
918
|
+
"items": Array<object>;
|
|
919
|
+
/**
|
|
920
|
+
* The line style of the data line. Only applies to line, lineWithArea, scatter, and bubble series.
|
|
921
|
+
*/
|
|
922
|
+
"lineStyle": string;
|
|
923
|
+
/**
|
|
924
|
+
* The line type of the data line or area. Only applies to line, area, scatter, and bubble series. See the Help documentation for more information.
|
|
925
|
+
*/
|
|
926
|
+
"lineType": string;
|
|
927
|
+
/**
|
|
928
|
+
* The width of the data line. Only applies to line, lineWithArea, scatter, and bubble series.
|
|
929
|
+
*/
|
|
930
|
+
"lineWidth": number;
|
|
931
|
+
/**
|
|
932
|
+
* The color of the data markers, if different from the series color.
|
|
933
|
+
*/
|
|
934
|
+
"markerColor": string;
|
|
935
|
+
/**
|
|
936
|
+
* Defines whether the data marker is displayed. Only applies to line, area, scatter, and bubble series. See the Help documentation for more information.
|
|
937
|
+
*/
|
|
938
|
+
"markerDisplayed": string;
|
|
939
|
+
/**
|
|
940
|
+
* The shape of the data markers. In addition to the built-in shapes, it may also take SVG path commands to specify a custom shape. See the Help documentation for more information.
|
|
941
|
+
*/
|
|
942
|
+
"markerShape": string;
|
|
943
|
+
/**
|
|
944
|
+
* The size of the data markers.
|
|
945
|
+
*/
|
|
946
|
+
"markerSize": number;
|
|
947
|
+
/**
|
|
948
|
+
* The CSS style class to apply to the data markers. See the Help documentation for more information.
|
|
949
|
+
*/
|
|
950
|
+
"markerSvgClassName": string;
|
|
951
|
+
/**
|
|
952
|
+
* The inline style to apply to the data markers. See the Help documentation for more information.
|
|
953
|
+
*/
|
|
954
|
+
"markerSvgStyle": object;
|
|
955
|
+
/**
|
|
956
|
+
* The name of the series, displayed in the legend and tooltips.
|
|
957
|
+
*/
|
|
958
|
+
"name": string;
|
|
959
|
+
/**
|
|
960
|
+
* The pattern used to fill the series. A solid fill is used by default, unless the seriesEffect is 'pattern'.
|
|
961
|
+
*/
|
|
962
|
+
"pattern": string;
|
|
963
|
+
/**
|
|
964
|
+
* A number from 0 to 1 indicating the amount to explode the pie slice. Only applies to pie charts.
|
|
965
|
+
*/
|
|
966
|
+
"pieSliceExplode": number;
|
|
967
|
+
/**
|
|
968
|
+
* The description of this series. This is used for accessibility and for customizing the tooltip text on the corresponding legend item for the series.
|
|
969
|
+
*/
|
|
970
|
+
"shortDesc": string;
|
|
971
|
+
/**
|
|
972
|
+
* The URI of the custom image. If specified, it takes precedence over shape.
|
|
973
|
+
*/
|
|
974
|
+
"source": string;
|
|
975
|
+
/**
|
|
976
|
+
* The optional URI for the hover state. If not specified, the source image will be used.
|
|
977
|
+
*/
|
|
978
|
+
"sourceHover": string;
|
|
979
|
+
/**
|
|
980
|
+
* The optional URI for the hover selected state. If not specified, the source image will be used.
|
|
981
|
+
*/
|
|
982
|
+
"sourceHoverSelected": string;
|
|
983
|
+
/**
|
|
984
|
+
* The optional URI for the selected state. If not specified, the source image will be used.
|
|
985
|
+
*/
|
|
986
|
+
"sourceSelected": string;
|
|
987
|
+
/**
|
|
988
|
+
* In stacked charts, groups series together for stacking. All series without a stackCategory will be assigned to the same stack.
|
|
989
|
+
*/
|
|
990
|
+
"stackCategory": string;
|
|
991
|
+
/**
|
|
992
|
+
* The CSS style class to apply to the series. For series of type lineWithArea, this style will only be applied to the line if areaSvgClassName is also specified. See the Help documentation for more information.
|
|
993
|
+
*/
|
|
994
|
+
"svgClassName": string;
|
|
995
|
+
/**
|
|
996
|
+
* The inline style to apply to the series. For series of type lineWithArea, this style will only be applied to the line if areaSvgStyle is also specified. See the Help documentation for more information.
|
|
997
|
+
*/
|
|
998
|
+
"svgStyle": object;
|
|
999
|
+
/**
|
|
1000
|
+
* The type of data objects to display for this series. Only applies to bar, line, area, stock, box plot, and combo charts.
|
|
1001
|
+
*/
|
|
1002
|
+
"type": string;
|
|
1003
|
+
}
|
|
1004
|
+
export interface SeriesBoxPlot {
|
|
1005
|
+
/**
|
|
1006
|
+
* The CSS style class to apply to the median line.
|
|
1007
|
+
*/
|
|
1008
|
+
"medianSvgClassName": string;
|
|
1009
|
+
/**
|
|
1010
|
+
* The CSS inline style to apply to the median line. Only SVG CSS style properties are supported.
|
|
1011
|
+
*/
|
|
1012
|
+
"medianSvgStyle": object;
|
|
1013
|
+
/**
|
|
1014
|
+
* The color of the Q2 segment of the box.
|
|
1015
|
+
*/
|
|
1016
|
+
"q2Color": string;
|
|
1017
|
+
/**
|
|
1018
|
+
* The CSS style class to apply to the Q2 segment of the box. See the Help documentation for more information.
|
|
1019
|
+
*/
|
|
1020
|
+
"q2SvgClassName": string;
|
|
1021
|
+
/**
|
|
1022
|
+
* The CSS inline style to apply to the Q2 segment of the box. See the Help documentation for more information.
|
|
1023
|
+
*/
|
|
1024
|
+
"q2SvgStyle": object;
|
|
1025
|
+
/**
|
|
1026
|
+
* The color of the Q3 segment of the box.
|
|
1027
|
+
*/
|
|
1028
|
+
"q3Color": string;
|
|
1029
|
+
/**
|
|
1030
|
+
* The CSS style class to apply to the Q3 segment of the box. See the Help documentation for more information.
|
|
1031
|
+
*/
|
|
1032
|
+
"q3SvgClassName": string;
|
|
1033
|
+
/**
|
|
1034
|
+
* The CSS inline style to apply to the Q3 segment of the box. See the Help documentation for more information.
|
|
1035
|
+
*/
|
|
1036
|
+
"q3SvgStyle": object;
|
|
1037
|
+
/**
|
|
1038
|
+
* Specifies the length of the whisker ends in pixels (e.g. '9px') or as a percentage of the box width (e.g. '50%').
|
|
1039
|
+
*/
|
|
1040
|
+
"whiskerEndLength": string;
|
|
1041
|
+
/**
|
|
1042
|
+
* The CSS style class to apply to the whisker ends.
|
|
1043
|
+
*/
|
|
1044
|
+
"whiskerEndSvgClassName": string;
|
|
1045
|
+
/**
|
|
1046
|
+
* The CSS inline style to apply to the whisker ends. Only SVG CSS style properties are supported.
|
|
1047
|
+
*/
|
|
1048
|
+
"whiskerEndSvgStyle": object;
|
|
1049
|
+
/**
|
|
1050
|
+
* The CSS style class to apply to the whisker stems.
|
|
1051
|
+
*/
|
|
1052
|
+
"whiskerSvgClassName": string;
|
|
1053
|
+
/**
|
|
1054
|
+
* The CSS inline style to apply to the whisker stems. Only SVG CSS style properties are supported.
|
|
1055
|
+
*/
|
|
1056
|
+
"whiskerSvgStyle": object;
|
|
1057
|
+
}
|
|
1058
|
+
export interface StyleDefaults {
|
|
1059
|
+
/**
|
|
1060
|
+
* The color of the indicator shown for a decreasing data change animation.
|
|
1061
|
+
*/
|
|
1062
|
+
"animationDownColor": string;
|
|
1063
|
+
/**
|
|
1064
|
+
* The duration of the animations in milliseconds.
|
|
1065
|
+
*/
|
|
1066
|
+
"animationDuration": number;
|
|
1067
|
+
/**
|
|
1068
|
+
* Defines whether data change indicators are displayed during animation.
|
|
1069
|
+
*/
|
|
1070
|
+
"animationIndicators": string;
|
|
1071
|
+
/**
|
|
1072
|
+
* The color of the indicator shown for an increasing data change animation.
|
|
1073
|
+
*/
|
|
1074
|
+
"animationUpColor": string;
|
|
1075
|
+
/**
|
|
1076
|
+
* Specifies the width of the bar group gap as a ratio of the group width. The valid value is a number from 0 to 1.
|
|
1077
|
+
*/
|
|
1078
|
+
"barGapRatio": number;
|
|
1079
|
+
/**
|
|
1080
|
+
* The default border color for the data items. For funnel and pyramid charts, it is used for the slice border.
|
|
1081
|
+
*/
|
|
1082
|
+
"borderColor": string;
|
|
1083
|
+
/**
|
|
1084
|
+
* The default border width for the data items. For funnel and pyramid charts, it is used for the slice border.
|
|
1085
|
+
*/
|
|
1086
|
+
"borderWidth": number;
|
|
1087
|
+
/**
|
|
1088
|
+
* An object containing the style properties of the box plot items.
|
|
1089
|
+
*/
|
|
1090
|
+
"boxPlot": StyleDefaultsBoxPlot;
|
|
1091
|
+
/**
|
|
1092
|
+
* The array defining the default color ramp for the series.
|
|
1093
|
+
*/
|
|
1094
|
+
"colors": Array<string>;
|
|
1095
|
+
/**
|
|
1096
|
+
* An object defining the data cursor style.
|
|
1097
|
+
*/
|
|
1098
|
+
"dataCursor": StyleDefaultsDataCursor;
|
|
1099
|
+
/**
|
|
1100
|
+
* Specifies the presence and size of the gaps between data items, such as bars, markers, and areas. Valid values are a percentage string from 0% to 100%, where 100% produces the maximum supported gaps.
|
|
1101
|
+
*/
|
|
1102
|
+
"dataItemGaps": string;
|
|
1103
|
+
/**
|
|
1104
|
+
* Rule for adjusting data label layout. See the Help documentation for more information.
|
|
1105
|
+
*/
|
|
1106
|
+
"dataLabelCollision": string;
|
|
1107
|
+
/**
|
|
1108
|
+
* The position of the data label. For range series, if an array of two values is provided, the first and second value will apply to the low and high point respectively. See the Help documentation for more information.
|
|
1109
|
+
*/
|
|
1110
|
+
"dataLabelPosition": string|Array<string>;
|
|
1111
|
+
/**
|
|
1112
|
+
* The CSS style object defining the style of the data label. See the Help documentation for more information.
|
|
1113
|
+
*/
|
|
1114
|
+
"dataLabelStyle": object|Array<object>;
|
|
1115
|
+
/**
|
|
1116
|
+
* The default background color of funnel slices that show actual/target values.
|
|
1117
|
+
*/
|
|
1118
|
+
"funnelBackgroundColor": string;
|
|
1119
|
+
/**
|
|
1120
|
+
* An object defining the style for hierarchical label separators.
|
|
1121
|
+
*/
|
|
1122
|
+
"groupSeparators": StyleDefaultsGroupSeparators;
|
|
1123
|
+
/**
|
|
1124
|
+
* Specifies initial hover delay in milliseconds for highlighting items in chart.
|
|
1125
|
+
*/
|
|
1126
|
+
"hoverBehaviorDelay": number;
|
|
1127
|
+
/**
|
|
1128
|
+
* The line style of the data line. Only applies to line, lineWithArea, scatter, and bubble series.
|
|
1129
|
+
*/
|
|
1130
|
+
"lineStyle": string;
|
|
1131
|
+
/**
|
|
1132
|
+
* The line type of the data line or area. Only applies to line, area, scatter, and bubble series. See the Help documentation for more information.
|
|
1133
|
+
*/
|
|
1134
|
+
"lineType": string;
|
|
1135
|
+
/**
|
|
1136
|
+
* The width of the data line. Only applies to line, lineWithArea, scatter, and bubble series.
|
|
1137
|
+
*/
|
|
1138
|
+
"lineWidth": number;
|
|
1139
|
+
/**
|
|
1140
|
+
* The color of the data markers, if different from the series color.
|
|
1141
|
+
*/
|
|
1142
|
+
"markerColor": string;
|
|
1143
|
+
/**
|
|
1144
|
+
* Defines whether the data markers should be displayed. Only applies to line, area, scatter, and bubble series. If auto, the markers will be displayed whenever the data points are not connected by a line.
|
|
1145
|
+
*/
|
|
1146
|
+
"markerDisplayed": string;
|
|
1147
|
+
/**
|
|
1148
|
+
* The shape of the data markers. In addition to the built-in shapes, it may also take SVG path commands to specify a custom shape. See the Help documentation for more information.
|
|
1149
|
+
*/
|
|
1150
|
+
"markerShape": string;
|
|
1151
|
+
/**
|
|
1152
|
+
* The size of the data markers in pixels.
|
|
1153
|
+
*/
|
|
1154
|
+
"markerSize": number;
|
|
1155
|
+
/**
|
|
1156
|
+
* The border color of the marquee. Applies to marquee selection and marquee zoom.
|
|
1157
|
+
*/
|
|
1158
|
+
"marqueeBorderColor": string;
|
|
1159
|
+
/**
|
|
1160
|
+
* The fill color of the marquee. Applies to marquee selection and marquee zoom.
|
|
1161
|
+
*/
|
|
1162
|
+
"marqueeColor": string;
|
|
1163
|
+
/**
|
|
1164
|
+
* Specifies the maximum width of each bar in pixels.
|
|
1165
|
+
*/
|
|
1166
|
+
"maxBarWidth": number;
|
|
1167
|
+
/**
|
|
1168
|
+
* Specifies the color of the "Other" slice. Only applies to pie chart.
|
|
1169
|
+
*/
|
|
1170
|
+
"otherColor": string;
|
|
1171
|
+
/**
|
|
1172
|
+
* The array defining the default pattern ramp for the series. This is used only when seriesEffect is 'pattern'.
|
|
1173
|
+
*/
|
|
1174
|
+
"patterns": Array<string>;
|
|
1175
|
+
/**
|
|
1176
|
+
* The color of the line extending from the pie slice to the slice label.
|
|
1177
|
+
*/
|
|
1178
|
+
"pieFeelerColor": string;
|
|
1179
|
+
/**
|
|
1180
|
+
* Specifies the radius of the inner circle that can be used to create a donut chart. Valid values range from 0 (default) to 1. Not supported if 3D effect is on.
|
|
1181
|
+
*/
|
|
1182
|
+
"pieInnerRadius": number;
|
|
1183
|
+
/**
|
|
1184
|
+
* The selection effect that is applied to selected items. The values explode and highlightAndExplode only apply to pie charts.
|
|
1185
|
+
*/
|
|
1186
|
+
"selectionEffect": string;
|
|
1187
|
+
/**
|
|
1188
|
+
* Defines the fill effect for the data items.
|
|
1189
|
+
*/
|
|
1190
|
+
"seriesEffect": string;
|
|
1191
|
+
/**
|
|
1192
|
+
* The array defining the default shape ramp for the series. Valid values are defined in the markerShape attribute.
|
|
1193
|
+
*/
|
|
1194
|
+
"shapes": Array<string>;
|
|
1195
|
+
/**
|
|
1196
|
+
* The CSS style object defining the style of the stack label.
|
|
1197
|
+
*/
|
|
1198
|
+
"stackLabelStyle": object;
|
|
1199
|
+
/**
|
|
1200
|
+
* In stock charts, the color of the candlestick when the 'open' value is greater than the 'close' value.
|
|
1201
|
+
*/
|
|
1202
|
+
"stockFallingColor": string;
|
|
1203
|
+
/**
|
|
1204
|
+
* In stock charts, the color of the range bars for candlestick.
|
|
1205
|
+
*/
|
|
1206
|
+
"stockRangeColor": string;
|
|
1207
|
+
/**
|
|
1208
|
+
* In stock charts, the color of the candlestick when the 'close' value is greater than the 'open' value.
|
|
1209
|
+
*/
|
|
1210
|
+
"stockRisingColor": string;
|
|
1211
|
+
/**
|
|
1212
|
+
* In stock charts, the color of the volume bars. If specified, overrides the default rising and falling colors used by the volume bars.
|
|
1213
|
+
*/
|
|
1214
|
+
"stockVolumeColor": string;
|
|
1215
|
+
/**
|
|
1216
|
+
* Defines whether the chart is displayed with a 3D effect. Only applies to pie, funnel and pyramid charts.
|
|
1217
|
+
*/
|
|
1218
|
+
"threeDEffect": string;
|
|
1219
|
+
/**
|
|
1220
|
+
* The CSS style object defining the style of the labels in the tooltip.
|
|
1221
|
+
*/
|
|
1222
|
+
"tooltipLabelStyle": object;
|
|
1223
|
+
/**
|
|
1224
|
+
* The CSS style object defining the style of the values in the tooltip.
|
|
1225
|
+
*/
|
|
1226
|
+
"tooltipValueStyle": object;
|
|
1227
|
+
}
|
|
1228
|
+
export interface StyleDefaultsBoxPlot {
|
|
1229
|
+
/**
|
|
1230
|
+
* The CSS style class to apply to the median line.
|
|
1231
|
+
*/
|
|
1232
|
+
"medianSvgClassName": string;
|
|
1233
|
+
/**
|
|
1234
|
+
* The CSS inline style to apply to the median line. Only SVG CSS style properties are supported.
|
|
1235
|
+
*/
|
|
1236
|
+
"medianSvgStyle": object;
|
|
1237
|
+
/**
|
|
1238
|
+
* Specifies the length of the whisker ends in pixels (e.g. '9px') or as a percentage of the box width (e.g. '50%').
|
|
1239
|
+
*/
|
|
1240
|
+
"whiskerEndLength": string;
|
|
1241
|
+
/**
|
|
1242
|
+
* The CSS style class to apply to the whisker ends.
|
|
1243
|
+
*/
|
|
1244
|
+
"whiskerEndSvgClassName": string;
|
|
1245
|
+
/**
|
|
1246
|
+
* The CSS inline style to apply to the whisker ends.
|
|
1247
|
+
*/
|
|
1248
|
+
"whiskerEndSvgStyle": object;
|
|
1249
|
+
/**
|
|
1250
|
+
* The CSS style class to apply to the whisker stems.
|
|
1251
|
+
*/
|
|
1252
|
+
"whiskerSvgClassName": string;
|
|
1253
|
+
/**
|
|
1254
|
+
* The CSS inline style to apply to the whisker stems.
|
|
1255
|
+
*/
|
|
1256
|
+
"whiskerSvgStyle": object;
|
|
1257
|
+
}
|
|
1258
|
+
export interface StyleDefaultsDataCursor {
|
|
1259
|
+
/**
|
|
1260
|
+
* The color of the data cursor line.
|
|
1261
|
+
*/
|
|
1262
|
+
"lineColor": string;
|
|
1263
|
+
/**
|
|
1264
|
+
* The line style of the data cursor line.
|
|
1265
|
+
*/
|
|
1266
|
+
"lineStyle": string;
|
|
1267
|
+
/**
|
|
1268
|
+
* The width of the data cursor line in pixels.
|
|
1269
|
+
*/
|
|
1270
|
+
"lineWidth": number;
|
|
1271
|
+
/**
|
|
1272
|
+
* The color of the data cursor marker. Defaults to the data series color.
|
|
1273
|
+
*/
|
|
1274
|
+
"markerColor": string;
|
|
1275
|
+
/**
|
|
1276
|
+
* Whether the data cursor marker is displayed. Marker should only be hidden if the data cursor is displaying information for the entire group.
|
|
1277
|
+
*/
|
|
1278
|
+
"markerDisplayed": string;
|
|
1279
|
+
/**
|
|
1280
|
+
* The size of the data cursor marker in pixels.
|
|
1281
|
+
*/
|
|
1282
|
+
"markerSize": number;
|
|
1283
|
+
}
|
|
1284
|
+
export interface StyleDefaultsGroupSeparators {
|
|
1285
|
+
/**
|
|
1286
|
+
* The color of the separators lines.
|
|
1287
|
+
*/
|
|
1288
|
+
"color": string;
|
|
1289
|
+
/**
|
|
1290
|
+
* Defines whether the group separators are displayed.
|
|
1291
|
+
*/
|
|
1292
|
+
"rendered": string;
|
|
1293
|
+
}
|
|
1294
|
+
export interface Tooltip {
|
|
1295
|
+
}
|
|
1296
|
+
export interface Translations {
|
|
1297
|
+
/**
|
|
1298
|
+
* Used to describe the data visualization type for accessibility.
|
|
1299
|
+
*/
|
|
1300
|
+
"componentName": string;
|
|
1301
|
+
/**
|
|
1302
|
+
* Used to display a label and its value.
|
|
1303
|
+
*/
|
|
1304
|
+
"labelAndValue": string;
|
|
1305
|
+
/**
|
|
1306
|
+
* Text shown for clearing multiple selection on touch devices.
|
|
1307
|
+
*/
|
|
1308
|
+
"labelClearSelection": string;
|
|
1309
|
+
/**
|
|
1310
|
+
* Used for the close value in the tooltip for stock data.
|
|
1311
|
+
*/
|
|
1312
|
+
"labelClose": string;
|
|
1313
|
+
/**
|
|
1314
|
+
* Used to display a count out of a total.
|
|
1315
|
+
*/
|
|
1316
|
+
"labelCountWithTotal": string;
|
|
1317
|
+
/**
|
|
1318
|
+
* Label for data visualizations used for accessibility.
|
|
1319
|
+
*/
|
|
1320
|
+
"labelDataVisualization": string;
|
|
1321
|
+
/**
|
|
1322
|
+
* Used for the date value in the tooltip, if a time axis is being used.
|
|
1323
|
+
*/
|
|
1324
|
+
"labelDate": string;
|
|
1325
|
+
/**
|
|
1326
|
+
* Used when the group names are not specified.
|
|
1327
|
+
*/
|
|
1328
|
+
"labelDefaultGroupName": string;
|
|
1329
|
+
/**
|
|
1330
|
+
* Used for the default tooltip.
|
|
1331
|
+
*/
|
|
1332
|
+
"labelGroup": string;
|
|
1333
|
+
/**
|
|
1334
|
+
* >Used for the high value in the tooltip for stock and range data.
|
|
1335
|
+
*/
|
|
1336
|
+
"labelHigh": string;
|
|
1337
|
+
/**
|
|
1338
|
+
* Text shown when the component receives invalid data.
|
|
1339
|
+
*/
|
|
1340
|
+
"labelInvalidData": string;
|
|
1341
|
+
/**
|
|
1342
|
+
* Used for the low value in the tooltip for stock and range data.
|
|
1343
|
+
*/
|
|
1344
|
+
"labelLow": string;
|
|
1345
|
+
/**
|
|
1346
|
+
* Text shown when the component receives no data.
|
|
1347
|
+
*/
|
|
1348
|
+
"labelNoData": string;
|
|
1349
|
+
/**
|
|
1350
|
+
* Used for the open value in the tooltip for stock data.
|
|
1351
|
+
*/
|
|
1352
|
+
"labelOpen": string;
|
|
1353
|
+
/**
|
|
1354
|
+
* Used for the other series label which aggregates small data values.
|
|
1355
|
+
*/
|
|
1356
|
+
"labelOther": string;
|
|
1357
|
+
/**
|
|
1358
|
+
* Used for displaying the percentage in the tooltip.
|
|
1359
|
+
*/
|
|
1360
|
+
"labelPercentage": string;
|
|
1361
|
+
/**
|
|
1362
|
+
* Used for displaying the first quartile for box plots.
|
|
1363
|
+
*/
|
|
1364
|
+
"labelQ1": string;
|
|
1365
|
+
/**
|
|
1366
|
+
* Used for displaying the second quartile (i.e. median) for box plots.
|
|
1367
|
+
*/
|
|
1368
|
+
"labelQ2": string;
|
|
1369
|
+
/**
|
|
1370
|
+
* Used for displaying the third quartile for box plots.
|
|
1371
|
+
*/
|
|
1372
|
+
"labelQ3": string;
|
|
1373
|
+
/**
|
|
1374
|
+
* Used for the default tooltip.
|
|
1375
|
+
*/
|
|
1376
|
+
"labelSeries": string;
|
|
1377
|
+
/**
|
|
1378
|
+
* Used for the funnel chart target value.
|
|
1379
|
+
*/
|
|
1380
|
+
"labelTargetValue": string;
|
|
1381
|
+
/**
|
|
1382
|
+
* Used for the data item value in the tooltip.
|
|
1383
|
+
*/
|
|
1384
|
+
"labelValue": string;
|
|
1385
|
+
/**
|
|
1386
|
+
* Used for the volume value in the tooltip for stock data.
|
|
1387
|
+
*/
|
|
1388
|
+
"labelVolume": string;
|
|
1389
|
+
/**
|
|
1390
|
+
* Used for the x value in the tooltip.
|
|
1391
|
+
*/
|
|
1392
|
+
"labelX": string;
|
|
1393
|
+
/**
|
|
1394
|
+
* Used for the y value in the tooltip.
|
|
1395
|
+
*/
|
|
1396
|
+
"labelY": string;
|
|
1397
|
+
/**
|
|
1398
|
+
* Used for the z value in the tooltip.
|
|
1399
|
+
*/
|
|
1400
|
+
"labelZ": string;
|
|
1401
|
+
/**
|
|
1402
|
+
* Used to describe the collapsed state for accessibility.
|
|
1403
|
+
*/
|
|
1404
|
+
"stateCollapsed": string;
|
|
1405
|
+
/**
|
|
1406
|
+
* Used to describe a drillable object for accessibility.
|
|
1407
|
+
*/
|
|
1408
|
+
"stateDrillable": string;
|
|
1409
|
+
/**
|
|
1410
|
+
* Used to describe the expanded state for accessibility.
|
|
1411
|
+
*/
|
|
1412
|
+
"stateExpanded": string;
|
|
1413
|
+
/**
|
|
1414
|
+
* Used to describe the hidden state for accessibility.
|
|
1415
|
+
*/
|
|
1416
|
+
"stateHidden": string;
|
|
1417
|
+
/**
|
|
1418
|
+
* Used to describe the isolated state for accessibility.
|
|
1419
|
+
*/
|
|
1420
|
+
"stateIsolated": string;
|
|
1421
|
+
/**
|
|
1422
|
+
* Used to describe the maximized state for accessibility.
|
|
1423
|
+
*/
|
|
1424
|
+
"stateMaximized": string;
|
|
1425
|
+
/**
|
|
1426
|
+
* Used to describe the minimized state for accessibility.
|
|
1427
|
+
*/
|
|
1428
|
+
"stateMinimized": string;
|
|
1429
|
+
/**
|
|
1430
|
+
* Used to describe the selected state for accessibility.
|
|
1431
|
+
*/
|
|
1432
|
+
"stateSelected": string;
|
|
1433
|
+
/**
|
|
1434
|
+
* Used to describe the unselected state for accessibility.
|
|
1435
|
+
*/
|
|
1436
|
+
"stateUnselected": string;
|
|
1437
|
+
/**
|
|
1438
|
+
* Used to describe the visible state for accessibility.
|
|
1439
|
+
*/
|
|
1440
|
+
"stateVisible": string;
|
|
1441
|
+
/**
|
|
1442
|
+
* Used for the pan tooltip.
|
|
1443
|
+
*/
|
|
1444
|
+
"tooltipPan": string;
|
|
1445
|
+
/**
|
|
1446
|
+
* Used for the marquee select tooltip.
|
|
1447
|
+
*/
|
|
1448
|
+
"tooltipSelect": string;
|
|
1449
|
+
/**
|
|
1450
|
+
* Used for the marquee zoom tooltip.
|
|
1451
|
+
*/
|
|
1452
|
+
"tooltipZoom": string;
|
|
1453
|
+
}
|
|
1454
|
+
export interface ValueFormats {
|
|
1455
|
+
/**
|
|
1456
|
+
* Specifies the value formatting and tooltip behavior for the close values of a stock chart.
|
|
1457
|
+
*/
|
|
1458
|
+
"close": ValueFormatsClose;
|
|
1459
|
+
/**
|
|
1460
|
+
* Specifies tooltip behavior for the groups.
|
|
1461
|
+
*/
|
|
1462
|
+
"group": ValueFormatsGroup;
|
|
1463
|
+
/**
|
|
1464
|
+
* Specifies the value formatting and tooltip behavior for the high values.
|
|
1465
|
+
*/
|
|
1466
|
+
"high": ValueFormatsHigh;
|
|
1467
|
+
/**
|
|
1468
|
+
* Specifies the value formatting for the data item labels.
|
|
1469
|
+
*/
|
|
1470
|
+
"label": ValueFormatsLabel;
|
|
1471
|
+
/**
|
|
1472
|
+
* Specifies the value formatting and tooltip behavior for the low values.
|
|
1473
|
+
*/
|
|
1474
|
+
"low": ValueFormatsLow;
|
|
1475
|
+
/**
|
|
1476
|
+
* Specifies the value formatting and tooltip behavior for the open values of a stock chart.
|
|
1477
|
+
*/
|
|
1478
|
+
"open": ValueFormatsOpen;
|
|
1479
|
+
/**
|
|
1480
|
+
* Specifies the value formatting and tooltip behavior for the q1 values of a box plot.
|
|
1481
|
+
*/
|
|
1482
|
+
"q1": ValueFormatsQ1;
|
|
1483
|
+
/**
|
|
1484
|
+
* Specifies the value formatting and tooltip behavior for the q2 values of a box plot.
|
|
1485
|
+
*/
|
|
1486
|
+
"q2": ValueFormatsQ2;
|
|
1487
|
+
/**
|
|
1488
|
+
* Specifies the value formatting and tooltip behavior for the q3 values of a box plot.
|
|
1489
|
+
*/
|
|
1490
|
+
"q3": ValueFormatsQ3;
|
|
1491
|
+
/**
|
|
1492
|
+
* Specifies tooltip behavior for the series.
|
|
1493
|
+
*/
|
|
1494
|
+
"series": ValueFormatsSeries;
|
|
1495
|
+
/**
|
|
1496
|
+
* Specifies the value formatting and tooltip behavior for the target values of a funnel chart.
|
|
1497
|
+
*/
|
|
1498
|
+
"targetValue": ValueFormatsTargetValue;
|
|
1499
|
+
/**
|
|
1500
|
+
* Specifies the value formatting and tooltip behavior for the values.
|
|
1501
|
+
*/
|
|
1502
|
+
"value": ValueFormatsValue;
|
|
1503
|
+
/**
|
|
1504
|
+
* Specifies the value formatting and tooltip behavior for the volume values of a stock chart.
|
|
1505
|
+
*/
|
|
1506
|
+
"volume": ValueFormatsVolume;
|
|
1507
|
+
/**
|
|
1508
|
+
* Specifies the value formatting and tooltip behavior for the x values.
|
|
1509
|
+
*/
|
|
1510
|
+
"x": ValueFormatsX;
|
|
1511
|
+
/**
|
|
1512
|
+
* Specifies the value formatting and tooltip behavior for the y values.
|
|
1513
|
+
*/
|
|
1514
|
+
"y": ValueFormatsY;
|
|
1515
|
+
/**
|
|
1516
|
+
* Specifies the value formatting and tooltip behavior for the y2 values.
|
|
1517
|
+
*/
|
|
1518
|
+
"y2": ValueFormatsY2;
|
|
1519
|
+
/**
|
|
1520
|
+
* Specifies the value formatting and tooltip behavior for the z values.
|
|
1521
|
+
*/
|
|
1522
|
+
"z": ValueFormatsZ;
|
|
1523
|
+
}
|
|
1524
|
+
export interface ValueFormatsClose {
|
|
1525
|
+
/**
|
|
1526
|
+
* The converter used to format the label. See the Help documentation for more information.
|
|
1527
|
+
*/
|
|
1528
|
+
"converter": object;
|
|
1529
|
+
/**
|
|
1530
|
+
* The scaling behavior of the value. When using a converter, scaling should be set to none, as the formatted result may not be compatible with the scaling suffixes.
|
|
1531
|
+
*/
|
|
1532
|
+
"scaling": string;
|
|
1533
|
+
/**
|
|
1534
|
+
* Whether the value is displayed in the tooltip.
|
|
1535
|
+
*/
|
|
1536
|
+
"tooltipDisplay": string;
|
|
1537
|
+
/**
|
|
1538
|
+
* A string representing the label that is displayed before the value in the tooltip.
|
|
1539
|
+
*/
|
|
1540
|
+
"tooltipLabel": string;
|
|
1541
|
+
}
|
|
1542
|
+
export interface ValueFormatsGroup {
|
|
1543
|
+
/**
|
|
1544
|
+
* Whether the value is displayed in the tooltip.
|
|
1545
|
+
*/
|
|
1546
|
+
"tooltipDisplay": string;
|
|
1547
|
+
/**
|
|
1548
|
+
* A string representing the label that is displayed before the value in the tooltip. This value can also take an array of strings to be applied to hierarchical group names, from outermost to innermost.
|
|
1549
|
+
*/
|
|
1550
|
+
"tooltipLabel": string|Array<string>;
|
|
1551
|
+
}
|
|
1552
|
+
export interface ValueFormatsHigh {
|
|
1553
|
+
/**
|
|
1554
|
+
* The converter used to format the label. See the Help documentation for more information.
|
|
1555
|
+
*/
|
|
1556
|
+
"converter": object;
|
|
1557
|
+
/**
|
|
1558
|
+
* The scaling behavior of the value. When using a converter, scaling should be set to none, as the formatted result may not be compatible with the scaling suffixes.
|
|
1559
|
+
*/
|
|
1560
|
+
"scaling": string;
|
|
1561
|
+
/**
|
|
1562
|
+
* Whether the value is displayed in the tooltip.
|
|
1563
|
+
*/
|
|
1564
|
+
"tooltipDisplay": string;
|
|
1565
|
+
/**
|
|
1566
|
+
* A string representing the label that is displayed before the value in the tooltip.
|
|
1567
|
+
*/
|
|
1568
|
+
"tooltipLabel": string;
|
|
1569
|
+
}
|
|
1570
|
+
export interface ValueFormatsLabel {
|
|
1571
|
+
/**
|
|
1572
|
+
* The converter used to format the label. See the Help documentation for more information.
|
|
1573
|
+
*/
|
|
1574
|
+
"converter": object;
|
|
1575
|
+
/**
|
|
1576
|
+
* The scaling behavior of the value. When using a converter, scaling should be set to none, as the formatted result may not be compatible with the scaling suffixes.
|
|
1577
|
+
*/
|
|
1578
|
+
"scaling": string;
|
|
1579
|
+
}
|
|
1580
|
+
export interface ValueFormatsLow {
|
|
1581
|
+
/**
|
|
1582
|
+
* The converter used to format the label. See the Help documentation for more information.
|
|
1583
|
+
*/
|
|
1584
|
+
"converter": object;
|
|
1585
|
+
/**
|
|
1586
|
+
* The scaling behavior of the value. When using a converter, scaling should be set to none, as the formatted result may not be compatible with the scaling suffixes.
|
|
1587
|
+
*/
|
|
1588
|
+
"scaling": string;
|
|
1589
|
+
/**
|
|
1590
|
+
* Whether the value is displayed in the tooltip.
|
|
1591
|
+
*/
|
|
1592
|
+
"tooltipDisplay": string;
|
|
1593
|
+
/**
|
|
1594
|
+
* A string representing the label that is displayed before the value in the tooltip.
|
|
1595
|
+
*/
|
|
1596
|
+
"tooltipLabel": string;
|
|
1597
|
+
}
|
|
1598
|
+
export interface ValueFormatsOpen {
|
|
1599
|
+
/**
|
|
1600
|
+
* The converter used to format the label. See the Help documentation for more information.
|
|
1601
|
+
*/
|
|
1602
|
+
"converter": object;
|
|
1603
|
+
/**
|
|
1604
|
+
* The scaling behavior of the value. When using a converter, scaling should be set to none, as the formatted result may not be compatible with the scaling suffixes.
|
|
1605
|
+
*/
|
|
1606
|
+
"scaling": string;
|
|
1607
|
+
/**
|
|
1608
|
+
* Whether the value is displayed in the tooltip.
|
|
1609
|
+
*/
|
|
1610
|
+
"tooltipDisplay": string;
|
|
1611
|
+
/**
|
|
1612
|
+
* A string representing the label that is displayed before the value in the tooltip.
|
|
1613
|
+
*/
|
|
1614
|
+
"tooltipLabel": string;
|
|
1615
|
+
}
|
|
1616
|
+
export interface ValueFormatsQ1 {
|
|
1617
|
+
/**
|
|
1618
|
+
* The converter used to format the label. See the Help documentation for more information.
|
|
1619
|
+
*/
|
|
1620
|
+
"converter": object;
|
|
1621
|
+
/**
|
|
1622
|
+
* The scaling behavior of the value. When using a converter, scaling should be set to none, as the formatted result may not be compatible with the scaling suffixes.
|
|
1623
|
+
*/
|
|
1624
|
+
"scaling": string;
|
|
1625
|
+
/**
|
|
1626
|
+
* Whether the value is displayed in the tooltip.
|
|
1627
|
+
*/
|
|
1628
|
+
"tooltipDisplay": string;
|
|
1629
|
+
/**
|
|
1630
|
+
* A string representing the label that is displayed before the value in the tooltip.
|
|
1631
|
+
*/
|
|
1632
|
+
"tooltipLabel": string;
|
|
1633
|
+
}
|
|
1634
|
+
export interface ValueFormatsQ2 {
|
|
1635
|
+
/**
|
|
1636
|
+
* The converter used to format the label. See the Help documentation for more information.
|
|
1637
|
+
*/
|
|
1638
|
+
"converter": object;
|
|
1639
|
+
/**
|
|
1640
|
+
* The scaling behavior of the value. When using a converter, scaling should be set to none, as the formatted result may not be compatible with the scaling suffixes.
|
|
1641
|
+
*/
|
|
1642
|
+
"scaling": string;
|
|
1643
|
+
/**
|
|
1644
|
+
* Whether the value is displayed in the tooltip.
|
|
1645
|
+
*/
|
|
1646
|
+
"tooltipDisplay": string;
|
|
1647
|
+
/**
|
|
1648
|
+
* A string representing the label that is displayed before the value in the tooltip.
|
|
1649
|
+
*/
|
|
1650
|
+
"tooltipLabel": string;
|
|
1651
|
+
}
|
|
1652
|
+
export interface ValueFormatsQ3 {
|
|
1653
|
+
/**
|
|
1654
|
+
* The converter used to format the label. See the Help documentation for more information.
|
|
1655
|
+
*/
|
|
1656
|
+
"converter": object;
|
|
1657
|
+
/**
|
|
1658
|
+
* The scaling behavior of the value. When using a converter, scaling should be set to none, as the formatted result may not be compatible with the scaling suffixes.
|
|
1659
|
+
*/
|
|
1660
|
+
"scaling": string;
|
|
1661
|
+
/**
|
|
1662
|
+
* Whether the value is displayed in the tooltip.
|
|
1663
|
+
*/
|
|
1664
|
+
"tooltipDisplay": string;
|
|
1665
|
+
/**
|
|
1666
|
+
* A string representing the label that is displayed before the value in the tooltip.
|
|
1667
|
+
*/
|
|
1668
|
+
"tooltipLabel": string;
|
|
1669
|
+
}
|
|
1670
|
+
export interface ValueFormatsSeries {
|
|
1671
|
+
/**
|
|
1672
|
+
* Whether the value is displayed in the tooltip.
|
|
1673
|
+
*/
|
|
1674
|
+
"tooltipDisplay": string;
|
|
1675
|
+
/**
|
|
1676
|
+
* A string representing the label that is displayed before the value in the tooltip.
|
|
1677
|
+
*/
|
|
1678
|
+
"tooltipLabel": string;
|
|
1679
|
+
}
|
|
1680
|
+
export interface ValueFormatsTargetValue {
|
|
1681
|
+
/**
|
|
1682
|
+
* The converter used to format the label. See the Help documentation for more information.
|
|
1683
|
+
*/
|
|
1684
|
+
"converter": object;
|
|
1685
|
+
/**
|
|
1686
|
+
* The scaling behavior of the value. When using a converter, scaling should be set to none, as the formatted result may not be compatible with the scaling suffixes.
|
|
1687
|
+
*/
|
|
1688
|
+
"scaling": string;
|
|
1689
|
+
/**
|
|
1690
|
+
* Whether the value is displayed in the tooltip.
|
|
1691
|
+
*/
|
|
1692
|
+
"tooltipDisplay": string;
|
|
1693
|
+
/**
|
|
1694
|
+
* A string representing the label that is displayed before the value in the tooltip.
|
|
1695
|
+
*/
|
|
1696
|
+
"tooltipLabel": string;
|
|
1697
|
+
}
|
|
1698
|
+
export interface ValueFormatsValue {
|
|
1699
|
+
/**
|
|
1700
|
+
* The converter used to format the label. See the Help documentation for more information.
|
|
1701
|
+
*/
|
|
1702
|
+
"converter": object;
|
|
1703
|
+
/**
|
|
1704
|
+
* The scaling behavior of the value. When using a converter, scaling should be set to none, as the formatted result may not be compatible with the scaling suffixes.
|
|
1705
|
+
*/
|
|
1706
|
+
"scaling": string;
|
|
1707
|
+
/**
|
|
1708
|
+
* Whether the value is displayed in the tooltip.
|
|
1709
|
+
*/
|
|
1710
|
+
"tooltipDisplay": string;
|
|
1711
|
+
/**
|
|
1712
|
+
* A string representing the label that is displayed before the value in the tooltip.
|
|
1713
|
+
*/
|
|
1714
|
+
"tooltipLabel": string;
|
|
1715
|
+
}
|
|
1716
|
+
export interface ValueFormatsVolume {
|
|
1717
|
+
/**
|
|
1718
|
+
* The converter used to format the label. See the Help documentation for more information.
|
|
1719
|
+
*/
|
|
1720
|
+
"converter": object;
|
|
1721
|
+
/**
|
|
1722
|
+
* The scaling behavior of the value. When using a converter, scaling should be set to none, as the formatted result may not be compatible with the scaling suffixes.
|
|
1723
|
+
*/
|
|
1724
|
+
"scaling": string;
|
|
1725
|
+
/**
|
|
1726
|
+
* Whether the value is displayed in the tooltip.
|
|
1727
|
+
*/
|
|
1728
|
+
"tooltipDisplay": string;
|
|
1729
|
+
/**
|
|
1730
|
+
* A string representing the label that is displayed before the value in the tooltip.
|
|
1731
|
+
*/
|
|
1732
|
+
"tooltipLabel": string;
|
|
1733
|
+
}
|
|
1734
|
+
export interface ValueFormatsX {
|
|
1735
|
+
/**
|
|
1736
|
+
* The converter used to format the label. See the Help documentation for more information.
|
|
1737
|
+
*/
|
|
1738
|
+
"converter": object;
|
|
1739
|
+
/**
|
|
1740
|
+
* The scaling behavior of the value. When using a converter, scaling should be set to none, as the formatted result may not be compatible with the scaling suffixes.
|
|
1741
|
+
*/
|
|
1742
|
+
"scaling": string;
|
|
1743
|
+
/**
|
|
1744
|
+
* Whether the value is displayed in the tooltip.
|
|
1745
|
+
*/
|
|
1746
|
+
"tooltipDisplay": string;
|
|
1747
|
+
/**
|
|
1748
|
+
* A string representing the label that is displayed before the value in the tooltip.
|
|
1749
|
+
*/
|
|
1750
|
+
"tooltipLabel": string;
|
|
1751
|
+
}
|
|
1752
|
+
export interface ValueFormatsY {
|
|
1753
|
+
/**
|
|
1754
|
+
* The converter used to format the label. See the Help documentation for more information.
|
|
1755
|
+
*/
|
|
1756
|
+
"converter": object;
|
|
1757
|
+
/**
|
|
1758
|
+
* The scaling behavior of the value. When using a converter, scaling should be set to none, as the formatted result may not be compatible with the scaling suffixes.
|
|
1759
|
+
*/
|
|
1760
|
+
"scaling": string;
|
|
1761
|
+
/**
|
|
1762
|
+
* Whether the value is displayed in the tooltip.
|
|
1763
|
+
*/
|
|
1764
|
+
"tooltipDisplay": string;
|
|
1765
|
+
/**
|
|
1766
|
+
* A string representing the label that is displayed before the value in the tooltip.
|
|
1767
|
+
*/
|
|
1768
|
+
"tooltipLabel": string;
|
|
1769
|
+
}
|
|
1770
|
+
export interface ValueFormatsY2 {
|
|
1771
|
+
/**
|
|
1772
|
+
* The converter used to format the label. See the Help documentation for more information.
|
|
1773
|
+
*/
|
|
1774
|
+
"converter": object;
|
|
1775
|
+
/**
|
|
1776
|
+
* The scaling behavior of the value. When using a converter, scaling should be set to none, as the formatted result may not be compatible with the scaling suffixes.
|
|
1777
|
+
*/
|
|
1778
|
+
"scaling": string;
|
|
1779
|
+
/**
|
|
1780
|
+
* Whether the value is displayed in the tooltip.
|
|
1781
|
+
*/
|
|
1782
|
+
"tooltipDisplay": string;
|
|
1783
|
+
/**
|
|
1784
|
+
* A string representing the label that is displayed before the value in the tooltip.
|
|
1785
|
+
*/
|
|
1786
|
+
"tooltipLabel": string;
|
|
1787
|
+
}
|
|
1788
|
+
export interface ValueFormatsZ {
|
|
1789
|
+
/**
|
|
1790
|
+
* The converter used to format the label. See the Help documentation for more information.
|
|
1791
|
+
*/
|
|
1792
|
+
"converter": object;
|
|
1793
|
+
/**
|
|
1794
|
+
* The scaling behavior of the value. When using a converter, scaling should be set to none, as the formatted result may not be compatible with the scaling suffixes.
|
|
1795
|
+
*/
|
|
1796
|
+
"scaling": string;
|
|
1797
|
+
/**
|
|
1798
|
+
* Whether the value is displayed in the tooltip.
|
|
1799
|
+
*/
|
|
1800
|
+
"tooltipDisplay": string;
|
|
1801
|
+
/**
|
|
1802
|
+
* A string representing the label that is displayed before the value in the tooltip.
|
|
1803
|
+
*/
|
|
1804
|
+
"tooltipLabel": string;
|
|
1805
|
+
}
|
|
1806
|
+
export interface XAxis {
|
|
1807
|
+
/**
|
|
1808
|
+
* An object defining properties for the axis line.
|
|
1809
|
+
*/
|
|
1810
|
+
"axisLine": XAxisAxisLine;
|
|
1811
|
+
/**
|
|
1812
|
+
* Defines whether the axis baseline starts at the minimum value of the data or at zero. Only applies to numerical data axes.
|
|
1813
|
+
*/
|
|
1814
|
+
"baselineScaling": string;
|
|
1815
|
+
/**
|
|
1816
|
+
* The maximum data value corresponding to an axis. If specified, the automatic axis extent calculation will use this value. Only applies to numerical axes.
|
|
1817
|
+
*/
|
|
1818
|
+
"dataMax": number;
|
|
1819
|
+
/**
|
|
1820
|
+
* The minimum data value corresponding to an axis. If specified, the automatic axis extent calculation will use this value. Only applies to numerical axes.
|
|
1821
|
+
*/
|
|
1822
|
+
"dataMin": number;
|
|
1823
|
+
/**
|
|
1824
|
+
* An object defining properties for the major tick marks.
|
|
1825
|
+
*/
|
|
1826
|
+
"majorTick": XAxisMajorTick;
|
|
1827
|
+
/**
|
|
1828
|
+
* The maximum value of the axis. Defaults to null for automatic calculation based on the data. See the Help documentation for more information.
|
|
1829
|
+
*/
|
|
1830
|
+
"max": number|string;
|
|
1831
|
+
/**
|
|
1832
|
+
* Defines the maximum size of the axis in pixels (e.g. '50px') or percent (e.g. '15%').
|
|
1833
|
+
*/
|
|
1834
|
+
"maxSize": string;
|
|
1835
|
+
/**
|
|
1836
|
+
* The minimum value of the axis. Defaults to null for automatic calculation based on the data. See the Help documentation for more information.
|
|
1837
|
+
*/
|
|
1838
|
+
"min": number|string;
|
|
1839
|
+
/**
|
|
1840
|
+
* The minimum increment between major tick marks. This is typically used to prevent fractional axis values for discrete measures. Only applies to numerical axes.
|
|
1841
|
+
*/
|
|
1842
|
+
"minStep": number;
|
|
1843
|
+
/**
|
|
1844
|
+
* The increment between minor tick marks. Defaults to null for automatic calculation based on the data. Only applies to numerical axes. See the Help documentation for more information.
|
|
1845
|
+
*/
|
|
1846
|
+
"minorStep": number;
|
|
1847
|
+
/**
|
|
1848
|
+
* An object defining properties for the minor tick marks.
|
|
1849
|
+
*/
|
|
1850
|
+
"minorTick": XAxisMinorTick;
|
|
1851
|
+
/**
|
|
1852
|
+
* The array of reference objects associated with the axis.
|
|
1853
|
+
*/
|
|
1854
|
+
"referenceObjects": Array<XAxisReferenceObjects>;
|
|
1855
|
+
/**
|
|
1856
|
+
* Defines whether the axis is rendered.
|
|
1857
|
+
*/
|
|
1858
|
+
"rendered": string;
|
|
1859
|
+
/**
|
|
1860
|
+
* Defines the axis scale. Only applies to numerical axes.
|
|
1861
|
+
*/
|
|
1862
|
+
"scale": string;
|
|
1863
|
+
/**
|
|
1864
|
+
* Defines the size of the axis in pixels (e.g. '50px') or percent (e.g. '15%').
|
|
1865
|
+
*/
|
|
1866
|
+
"size": string;
|
|
1867
|
+
/**
|
|
1868
|
+
* The increment between major tick marks. Defaults to null for automatic calculation based on the data. Only applies to time and numerical axes. See the Help documentation for more information.
|
|
1869
|
+
*/
|
|
1870
|
+
"step": number;
|
|
1871
|
+
/**
|
|
1872
|
+
* An object defining the properties of the tick labels.
|
|
1873
|
+
*/
|
|
1874
|
+
"tickLabel": XAxisTickLabel;
|
|
1875
|
+
/**
|
|
1876
|
+
* The axis title. Does not apply to polar charts.
|
|
1877
|
+
*/
|
|
1878
|
+
"title": string;
|
|
1879
|
+
/**
|
|
1880
|
+
* The CSS style object defining the style of the axis title.
|
|
1881
|
+
*/
|
|
1882
|
+
"titleStyle": object;
|
|
1883
|
+
/**
|
|
1884
|
+
* Specifies the end group of the current viewport. Only applies to charts with group or time axis. If not specified, the default end group is the last group in the data set.
|
|
1885
|
+
*/
|
|
1886
|
+
"viewportEndGroup": number|string;
|
|
1887
|
+
/**
|
|
1888
|
+
* Specifies the maximum x coordinate of the current viewport for zoom and scroll. See the Help documentation for more information.
|
|
1889
|
+
*/
|
|
1890
|
+
"viewportMax": number|string;
|
|
1891
|
+
/**
|
|
1892
|
+
* Specifies the minimum x coordinate of the current viewport for zoom and scroll. See the Help documentation for more information.
|
|
1893
|
+
*/
|
|
1894
|
+
"viewportMin": number|string;
|
|
1895
|
+
/**
|
|
1896
|
+
* Specifies the start group of the current viewport. Only applies to charts with group or time axis. If not specified, the default start group is the first group in the data set.
|
|
1897
|
+
*/
|
|
1898
|
+
"viewportStartGroup": number|string;
|
|
1899
|
+
}
|
|
1900
|
+
export interface XAxisAxisLine {
|
|
1901
|
+
/**
|
|
1902
|
+
* The color of the line.
|
|
1903
|
+
*/
|
|
1904
|
+
"lineColor": string;
|
|
1905
|
+
/**
|
|
1906
|
+
* The width of the line.
|
|
1907
|
+
*/
|
|
1908
|
+
"lineWidth": number;
|
|
1909
|
+
/**
|
|
1910
|
+
* Defines whether the line is rendered.
|
|
1911
|
+
*/
|
|
1912
|
+
"rendered": string;
|
|
1913
|
+
}
|
|
1914
|
+
export interface XAxisMajorTick {
|
|
1915
|
+
/**
|
|
1916
|
+
* The color of the major tick mark at the baseline. Valid values are auto, inherit, or a custom color. If set to inherit, it will follow the lineColor attribute.
|
|
1917
|
+
*/
|
|
1918
|
+
"baselineColor": string;
|
|
1919
|
+
/**
|
|
1920
|
+
* The line style of the major tick mark at the baseline. If not specified, it will follow the lineStyle attribute.
|
|
1921
|
+
*/
|
|
1922
|
+
"baselineStyle": string;
|
|
1923
|
+
/**
|
|
1924
|
+
* The width of the major tick mark at the baseline. If not specified, it will follow the lineWidth attribute.
|
|
1925
|
+
*/
|
|
1926
|
+
"baselineWidth": number;
|
|
1927
|
+
/**
|
|
1928
|
+
* The color of the line.
|
|
1929
|
+
*/
|
|
1930
|
+
"lineColor": string;
|
|
1931
|
+
/**
|
|
1932
|
+
* The line style of the tick marks.
|
|
1933
|
+
*/
|
|
1934
|
+
"lineStyle": string;
|
|
1935
|
+
/**
|
|
1936
|
+
* The width of the line.
|
|
1937
|
+
*/
|
|
1938
|
+
"lineWidth": number;
|
|
1939
|
+
/**
|
|
1940
|
+
* Defines whether the line is rendered.
|
|
1941
|
+
*/
|
|
1942
|
+
"rendered": string;
|
|
1943
|
+
}
|
|
1944
|
+
export interface XAxisMinorTick {
|
|
1945
|
+
/**
|
|
1946
|
+
* The color of the line.
|
|
1947
|
+
*/
|
|
1948
|
+
"lineColor": string;
|
|
1949
|
+
/**
|
|
1950
|
+
* The line style of the tick marks.
|
|
1951
|
+
*/
|
|
1952
|
+
"lineStyle": string;
|
|
1953
|
+
/**
|
|
1954
|
+
* The width of the line.
|
|
1955
|
+
*/
|
|
1956
|
+
"lineWidth": number;
|
|
1957
|
+
/**
|
|
1958
|
+
* Defines whether the line is rendered.
|
|
1959
|
+
*/
|
|
1960
|
+
"rendered": string;
|
|
1961
|
+
}
|
|
1962
|
+
export interface XAxisReferenceObjects {
|
|
1963
|
+
/**
|
|
1964
|
+
* An optional array of category strings corresponding to this reference object. This allows highlighting and filtering of a reference object through interactions with legend sections. If not defined, the reference object id is used.
|
|
1965
|
+
*/
|
|
1966
|
+
"categories": Array<string>;
|
|
1967
|
+
/**
|
|
1968
|
+
* The color of the reference object.
|
|
1969
|
+
*/
|
|
1970
|
+
"color": string;
|
|
1971
|
+
/**
|
|
1972
|
+
* Defines whether the reference object should be shown in the legend.
|
|
1973
|
+
*/
|
|
1974
|
+
"displayInLegend": string;
|
|
1975
|
+
/**
|
|
1976
|
+
* The high value of an area reference object. See the Help documentation for more information.
|
|
1977
|
+
*/
|
|
1978
|
+
"high": number|string;
|
|
1979
|
+
/**
|
|
1980
|
+
* The id of the reference object.
|
|
1981
|
+
*/
|
|
1982
|
+
"id": string;
|
|
1983
|
+
/**
|
|
1984
|
+
* The line style of the line reference object. Does not apply to area reference objects.
|
|
1985
|
+
*/
|
|
1986
|
+
"lineStyle": string;
|
|
1987
|
+
/**
|
|
1988
|
+
* The width of the line reference object. Does not apply to area reference objects.
|
|
1989
|
+
*/
|
|
1990
|
+
"lineWidth": number;
|
|
1991
|
+
/**
|
|
1992
|
+
* The location of the reference object relative to the data items.
|
|
1993
|
+
*/
|
|
1994
|
+
"location": string;
|
|
1995
|
+
/**
|
|
1996
|
+
* The low value of an area reference object. See the Help documentation for more information.
|
|
1997
|
+
*/
|
|
1998
|
+
"low": number|string;
|
|
1999
|
+
/**
|
|
2000
|
+
* The description of this object. This is used for accessibility and also for customizing the tooltip text.
|
|
2001
|
+
*/
|
|
2002
|
+
"shortDesc": string;
|
|
2003
|
+
/**
|
|
2004
|
+
* The CSS style class to apply to the reference object. See the Help documentation for more Information.
|
|
2005
|
+
*/
|
|
2006
|
+
"svgClassName": string;
|
|
2007
|
+
/**
|
|
2008
|
+
* The CSS inline style to apply to the reference object. See the Help documentation for more Information.
|
|
2009
|
+
*/
|
|
2010
|
+
"svgStyle": object;
|
|
2011
|
+
/**
|
|
2012
|
+
* The text displayed in the legend for the reference object.
|
|
2013
|
+
*/
|
|
2014
|
+
"text": string;
|
|
2015
|
+
/**
|
|
2016
|
+
* The type of reference object being shown. See the Help documentation for more information.
|
|
2017
|
+
*/
|
|
2018
|
+
"type": string;
|
|
2019
|
+
/**
|
|
2020
|
+
* The value of a line reference object. This property defines a constant value across the entire reference object. See the Help documentation for more information.
|
|
2021
|
+
*/
|
|
2022
|
+
"value": number|string;
|
|
2023
|
+
}
|
|
2024
|
+
export interface XAxisTickLabel {
|
|
2025
|
+
/**
|
|
2026
|
+
* The converter used to format the labels. See the Help documentation for more information.
|
|
2027
|
+
*/
|
|
2028
|
+
"converter": object;
|
|
2029
|
+
/**
|
|
2030
|
+
* Defines whether the tick labels are rendered.
|
|
2031
|
+
*/
|
|
2032
|
+
"rendered": string;
|
|
2033
|
+
/**
|
|
2034
|
+
* Defines whether the chart will automatically rotate the labels by 90 degrees in order to fit more labels on the axis. The rotation will only be applied to categorical labels for a horizontal axis.
|
|
2035
|
+
*/
|
|
2036
|
+
"rotation": string;
|
|
2037
|
+
/**
|
|
2038
|
+
* The scaling behavior of the labels. When using a converter, scaling should be set to none, as the formatted result may not be compatible with the scaling suffixes.
|
|
2039
|
+
*/
|
|
2040
|
+
"scaling": string;
|
|
2041
|
+
/**
|
|
2042
|
+
* The CSS style object defining the style of the labels.
|
|
2043
|
+
*/
|
|
2044
|
+
"style": object;
|
|
2045
|
+
}
|
|
2046
|
+
export interface Y2Axis {
|
|
2047
|
+
/**
|
|
2048
|
+
* Defines whether the tick marks of the y1 and y2 axes are aligned. Not supported for logarithmic axes.
|
|
2049
|
+
*/
|
|
2050
|
+
"alignTickMarks": string;
|
|
2051
|
+
/**
|
|
2052
|
+
* An object defining properties for the axis line.
|
|
2053
|
+
*/
|
|
2054
|
+
"axisLine": Y2AxisAxisLine;
|
|
2055
|
+
/**
|
|
2056
|
+
* Defines whether the axis baseline starts at the minimum value of the data or at zero. Only applies to numerical data axes.
|
|
2057
|
+
*/
|
|
2058
|
+
"baselineScaling": string;
|
|
2059
|
+
/**
|
|
2060
|
+
* The maximum data value corresponding to an axis. If specified, the automatic axis extent calculation will use this value. Only applies to numerical axes.
|
|
2061
|
+
*/
|
|
2062
|
+
"dataMax": number;
|
|
2063
|
+
/**
|
|
2064
|
+
* The minimum data value corresponding to an axis. If specified, the automatic axis extent calculation will use this value. Only applies to numerical axes.
|
|
2065
|
+
*/
|
|
2066
|
+
"dataMin": number;
|
|
2067
|
+
/**
|
|
2068
|
+
* An object defining properties for the major tick marks.
|
|
2069
|
+
*/
|
|
2070
|
+
"majorTick": Y2AxisMajorTick;
|
|
2071
|
+
/**
|
|
2072
|
+
* The maximum value of the axis. Defaults to null for automatic calculation based on the data.
|
|
2073
|
+
*/
|
|
2074
|
+
"max": number;
|
|
2075
|
+
/**
|
|
2076
|
+
* Defines the maximum size of the axis in pixels (e.g. '50px') or percent (e.g. '15%').
|
|
2077
|
+
*/
|
|
2078
|
+
"maxSize": string;
|
|
2079
|
+
/**
|
|
2080
|
+
* The minimum value of the axis. Defaults to null for automatic calculation based on the data.
|
|
2081
|
+
*/
|
|
2082
|
+
"min": number;
|
|
2083
|
+
/**
|
|
2084
|
+
* The minimum increment between major tick marks. This is typically used to prevent fractional axis values for discrete measures. Only applies to numerical axes.
|
|
2085
|
+
*/
|
|
2086
|
+
"minStep": number;
|
|
2087
|
+
/**
|
|
2088
|
+
* The increment between minor tick marks. Defaults to null for automatic calculation based on the data. Only applies to numerical axes. See the Help documentation for more information.
|
|
2089
|
+
*/
|
|
2090
|
+
"minorStep": number;
|
|
2091
|
+
/**
|
|
2092
|
+
* An object defining properties for the minor tick marks.
|
|
2093
|
+
*/
|
|
2094
|
+
"minorTick": Y2AxisMinorTick;
|
|
2095
|
+
/**
|
|
2096
|
+
* The position of the axis relative to its content. For vertical charts, only start and end apply. For horizontal charts, only top and bottom apply.
|
|
2097
|
+
*/
|
|
2098
|
+
"position": string;
|
|
2099
|
+
/**
|
|
2100
|
+
* The array of reference objects associated with the axis.
|
|
2101
|
+
*/
|
|
2102
|
+
"referenceObjects": Array<Y2AxisReferenceObjects>;
|
|
2103
|
+
/**
|
|
2104
|
+
* Defines whether the axis is rendered.
|
|
2105
|
+
*/
|
|
2106
|
+
"rendered": string;
|
|
2107
|
+
/**
|
|
2108
|
+
* Defines the axis scale. Only applies to numerical axes.
|
|
2109
|
+
*/
|
|
2110
|
+
"scale": string;
|
|
2111
|
+
/**
|
|
2112
|
+
* Defines the size of the axis in pixels (e.g. '50px') or percent (e.g. '15%').
|
|
2113
|
+
*/
|
|
2114
|
+
"size": string;
|
|
2115
|
+
/**
|
|
2116
|
+
* The increment between major tick marks. Defaults to null for automatic calculation based on the data. Only applies to time and numerical axes. See the Help documentation for more information.
|
|
2117
|
+
*/
|
|
2118
|
+
"step": number;
|
|
2119
|
+
/**
|
|
2120
|
+
* An object defining the properties of the tick labels.
|
|
2121
|
+
*/
|
|
2122
|
+
"tickLabel": Y2AxisTickLabel;
|
|
2123
|
+
/**
|
|
2124
|
+
* The axis title. Does not apply to polar charts.
|
|
2125
|
+
*/
|
|
2126
|
+
"title": string;
|
|
2127
|
+
/**
|
|
2128
|
+
* The CSS style object defining the style of the axis title.
|
|
2129
|
+
*/
|
|
2130
|
+
"titleStyle": object;
|
|
2131
|
+
}
|
|
2132
|
+
export interface Y2AxisAxisLine {
|
|
2133
|
+
/**
|
|
2134
|
+
* The color of the line.
|
|
2135
|
+
*/
|
|
2136
|
+
"lineColor": string;
|
|
2137
|
+
/**
|
|
2138
|
+
* The width of the line.
|
|
2139
|
+
*/
|
|
2140
|
+
"lineWidth": number;
|
|
2141
|
+
/**
|
|
2142
|
+
* Defines whether the line is rendered.
|
|
2143
|
+
*/
|
|
2144
|
+
"rendered": string;
|
|
2145
|
+
}
|
|
2146
|
+
export interface Y2AxisMajorTick {
|
|
2147
|
+
/**
|
|
2148
|
+
* The color of the major tick mark at the baseline. Valid values are auto, inherit, or a custom color. If set to inherit, it will follow the lineColor attribute.
|
|
2149
|
+
*/
|
|
2150
|
+
"baselineColor": string;
|
|
2151
|
+
/**
|
|
2152
|
+
* The line style of the major tick mark at the baseline. If not specified, it will follow the lineStyle attribute.
|
|
2153
|
+
*/
|
|
2154
|
+
"baselineStyle": string;
|
|
2155
|
+
/**
|
|
2156
|
+
* The width of the major tick mark at the baseline. If not specified, it will follow the lineWidth attribute.
|
|
2157
|
+
*/
|
|
2158
|
+
"baselineWidth": number;
|
|
2159
|
+
/**
|
|
2160
|
+
* The color of the line.
|
|
2161
|
+
*/
|
|
2162
|
+
"lineColor": string;
|
|
2163
|
+
/**
|
|
2164
|
+
* The line style of the tick marks.
|
|
2165
|
+
*/
|
|
2166
|
+
"lineStyle": string;
|
|
2167
|
+
/**
|
|
2168
|
+
* The width of the line.
|
|
2169
|
+
*/
|
|
2170
|
+
"lineWidth": number;
|
|
2171
|
+
/**
|
|
2172
|
+
* Defines whether the line is rendered.
|
|
2173
|
+
*/
|
|
2174
|
+
"rendered": string;
|
|
2175
|
+
}
|
|
2176
|
+
export interface Y2AxisMinorTick {
|
|
2177
|
+
/**
|
|
2178
|
+
* The color of the line.
|
|
2179
|
+
*/
|
|
2180
|
+
"lineColor": string;
|
|
2181
|
+
/**
|
|
2182
|
+
* The line style of the tick marks.
|
|
2183
|
+
*/
|
|
2184
|
+
"lineStyle": string;
|
|
2185
|
+
/**
|
|
2186
|
+
* The width of the line.
|
|
2187
|
+
*/
|
|
2188
|
+
"lineWidth": number;
|
|
2189
|
+
/**
|
|
2190
|
+
* Defines whether the line is rendered.
|
|
2191
|
+
*/
|
|
2192
|
+
"rendered": string;
|
|
2193
|
+
}
|
|
2194
|
+
export interface Y2AxisReferenceObjects {
|
|
2195
|
+
/**
|
|
2196
|
+
* An optional array of category strings corresponding to this reference object. This allows highlighting and filtering of a reference object through interactions with legend sections. If not defined, the reference object id is used.
|
|
2197
|
+
*/
|
|
2198
|
+
"categories": Array<string>;
|
|
2199
|
+
/**
|
|
2200
|
+
* The color of the reference object.
|
|
2201
|
+
*/
|
|
2202
|
+
"color": string;
|
|
2203
|
+
/**
|
|
2204
|
+
* Defines whether the reference object should be shown in the legend.
|
|
2205
|
+
*/
|
|
2206
|
+
"displayInLegend": string;
|
|
2207
|
+
/**
|
|
2208
|
+
* The high value of an area reference object. This property defines a constant value across the entire reference area. See the Help documentation for more information.
|
|
2209
|
+
*/
|
|
2210
|
+
"high": number;
|
|
2211
|
+
/**
|
|
2212
|
+
* The id of the reference object.
|
|
2213
|
+
*/
|
|
2214
|
+
"id": string;
|
|
2215
|
+
/**
|
|
2216
|
+
* An array of values or an array of objects that define the data for a varying reference object. See the Help documentation for more information.
|
|
2217
|
+
*/
|
|
2218
|
+
"items": Array<object>;
|
|
2219
|
+
/**
|
|
2220
|
+
* The line style of the line reference object. Does not apply to area reference objects.
|
|
2221
|
+
*/
|
|
2222
|
+
"lineStyle": string;
|
|
2223
|
+
/**
|
|
2224
|
+
* The line type of the varying reference object. See the Help documentation for more information.
|
|
2225
|
+
*/
|
|
2226
|
+
"lineType": string;
|
|
2227
|
+
/**
|
|
2228
|
+
* The width of the line reference object. Does not apply to area reference objects.
|
|
2229
|
+
*/
|
|
2230
|
+
"lineWidth": number;
|
|
2231
|
+
/**
|
|
2232
|
+
* The location of the reference object relative to the data items.
|
|
2233
|
+
*/
|
|
2234
|
+
"location": string;
|
|
2235
|
+
/**
|
|
2236
|
+
* The low value of an area reference object. This property defines a constant value across the entire reference area. See the Help documentation for more information.
|
|
2237
|
+
*/
|
|
2238
|
+
"low": number;
|
|
2239
|
+
/**
|
|
2240
|
+
* The description of this object. This is used for accessibility and also for customizing the tooltip text.
|
|
2241
|
+
*/
|
|
2242
|
+
"shortDesc": string;
|
|
2243
|
+
/**
|
|
2244
|
+
* The CSS style class to apply to the reference object. See the Help documentation for more Information.
|
|
2245
|
+
*/
|
|
2246
|
+
"svgClassName": string;
|
|
2247
|
+
/**
|
|
2248
|
+
* The CSS inline style to apply to the reference object. See the Help documentation for more Information.
|
|
2249
|
+
*/
|
|
2250
|
+
"svgStyle": object;
|
|
2251
|
+
/**
|
|
2252
|
+
* The text displayed in the legend for the reference object.
|
|
2253
|
+
*/
|
|
2254
|
+
"text": string;
|
|
2255
|
+
/**
|
|
2256
|
+
* The type of reference object being shown. See the Help documentation for more information.
|
|
2257
|
+
*/
|
|
2258
|
+
"type": string;
|
|
2259
|
+
/**
|
|
2260
|
+
* The value of a line reference object. This property defines a constant value across the entire reference object. See the Help documentation for more information.
|
|
2261
|
+
*/
|
|
2262
|
+
"value": number;
|
|
2263
|
+
}
|
|
2264
|
+
export interface Y2AxisTickLabel {
|
|
2265
|
+
/**
|
|
2266
|
+
* The converter used to format the labels. See the Help documentation for more information.
|
|
2267
|
+
*/
|
|
2268
|
+
"converter": object;
|
|
2269
|
+
/**
|
|
2270
|
+
* Defines the position of the tick labels relative to the plot area. Inside position is not supported for scatter and bubble charts.
|
|
2271
|
+
*/
|
|
2272
|
+
"position": string;
|
|
2273
|
+
/**
|
|
2274
|
+
* Defines whether the tick labels are rendered.
|
|
2275
|
+
*/
|
|
2276
|
+
"rendered": string;
|
|
2277
|
+
/**
|
|
2278
|
+
* The scaling behavior of the labels. When using a converter, scaling should be set to none, as the formatted result may not be compatible with the scaling suffixes.
|
|
2279
|
+
*/
|
|
2280
|
+
"scaling": string;
|
|
2281
|
+
/**
|
|
2282
|
+
* The CSS style object defining the style of the labels.
|
|
2283
|
+
*/
|
|
2284
|
+
"style": object;
|
|
2285
|
+
}
|
|
2286
|
+
export interface YAxis {
|
|
2287
|
+
/**
|
|
2288
|
+
* An object defining properties for the axis line.
|
|
2289
|
+
*/
|
|
2290
|
+
"axisLine": YAxisAxisLine;
|
|
2291
|
+
/**
|
|
2292
|
+
* Defines whether the axis baseline starts at the minimum value of the data or at zero. Only applies to numerical data axes.
|
|
2293
|
+
*/
|
|
2294
|
+
"baselineScaling": string;
|
|
2295
|
+
/**
|
|
2296
|
+
* The maximum data value corresponding to an axis. If specified, the automatic axis extent calculation will use this value. Only applies to numerical axes.
|
|
2297
|
+
*/
|
|
2298
|
+
"dataMax": number;
|
|
2299
|
+
/**
|
|
2300
|
+
* The minimum data value corresponding to an axis. If specified, the automatic axis extent calculation will use this value. Only applies to numerical axes.
|
|
2301
|
+
*/
|
|
2302
|
+
"dataMin": number;
|
|
2303
|
+
/**
|
|
2304
|
+
* An object defining properties for the major tick marks.
|
|
2305
|
+
*/
|
|
2306
|
+
"majorTick": YAxisMajorTick;
|
|
2307
|
+
/**
|
|
2308
|
+
* The maximum value of the axis. Defaults to null for automatic calculation based on the data.
|
|
2309
|
+
*/
|
|
2310
|
+
"max": number;
|
|
2311
|
+
/**
|
|
2312
|
+
* Defines the maximum size of the axis in pixels (e.g. '50px') or percent (e.g. '15%').
|
|
2313
|
+
*/
|
|
2314
|
+
"maxSize": string;
|
|
2315
|
+
/**
|
|
2316
|
+
* The minimum value of the axis. Defaults to null for automatic calculation based on the data.
|
|
2317
|
+
*/
|
|
2318
|
+
"min": number;
|
|
2319
|
+
/**
|
|
2320
|
+
* The minimum increment between major tick marks. This is typically used to prevent fractional axis values for discrete measures. Only applies to numerical axes.
|
|
2321
|
+
*/
|
|
2322
|
+
"minStep": number;
|
|
2323
|
+
/**
|
|
2324
|
+
* The increment between minor tick marks. Defaults to null for automatic calculation based on the data. Only applies to numerical axes. See the Help documentation for more information.
|
|
2325
|
+
*/
|
|
2326
|
+
"minorStep": number;
|
|
2327
|
+
/**
|
|
2328
|
+
* An object defining properties for the minor tick marks.
|
|
2329
|
+
*/
|
|
2330
|
+
"minorTick": YAxisMinorTick;
|
|
2331
|
+
/**
|
|
2332
|
+
* The position of the axis relative to its content. For vertical charts, only start and end apply. For horizontal charts, only top and bottom apply.
|
|
2333
|
+
*/
|
|
2334
|
+
"position": string;
|
|
2335
|
+
/**
|
|
2336
|
+
* The array of reference objects associated with the axis.
|
|
2337
|
+
*/
|
|
2338
|
+
"referenceObjects": Array<YAxisReferenceObjects>;
|
|
2339
|
+
/**
|
|
2340
|
+
* Defines whether the axis is rendered.
|
|
2341
|
+
*/
|
|
2342
|
+
"rendered": string;
|
|
2343
|
+
/**
|
|
2344
|
+
* Defines the axis scale. Only applies to numerical axes.
|
|
2345
|
+
*/
|
|
2346
|
+
"scale": string;
|
|
2347
|
+
/**
|
|
2348
|
+
* Defines the size of the axis in pixels (e.g. '50px') or percent (e.g. '15%').
|
|
2349
|
+
*/
|
|
2350
|
+
"size": string;
|
|
2351
|
+
/**
|
|
2352
|
+
* The increment between major tick marks. Defaults to null for automatic calculation based on the data. Only applies to time and numerical axes. See the Help documentation for more information.
|
|
2353
|
+
*/
|
|
2354
|
+
"step": number;
|
|
2355
|
+
/**
|
|
2356
|
+
* An object defining the properties of the tick labels.
|
|
2357
|
+
*/
|
|
2358
|
+
"tickLabel": YAxisTickLabel;
|
|
2359
|
+
/**
|
|
2360
|
+
* The axis title. Does not apply to polar charts.
|
|
2361
|
+
*/
|
|
2362
|
+
"title": string;
|
|
2363
|
+
/**
|
|
2364
|
+
* The CSS style object defining the style of the axis title.
|
|
2365
|
+
*/
|
|
2366
|
+
"titleStyle": object;
|
|
2367
|
+
/**
|
|
2368
|
+
* Specifies the maximum y coordinate of the current viewport for zoom and scroll. Only applies to bubble and scatter charts. If not specified, this value will be the axis max.
|
|
2369
|
+
*/
|
|
2370
|
+
"viewportMax": number;
|
|
2371
|
+
/**
|
|
2372
|
+
* Specifies the minimum y coordinate of the current viewport for zoom and scroll. Only applies to bubble and scatter charts. If not specified, this value will be the axis min.
|
|
2373
|
+
*/
|
|
2374
|
+
"viewportMin": number;
|
|
2375
|
+
}
|
|
2376
|
+
export interface YAxisAxisLine {
|
|
2377
|
+
/**
|
|
2378
|
+
* The color of the line.
|
|
2379
|
+
*/
|
|
2380
|
+
"lineColor": string;
|
|
2381
|
+
/**
|
|
2382
|
+
* The width of the line.
|
|
2383
|
+
*/
|
|
2384
|
+
"lineWidth": number;
|
|
2385
|
+
/**
|
|
2386
|
+
* Defines whether the line is rendered.
|
|
2387
|
+
*/
|
|
2388
|
+
"rendered": string;
|
|
2389
|
+
}
|
|
2390
|
+
export interface YAxisMajorTick {
|
|
2391
|
+
/**
|
|
2392
|
+
* The color of the major tick mark at the baseline. Valid values are auto, inherit, or a custom color. If set to inherit, it will follow the lineColor attribute.
|
|
2393
|
+
*/
|
|
2394
|
+
"baselineColor": string;
|
|
2395
|
+
/**
|
|
2396
|
+
* The line style of the major tick mark at the baseline. If not specified, it will follow the lineStyle attribute.
|
|
2397
|
+
*/
|
|
2398
|
+
"baselineStyle": string;
|
|
2399
|
+
/**
|
|
2400
|
+
* The width of the major tick mark at the baseline. If not specified, it will follow the lineWidth attribute.
|
|
2401
|
+
*/
|
|
2402
|
+
"baselineWidth": number;
|
|
2403
|
+
/**
|
|
2404
|
+
* The color of the line.
|
|
2405
|
+
*/
|
|
2406
|
+
"lineColor": string;
|
|
2407
|
+
/**
|
|
2408
|
+
* The line style of the tick marks.
|
|
2409
|
+
*/
|
|
2410
|
+
"lineStyle": string;
|
|
2411
|
+
/**
|
|
2412
|
+
* The width of the line.
|
|
2413
|
+
*/
|
|
2414
|
+
"lineWidth": number;
|
|
2415
|
+
/**
|
|
2416
|
+
* Defines whether the line is rendered.
|
|
2417
|
+
*/
|
|
2418
|
+
"rendered": string;
|
|
2419
|
+
}
|
|
2420
|
+
export interface YAxisMinorTick {
|
|
2421
|
+
/**
|
|
2422
|
+
* The color of the line.
|
|
2423
|
+
*/
|
|
2424
|
+
"lineColor": string;
|
|
2425
|
+
/**
|
|
2426
|
+
* The line style of the tick marks.
|
|
2427
|
+
*/
|
|
2428
|
+
"lineStyle": string;
|
|
2429
|
+
/**
|
|
2430
|
+
* The width of the line.
|
|
2431
|
+
*/
|
|
2432
|
+
"lineWidth": number;
|
|
2433
|
+
/**
|
|
2434
|
+
* Defines whether the line is rendered.
|
|
2435
|
+
*/
|
|
2436
|
+
"rendered": string;
|
|
2437
|
+
}
|
|
2438
|
+
export interface YAxisReferenceObjects {
|
|
2439
|
+
/**
|
|
2440
|
+
* An optional array of category strings corresponding to this reference object. This allows highlighting and filtering of a reference object through interactions with legend sections. If not defined, the reference object id is used.
|
|
2441
|
+
*/
|
|
2442
|
+
"categories": Array<string>;
|
|
2443
|
+
/**
|
|
2444
|
+
* The color of the reference object.
|
|
2445
|
+
*/
|
|
2446
|
+
"color": string;
|
|
2447
|
+
/**
|
|
2448
|
+
* Defines whether the reference object should be shown in the legend.
|
|
2449
|
+
*/
|
|
2450
|
+
"displayInLegend": string;
|
|
2451
|
+
/**
|
|
2452
|
+
* The high value of an area reference object. This property defines a constant value across the entire reference area. See the Help documentation for more information.
|
|
2453
|
+
*/
|
|
2454
|
+
"high": number;
|
|
2455
|
+
/**
|
|
2456
|
+
* The id of the reference object.
|
|
2457
|
+
*/
|
|
2458
|
+
"id": string;
|
|
2459
|
+
/**
|
|
2460
|
+
* An array of values or an array of objects that define the data for a varying reference object. See the Help documentation for more information.
|
|
2461
|
+
*/
|
|
2462
|
+
"items": Array<object>;
|
|
2463
|
+
/**
|
|
2464
|
+
* The line style of the line reference object. Does not apply to area reference objects.
|
|
2465
|
+
*/
|
|
2466
|
+
"lineStyle": string;
|
|
2467
|
+
/**
|
|
2468
|
+
* The line type of the varying reference object. See the Help documentation for more information.
|
|
2469
|
+
*/
|
|
2470
|
+
"lineType": string;
|
|
2471
|
+
/**
|
|
2472
|
+
* The width of the line reference object. Does not apply to area reference objects.
|
|
2473
|
+
*/
|
|
2474
|
+
"lineWidth": number;
|
|
2475
|
+
/**
|
|
2476
|
+
* The location of the reference object relative to the data items.
|
|
2477
|
+
*/
|
|
2478
|
+
"location": string;
|
|
2479
|
+
/**
|
|
2480
|
+
* The low value of an area reference object. This property defines a constant value across the entire reference area. See the Help documentation for more information.
|
|
2481
|
+
*/
|
|
2482
|
+
"low": number;
|
|
2483
|
+
/**
|
|
2484
|
+
* The description of this object. This is used for accessibility and also for customizing the tooltip text.
|
|
2485
|
+
*/
|
|
2486
|
+
"shortDesc": string;
|
|
2487
|
+
/**
|
|
2488
|
+
* The CSS style class to apply to the reference object. See the Help documentation for more Information.
|
|
2489
|
+
*/
|
|
2490
|
+
"svgClassName": string;
|
|
2491
|
+
/**
|
|
2492
|
+
* The CSS inline style to apply to the reference object. See the Help documentation for more Information.
|
|
2493
|
+
*/
|
|
2494
|
+
"svgStyle": object;
|
|
2495
|
+
/**
|
|
2496
|
+
* The text displayed in the legend for the reference object.
|
|
2497
|
+
*/
|
|
2498
|
+
"text": string;
|
|
2499
|
+
/**
|
|
2500
|
+
* The type of reference object being shown. See the Help documentation for more information.
|
|
2501
|
+
*/
|
|
2502
|
+
"type": string;
|
|
2503
|
+
/**
|
|
2504
|
+
* The value of a line reference object. This property defines a constant value across the entire reference object. See the Help documentation for more information.
|
|
2505
|
+
*/
|
|
2506
|
+
"value": number;
|
|
2507
|
+
}
|
|
2508
|
+
export interface YAxisTickLabel {
|
|
2509
|
+
/**
|
|
2510
|
+
* The converter used to format the labels. See the Help documentation for more information.
|
|
2511
|
+
*/
|
|
2512
|
+
"converter": object;
|
|
2513
|
+
/**
|
|
2514
|
+
* Defines the position of the tick labels relative to the plot area. Inside position is not supported for scatter and bubble charts.
|
|
2515
|
+
*/
|
|
2516
|
+
"position": string;
|
|
2517
|
+
/**
|
|
2518
|
+
* Defines whether the tick labels are rendered.
|
|
2519
|
+
*/
|
|
2520
|
+
"rendered": string;
|
|
2521
|
+
/**
|
|
2522
|
+
* The scaling behavior of the labels. When using a converter, scaling should be set to none, as the formatted result may not be compatible with the scaling suffixes.
|
|
2523
|
+
*/
|
|
2524
|
+
"scaling": string;
|
|
2525
|
+
/**
|
|
2526
|
+
* The CSS style object defining the style of the labels.
|
|
2527
|
+
*/
|
|
2528
|
+
"style": object;
|
|
2532
2529
|
}
|