@oracle/oraclejet-webdriver 10.1.7

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