@rio-cloud/uikit-mcp 1.0.0 → 1.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (388) hide show
  1. package/README.md +75 -40
  2. package/dist/doc-metadata.json +1872 -0
  3. package/dist/docs/components/accentBar.md +582 -0
  4. package/dist/docs/components/activity.md +330 -0
  5. package/dist/docs/components/animatedNumber.md +88 -0
  6. package/dist/docs/components/animatedTextReveal.md +381 -0
  7. package/dist/docs/components/animations.md +459 -0
  8. package/dist/docs/components/appHeader.md +737 -0
  9. package/dist/docs/components/appLayout.md +2016 -0
  10. package/dist/docs/components/appNavigationBar.md +274 -0
  11. package/dist/docs/components/areaCharts.md +828 -0
  12. package/dist/docs/components/aspectRatioPlaceholder.md +106 -0
  13. package/dist/docs/components/assetTree.md +3223 -0
  14. package/dist/docs/components/autosuggests.md +1177 -0
  15. package/dist/docs/components/avatar.md +206 -0
  16. package/dist/docs/components/banner.md +668 -0
  17. package/dist/docs/components/barCharts.md +2785 -0
  18. package/dist/docs/components/barList.md +517 -0
  19. package/dist/docs/components/basicMap.md +167 -0
  20. package/dist/docs/components/bottomSheet.md +721 -0
  21. package/dist/docs/components/button.md +775 -0
  22. package/dist/docs/components/buttonToolbar.md +134 -0
  23. package/dist/docs/components/calendarStripe.md +525 -0
  24. package/dist/docs/components/card.md +86 -0
  25. package/dist/docs/components/carousel.md +128 -0
  26. package/dist/docs/components/chartColors.md +716 -0
  27. package/dist/docs/components/chartsGettingStarted.md +28 -0
  28. package/dist/docs/components/chat.md +932 -0
  29. package/dist/docs/components/checkbox.md +996 -0
  30. package/dist/docs/components/clearableInput.md +806 -0
  31. package/dist/docs/components/collapse.md +189 -0
  32. package/dist/docs/components/composedCharts.md +424 -0
  33. package/dist/docs/components/contentLoader.md +674 -0
  34. package/dist/docs/components/dataTabs.md +1251 -0
  35. package/dist/docs/components/datepickers.md +2543 -0
  36. package/dist/docs/components/dialogs.md +2244 -0
  37. package/dist/docs/components/divider.md +219 -0
  38. package/dist/docs/components/dropdowns.md +17550 -0
  39. package/dist/docs/components/editableContent.md +1127 -0
  40. package/dist/docs/components/expander.md +970 -0
  41. package/dist/docs/components/fade.md +836 -0
  42. package/dist/docs/components/fadeExpander.md +180 -0
  43. package/dist/docs/components/fadeUp.md +396 -0
  44. package/dist/docs/components/feedback.md +758 -0
  45. package/dist/docs/components/filePickers.md +370 -0
  46. package/dist/docs/components/formLabel.md +251 -0
  47. package/dist/docs/components/fullscreenMap.md +10 -0
  48. package/dist/docs/components/groupedItemList.md +1001 -0
  49. package/dist/docs/components/iconList.md +306 -0
  50. package/dist/docs/components/imagePreloader.md +167 -0
  51. package/dist/docs/components/labeledElement.md +115 -0
  52. package/dist/docs/components/licensePlate.md +412 -0
  53. package/dist/docs/components/lineCharts.md +2014 -0
  54. package/dist/docs/components/listMenu.md +392 -0
  55. package/dist/docs/components/loadMore.md +219 -0
  56. package/dist/docs/components/mainNavigation.md +129 -0
  57. package/dist/docs/components/mapCircle.md +93 -0
  58. package/dist/docs/components/mapCluster.md +337 -0
  59. package/dist/docs/components/mapContext.md +284 -0
  60. package/dist/docs/components/mapDraggableMarker.md +150 -0
  61. package/dist/docs/components/mapGettingStarted.md +39 -0
  62. package/dist/docs/components/mapInfoBubble.md +135 -0
  63. package/dist/docs/components/mapLayerGroup.md +94 -0
  64. package/dist/docs/components/mapMarker.md +1814 -0
  65. package/dist/docs/components/mapPolygon.md +959 -0
  66. package/dist/docs/components/mapRoute.md +3816 -0
  67. package/dist/docs/components/mapRouteGenerator.md +6 -0
  68. package/dist/docs/components/mapSettings.md +1040 -0
  69. package/dist/docs/components/mapUtils.md +132 -0
  70. package/dist/docs/components/multiselects.md +1921 -0
  71. package/dist/docs/components/noData.md +210 -0
  72. package/dist/docs/components/notifications.md +314 -0
  73. package/dist/docs/components/numbercontrol.md +706 -0
  74. package/dist/docs/components/onboarding.md +297 -0
  75. package/dist/docs/components/page.md +241 -0
  76. package/dist/docs/components/pager.md +133 -0
  77. package/dist/docs/components/pieCharts.md +1284 -0
  78. package/dist/docs/components/popover.md +222 -0
  79. package/dist/docs/components/position.md +50 -0
  80. package/dist/docs/components/radialBarCharts.md +3663 -0
  81. package/dist/docs/components/radiobutton.md +1271 -0
  82. package/dist/docs/components/releaseNotes.md +135 -0
  83. package/dist/docs/components/resizer.md +162 -0
  84. package/dist/docs/components/responsiveColumnStripe.md +435 -0
  85. package/dist/docs/components/responsiveVideo.md +71 -0
  86. package/dist/docs/components/rioglyph.md +331 -0
  87. package/dist/docs/components/rules.md +965 -0
  88. package/dist/docs/components/saveableInput.md +1721 -0
  89. package/dist/docs/components/selects.md +1993 -0
  90. package/dist/docs/components/sidebar.md +332 -0
  91. package/dist/docs/components/sliders.md +376 -0
  92. package/dist/docs/components/smoothScrollbars.md +1180 -0
  93. package/dist/docs/components/spinners.md +506 -0
  94. package/dist/docs/components/states.md +1176 -0
  95. package/dist/docs/components/statsWidgets.md +636 -0
  96. package/dist/docs/components/statusBar.md +644 -0
  97. package/dist/docs/components/stepButton.md +61 -0
  98. package/dist/docs/components/steppedProgressBars.md +1064 -0
  99. package/dist/docs/components/subNavigation.md +470 -0
  100. package/dist/docs/components/supportMarker.md +115 -0
  101. package/dist/docs/components/svgImage.md +248 -0
  102. package/dist/docs/components/switch.md +554 -0
  103. package/dist/docs/components/tables.md +8 -0
  104. package/dist/docs/components/tagManager.md +476 -0
  105. package/dist/docs/components/tags.md +785 -0
  106. package/dist/docs/components/teaser.md +925 -0
  107. package/dist/docs/components/timeline.md +514 -0
  108. package/dist/docs/components/timepicker.md +262 -0
  109. package/dist/docs/components/toggleButton.md +178 -0
  110. package/dist/docs/components/tooltip.md +454 -0
  111. package/dist/docs/components/virtualList.md +483 -0
  112. package/dist/docs/foundations.md +20901 -0
  113. package/dist/docs/start/changelog.md +439 -0
  114. package/dist/docs/start/goodtoknow.md +14 -0
  115. package/dist/docs/start/guidelines/color-combinations.md +678 -0
  116. package/dist/docs/start/guidelines/custom-css.md +42 -0
  117. package/dist/docs/start/guidelines/custom-rioglyph.md +35 -0
  118. package/dist/docs/start/guidelines/formatting.md +587 -0
  119. package/dist/docs/start/guidelines/iframe.md +323 -0
  120. package/dist/docs/start/guidelines/obfuscate-data.md +30 -0
  121. package/dist/docs/start/guidelines/print-css.md +36 -0
  122. package/dist/docs/start/guidelines/spinner.md +710 -0
  123. package/dist/docs/start/guidelines/supported-browsers.md +10 -0
  124. package/dist/docs/start/guidelines/writing.md +635 -0
  125. package/dist/docs/start/howto.md +187 -0
  126. package/dist/docs/start/intro.md +43 -0
  127. package/dist/docs/start/responsiveness.md +98 -0
  128. package/dist/docs/templates/common-table.md +1111 -0
  129. package/dist/docs/templates/detail-views.md +942 -0
  130. package/dist/docs/templates/expandable-details.md +228 -0
  131. package/dist/docs/templates/feature-cards.md +549 -0
  132. package/dist/docs/templates/form-summary.md +199 -0
  133. package/dist/docs/templates/form-toggle.md +367 -0
  134. package/dist/docs/templates/list-blocks.md +1021 -0
  135. package/dist/docs/templates/loading-progress.md +109 -0
  136. package/dist/docs/templates/options-panel.md +152 -0
  137. package/dist/docs/templates/panel-variants.md +164 -0
  138. package/dist/docs/templates/progress-cards.md +607 -0
  139. package/dist/docs/templates/progress-success.md +142 -0
  140. package/dist/docs/templates/settings-form.md +434 -0
  141. package/dist/docs/templates/stats-blocks.md +1381 -0
  142. package/dist/docs/templates/table-panel.md +184 -0
  143. package/dist/docs/templates/table-row-animation.md +317 -0
  144. package/dist/docs/templates/usage-cards.md +227 -0
  145. package/dist/docs/utilities/deviceUtils.md +123 -0
  146. package/dist/docs/utilities/featureToggles.md +90 -0
  147. package/dist/docs/utilities/fuelTypeUtils.md +186 -0
  148. package/dist/docs/utilities/routeUtils.md +138 -0
  149. package/dist/docs/utilities/useAfterMount.md +66 -0
  150. package/dist/docs/utilities/useAutoAnimate.md +193 -0
  151. package/dist/docs/utilities/useAverage.md +95 -0
  152. package/dist/docs/utilities/useClickOutside.md +61 -0
  153. package/dist/docs/utilities/useClipboard.md +93 -0
  154. package/dist/docs/utilities/useCount.md +178 -0
  155. package/dist/docs/utilities/useDarkMode.md +49 -0
  156. package/dist/docs/utilities/useDebugInfo.md +126 -0
  157. package/dist/docs/utilities/useEffectOnce.md +58 -0
  158. package/dist/docs/utilities/useElapsedTime.md +58 -0
  159. package/dist/docs/utilities/useElementSize.md +71 -0
  160. package/dist/docs/utilities/useEsc.md +58 -0
  161. package/dist/docs/utilities/useEvent.md +64 -0
  162. package/dist/docs/utilities/useFocusTrap.md +85 -0
  163. package/dist/docs/utilities/useFullscreen.md +198 -0
  164. package/dist/docs/utilities/useHover.md +55 -0
  165. package/dist/docs/utilities/useIncomingPostMessages.md +237 -0
  166. package/dist/docs/utilities/useInterval.md +85 -0
  167. package/dist/docs/utilities/useIsFocusWithin.md +114 -0
  168. package/dist/docs/utilities/useKey.md +151 -0
  169. package/dist/docs/utilities/useLocalStorage.md +91 -0
  170. package/dist/docs/utilities/useLocationSuggestions.md +114 -0
  171. package/dist/docs/utilities/useMax.md +62 -0
  172. package/dist/docs/utilities/useMin.md +78 -0
  173. package/dist/docs/utilities/useMutationObserver.md +113 -0
  174. package/dist/docs/utilities/useOnScreen.md +138 -0
  175. package/dist/docs/utilities/useOnlineStatus.md +49 -0
  176. package/dist/docs/utilities/usePostMessage.md +117 -0
  177. package/dist/docs/utilities/usePostMessageSender.md +257 -0
  178. package/dist/docs/utilities/usePrevious.md +101 -0
  179. package/dist/docs/utilities/useResizeObserver.md +151 -0
  180. package/dist/docs/utilities/useScrollPosition.md +252 -0
  181. package/dist/docs/utilities/useSearch.md +228 -0
  182. package/dist/docs/utilities/useSorting.md +389 -0
  183. package/dist/docs/utilities/useStateWithValidation.md +83 -0
  184. package/dist/docs/utilities/useSum.md +155 -0
  185. package/dist/docs/utilities/useTableExport.md +404 -0
  186. package/dist/docs/utilities/useTableSelection.md +1120 -0
  187. package/dist/docs/utilities/useTimeout.md +55 -0
  188. package/dist/docs/utilities/useToggle.md +115 -0
  189. package/dist/docs/utilities/useWindowResize.md +70 -0
  190. package/dist/index.mjs +271 -0
  191. package/dist/search-synonyms.json +134 -0
  192. package/dist/version.json +4 -0
  193. package/package.json +23 -19
  194. package/bin/uikit-mcp.mjs +0 -23
  195. package/data/pages/Components/components/accentbar.json +0 -207
  196. package/data/pages/Components/components/activity.json +0 -87
  197. package/data/pages/Components/components/animatednumber.json +0 -99
  198. package/data/pages/Components/components/animations.json +0 -87
  199. package/data/pages/Components/components/appheader.json +0 -291
  200. package/data/pages/Components/components/applayout.json +0 -1198
  201. package/data/pages/Components/components/appnavigationbar.json +0 -327
  202. package/data/pages/Components/components/areacharts.json +0 -563
  203. package/data/pages/Components/components/aspectratioplaceholder.json +0 -75
  204. package/data/pages/Components/components/assettree.json +0 -3080
  205. package/data/pages/Components/components/autosuggests.json +0 -710
  206. package/data/pages/Components/components/avatar.json +0 -157
  207. package/data/pages/Components/components/banner.json +0 -599
  208. package/data/pages/Components/components/barcharts.json +0 -1507
  209. package/data/pages/Components/components/barlist.json +0 -223
  210. package/data/pages/Components/components/basicmap.json +0 -68
  211. package/data/pages/Components/components/bottomsheet.json +0 -601
  212. package/data/pages/Components/components/button.json +0 -583
  213. package/data/pages/Components/components/buttontoolbar.json +0 -63
  214. package/data/pages/Components/components/calendarstripe.json +0 -235
  215. package/data/pages/Components/components/card.json +0 -69
  216. package/data/pages/Components/components/carousel.json +0 -39
  217. package/data/pages/Components/components/chartcolors.json +0 -34
  218. package/data/pages/Components/components/chartsgettingstarted.json +0 -32
  219. package/data/pages/Components/components/chat.json +0 -39
  220. package/data/pages/Components/components/checkbox.json +0 -847
  221. package/data/pages/Components/components/clearableinput.json +0 -789
  222. package/data/pages/Components/components/collapse.json +0 -175
  223. package/data/pages/Components/components/composedcharts.json +0 -159
  224. package/data/pages/Components/components/contentloader.json +0 -233
  225. package/data/pages/Components/components/datatabs.json +0 -680
  226. package/data/pages/Components/components/datepickers.json +0 -287
  227. package/data/pages/Components/components/dialogs.json +0 -1492
  228. package/data/pages/Components/components/divider.json +0 -93
  229. package/data/pages/Components/components/dropdowns.json +0 -936
  230. package/data/pages/Components/components/editablecontent.json +0 -1117
  231. package/data/pages/Components/components/expander.json +0 -377
  232. package/data/pages/Components/components/fade.json +0 -403
  233. package/data/pages/Components/components/fadeexpander.json +0 -75
  234. package/data/pages/Components/components/fadeup.json +0 -127
  235. package/data/pages/Components/components/feedback.json +0 -269
  236. package/data/pages/Components/components/filepickers.json +0 -269
  237. package/data/pages/Components/components/formlabel.json +0 -115
  238. package/data/pages/Components/components/fullscreenmap.json +0 -22
  239. package/data/pages/Components/components/groupeditemlist.json +0 -323
  240. package/data/pages/Components/components/iconlist.json +0 -45
  241. package/data/pages/Components/components/imagepreloader.json +0 -81
  242. package/data/pages/Components/components/labeledelement.json +0 -75
  243. package/data/pages/Components/components/licenseplate.json +0 -69
  244. package/data/pages/Components/components/linecharts.json +0 -987
  245. package/data/pages/Components/components/listmenu.json +0 -313
  246. package/data/pages/Components/components/loadmore.json +0 -175
  247. package/data/pages/Components/components/mainnavigation.json +0 -39
  248. package/data/pages/Components/components/mapcircle.json +0 -34
  249. package/data/pages/Components/components/mapcluster.json +0 -51
  250. package/data/pages/Components/components/mapcontext.json +0 -105
  251. package/data/pages/Components/components/mapdraggablemarker.json +0 -34
  252. package/data/pages/Components/components/mapgettingstarted.json +0 -27
  253. package/data/pages/Components/components/mapgroup.json +0 -1198
  254. package/data/pages/Components/components/mapinfobubble.json +0 -34
  255. package/data/pages/Components/components/maplayergroup.json +0 -34
  256. package/data/pages/Components/components/mapmarker.json +0 -700
  257. package/data/pages/Components/components/mappolygon.json +0 -45
  258. package/data/pages/Components/components/maproute.json +0 -623
  259. package/data/pages/Components/components/maproutegenerator.json +0 -16
  260. package/data/pages/Components/components/mapsettings.json +0 -51
  261. package/data/pages/Components/components/maputils.json +0 -34
  262. package/data/pages/Components/components/multiselects.json +0 -1451
  263. package/data/pages/Components/components/nodata.json +0 -139
  264. package/data/pages/Components/components/notifications.json +0 -65
  265. package/data/pages/Components/components/numbercontrol.json +0 -301
  266. package/data/pages/Components/components/onboarding.json +0 -302
  267. package/data/pages/Components/components/page.json +0 -197
  268. package/data/pages/Components/components/pager.json +0 -93
  269. package/data/pages/Components/components/piecharts.json +0 -731
  270. package/data/pages/Components/components/popover.json +0 -251
  271. package/data/pages/Components/components/position.json +0 -69
  272. package/data/pages/Components/components/radialbarcharts.json +0 -1304
  273. package/data/pages/Components/components/radiobutton.json +0 -1105
  274. package/data/pages/Components/components/releasenotes.json +0 -44
  275. package/data/pages/Components/components/resizer.json +0 -93
  276. package/data/pages/Components/components/responsivecolumnstripe.json +0 -123
  277. package/data/pages/Components/components/responsivevideo.json +0 -75
  278. package/data/pages/Components/components/rioglyph.json +0 -93
  279. package/data/pages/Components/components/rules.json +0 -410
  280. package/data/pages/Components/components/saveableinput.json +0 -703
  281. package/data/pages/Components/components/selects.json +0 -701
  282. package/data/pages/Components/components/sidebar.json +0 -243
  283. package/data/pages/Components/components/sliders.json +0 -235
  284. package/data/pages/Components/components/smoothscrollbars.json +0 -335
  285. package/data/pages/Components/components/spinners.json +0 -343
  286. package/data/pages/Components/components/states.json +0 -1705
  287. package/data/pages/Components/components/statswidgets.json +0 -314
  288. package/data/pages/Components/components/statusbar.json +0 -177
  289. package/data/pages/Components/components/stepbutton.json +0 -57
  290. package/data/pages/Components/components/steppedprogressbars.json +0 -417
  291. package/data/pages/Components/components/subnavigation.json +0 -107
  292. package/data/pages/Components/components/supportmarker.json +0 -45
  293. package/data/pages/Components/components/svgimage.json +0 -81
  294. package/data/pages/Components/components/switch.json +0 -111
  295. package/data/pages/Components/components/tables.json +0 -144
  296. package/data/pages/Components/components/tagmanager.json +0 -86
  297. package/data/pages/Components/components/tags.json +0 -146
  298. package/data/pages/Components/components/teaser.json +0 -188
  299. package/data/pages/Components/components/timeline.json +0 -45
  300. package/data/pages/Components/components/timepicker.json +0 -163
  301. package/data/pages/Components/components/togglebutton.json +0 -247
  302. package/data/pages/Components/components/tooltip.json +0 -270
  303. package/data/pages/Components/components/virtuallist.json +0 -175
  304. package/data/pages/Foundations/foundations.json +0 -2475
  305. package/data/pages/Getting-started/start/changelog.json +0 -22
  306. package/data/pages/Getting-started/start/goodtoknow.json +0 -32
  307. package/data/pages/Getting-started/start/guidelines/color-combinations.json +0 -58
  308. package/data/pages/Getting-started/start/guidelines/custom-css.json +0 -27
  309. package/data/pages/Getting-started/start/guidelines/custom-rioglyph.json +0 -22
  310. package/data/pages/Getting-started/start/guidelines/formatting.json +0 -97
  311. package/data/pages/Getting-started/start/guidelines/iframe.json +0 -93
  312. package/data/pages/Getting-started/start/guidelines/obfuscate-data.json +0 -22
  313. package/data/pages/Getting-started/start/guidelines/print-css.json +0 -37
  314. package/data/pages/Getting-started/start/guidelines/spinner.json +0 -144
  315. package/data/pages/Getting-started/start/guidelines/supported-browsers.json +0 -22
  316. package/data/pages/Getting-started/start/guidelines/writing.json +0 -242
  317. package/data/pages/Getting-started/start/howto.json +0 -72
  318. package/data/pages/Getting-started/start/intro.json +0 -37
  319. package/data/pages/Getting-started/start/responsiveness.json +0 -52
  320. package/data/pages/Templates/templates/common-table.json +0 -39
  321. package/data/pages/Templates/templates/detail-views.json +0 -71
  322. package/data/pages/Templates/templates/expandable-details.json +0 -39
  323. package/data/pages/Templates/templates/feature-cards.json +0 -103
  324. package/data/pages/Templates/templates/form-summary.json +0 -39
  325. package/data/pages/Templates/templates/form-toggle.json +0 -39
  326. package/data/pages/Templates/templates/list-blocks.json +0 -119
  327. package/data/pages/Templates/templates/loading-progress.json +0 -39
  328. package/data/pages/Templates/templates/options-panel.json +0 -39
  329. package/data/pages/Templates/templates/panel-variants.json +0 -39
  330. package/data/pages/Templates/templates/progress-cards.json +0 -71
  331. package/data/pages/Templates/templates/progress-success.json +0 -39
  332. package/data/pages/Templates/templates/settings-form.json +0 -39
  333. package/data/pages/Templates/templates/stats-blocks.json +0 -135
  334. package/data/pages/Templates/templates/table-panel.json +0 -39
  335. package/data/pages/Templates/templates/table-row-animation.json +0 -39
  336. package/data/pages/Templates/templates/usage-cards.json +0 -39
  337. package/data/pages/Utilities/utilities/deviceutils.json +0 -39
  338. package/data/pages/Utilities/utilities/featuretoggles.json +0 -42
  339. package/data/pages/Utilities/utilities/fueltypeutils.json +0 -118
  340. package/data/pages/Utilities/utilities/routeutils.json +0 -34
  341. package/data/pages/Utilities/utilities/useaftermount.json +0 -63
  342. package/data/pages/Utilities/utilities/useaverage.json +0 -86
  343. package/data/pages/Utilities/utilities/useclickoutside.json +0 -69
  344. package/data/pages/Utilities/utilities/useclipboard.json +0 -57
  345. package/data/pages/Utilities/utilities/usecount.json +0 -92
  346. package/data/pages/Utilities/utilities/usedarkmode.json +0 -50
  347. package/data/pages/Utilities/utilities/usedebuginfo.json +0 -63
  348. package/data/pages/Utilities/utilities/useeffectonce.json +0 -57
  349. package/data/pages/Utilities/utilities/useelapsedtime.json +0 -57
  350. package/data/pages/Utilities/utilities/useelementsize.json +0 -63
  351. package/data/pages/Utilities/utilities/useesc.json +0 -57
  352. package/data/pages/Utilities/utilities/useevent.json +0 -75
  353. package/data/pages/Utilities/utilities/usefocustrap.json +0 -57
  354. package/data/pages/Utilities/utilities/usefullscreen.json +0 -197
  355. package/data/pages/Utilities/utilities/usehover.json +0 -57
  356. package/data/pages/Utilities/utilities/useinterval.json +0 -63
  357. package/data/pages/Utilities/utilities/useisfocuswithin.json +0 -75
  358. package/data/pages/Utilities/utilities/usekey.json +0 -75
  359. package/data/pages/Utilities/utilities/uselocalstorage.json +0 -69
  360. package/data/pages/Utilities/utilities/uselocationsuggestions.json +0 -110
  361. package/data/pages/Utilities/utilities/usemax.json +0 -86
  362. package/data/pages/Utilities/utilities/usemin.json +0 -86
  363. package/data/pages/Utilities/utilities/usemutationobserver.json +0 -69
  364. package/data/pages/Utilities/utilities/useonlinestatus.json +0 -39
  365. package/data/pages/Utilities/utilities/useonscreen.json +0 -63
  366. package/data/pages/Utilities/utilities/usepostmessage.json +0 -80
  367. package/data/pages/Utilities/utilities/useprevious.json +0 -63
  368. package/data/pages/Utilities/utilities/useresizeobserver.json +0 -65
  369. package/data/pages/Utilities/utilities/usescrollposition.json +0 -103
  370. package/data/pages/Utilities/utilities/usesearch.json +0 -197
  371. package/data/pages/Utilities/utilities/usesorting.json +0 -139
  372. package/data/pages/Utilities/utilities/usestatewithvalidation.json +0 -69
  373. package/data/pages/Utilities/utilities/usesum.json +0 -86
  374. package/data/pages/Utilities/utilities/usetableexport.json +0 -87
  375. package/data/pages/Utilities/utilities/usetableselection.json +0 -311
  376. package/data/pages/Utilities/utilities/usetimeout.json +0 -63
  377. package/data/pages/Utilities/utilities/usetoggle.json +0 -75
  378. package/data/pages/Utilities/utilities/usewindowresize.json +0 -63
  379. package/data/version.json +0 -4
  380. package/docs/content-schema.md +0 -147
  381. package/docs/navigation-inventory.json +0 -1310
  382. package/docs/search-synonyms.json +0 -43
  383. package/server/index.mjs +0 -268
  384. package/server/lib/load-docs.mjs +0 -48
  385. package/server/lib/normalise-doc.mjs +0 -220
  386. package/server/lib/render-markdown.mjs +0 -82
  387. package/server/lib/search-index.mjs +0 -49
  388. package/server/lib/types.js +0 -99
@@ -0,0 +1,828 @@
1
+ # AreaChart
2
+
3
+ *Category:* Components
4
+ *Section:* Charts
5
+ *Source:* https://uikit.developers.rio.cloud/#components/areaCharts
6
+ *Captured:* 2025-12-12T12:39:18.657Z
7
+
8
+ ## AreaChart
9
+
10
+ > Note: When using a chart in your application, do not get fancy and try to stick to the proposed examples or at least base your chart upon them. That will save time and money and, equally important, gives the user a coherent look and feel across the different services.
11
+
12
+ ### Example: Example 1
13
+
14
+ Simple AreaChart
15
+
16
+ Page APage BPage CPage DPage EPage FPage G
17
+
18
+ #### Summary
19
+
20
+ Simple AreaChart
21
+
22
+ Page APage BPage CPage DPage EPage FPage G
23
+
24
+ #### React (tsx)
25
+
26
+ ```tsx
27
+ import AreaChart from '@rio-cloud/rio-uikit/AreaChart';
28
+ import Area from '@rio-cloud/rio-uikit/Area';
29
+
30
+ type CustomData = {
31
+ name: string;
32
+ value: number;
33
+ };
34
+
35
+ export default () => {
36
+ return (
37
+ <>
38
+ <label>Simple AreaChart</label>
39
+ <div className='panel panel-default panel-body margin-bottom-0 height-200 max-width-500'>
40
+ <AreaChart
41
+ data={data}
42
+ dataKey={(entry: CustomData) => entry.name}
43
+ xAxisOptions={{ padding: { left: 30, right: 30 } }}
44
+ areas={[<Area key='area' dataKey={entry => entry.value} />]}
45
+ />
46
+ </div>
47
+ </>
48
+ );
49
+ };
50
+
51
+ const data: CustomData[] = [
52
+ {
53
+ name: 'Page A',
54
+ value: 3200,
55
+ },
56
+ {
57
+ name: 'Page B',
58
+ value: 3000,
59
+ },
60
+ {
61
+ name: 'Page C',
62
+ value: 2000,
63
+ },
64
+ {
65
+ name: 'Page D',
66
+ value: 2780,
67
+ },
68
+ {
69
+ name: 'Page E',
70
+ value: 1890,
71
+ },
72
+ {
73
+ name: 'Page F',
74
+ value: 2390,
75
+ },
76
+ {
77
+ name: 'Page G',
78
+ value: 3490,
79
+ },
80
+ ];
81
+ ```
82
+
83
+ #### HTML (html)
84
+
85
+ ```html
86
+ <label>Simple AreaChart</label>
87
+ <div class="panel panel-default panel-body margin-bottom-0 height-200 max-width-500">
88
+ <div class="recharts-responsive-container" style="width: 100%; height: 100%; min-width: 100px; min-height: 100px;">
89
+ <div style="width: 0px; height: 0px; overflow: visible;">
90
+ <div width="468" height="168" class="recharts-wrapper" style="position: relative; cursor: default; width: 468px; height: 168px;">
91
+ <div xmlns="http://www.w3.org/1999/xhtml" tabindex="-1" class="recharts-tooltip-wrapper" style="visibility: hidden; pointer-events: none; position: absolute; top: 0px; left: 0px;">
92
+ <div class="recharts-default-tooltip" role="status" aria-live="assertive" style="margin: 0px; padding: 10px; background-color: rgb(255, 255, 255); border: 1px solid rgb(204, 204, 204); white-space: nowrap;">
93
+ <p class="recharts-tooltip-label" style="margin: 0px;">
94
+ </p>
95
+ </div>
96
+ </div>
97
+ <svg role="application" tabindex="0" class="recharts-surface" width="468" height="168" viewBox="0 0 468 168" style="width: 100%; height: 100%; display: block;">
98
+ <title>
99
+ </title>
100
+ <desc>
101
+ </desc>
102
+ <g tabindex="-1" id="recharts-zindex--100-:r1:">
103
+ </g>
104
+ <g tabindex="-1" id="recharts-zindex--50-:r2:">
105
+ </g>
106
+ <defs>
107
+ <clipPath id="recharts1-clip">
108
+ <rect x="15" y="15" height="108" width="438">
109
+ </rect>
110
+ </clipPath>
111
+ </defs>
112
+ <defs>
113
+ <linearGradient id="area" x1="0" y1="0" x2="0" y2="1">
114
+ <stop offset="5%" stop-color="#67abc5 " stop-opacity="0.8">
115
+ </stop>
116
+ <stop offset="95%" stop-color="#67abc5 " stop-opacity="0">
117
+ </stop>
118
+ </linearGradient>
119
+ </defs>
120
+ <g tabindex="-1" id="recharts-zindex-100-:r4:">
121
+ <g class="recharts-layer recharts-area">
122
+ <g class="recharts-layer">
123
+ <defs>
124
+ <clipPath id="animationClipPath-recharts-area-:r3:">
125
+ <rect x="45" y="0" width="102.0384116723211" height="124">
126
+ </rect>
127
+ </clipPath>
128
+ </defs>
129
+ <g class="recharts-layer" clip-path="url(#animationClipPath-recharts-area-:r3:)">
130
+ <g class="recharts-layer">
131
+ <path stroke-width="1" fill="url(#area)" fill-opacity="0.6" height="108" stroke="none" width="438" id="recharts-area-:r3:" class="recharts-curve recharts-area-area" d="M45,27C66,28,87,29,108,33C129,37,150,63,171,63C192,63,213,39.6,234,39.6C255,39.6,276,66.3,297,66.3C318,66.3,339,59.3,360,51.3C381,43.3,402,30.8,423,18.3L423,123C402,123,381,123,360,123C339,123,318,123,297,123C276,123,255,123,234,123C213,123,192,123,171,123C150,123,129,123,108,123C87,123,66,123,45,123Z">
132
+ </path>
133
+ <path stroke-width="1" fill="none" fill-opacity="0.6" height="108" stroke="#67abc5 " width="438" class="recharts-curve recharts-area-curve" d="M45,27C66,28,87,29,108,33C129,37,150,63,171,63C192,63,213,39.6,234,39.6C255,39.6,276,66.3,297,66.3C318,66.3,339,59.3,360,51.3C381,43.3,402,30.8,423,18.3">
134
+ </path>
135
+ </g>
136
+ </g>
137
+ </g>
138
+ </g>
139
+ </g>
140
+ <g tabindex="-1" id="recharts-zindex-200-:r5:">
141
+ </g>
142
+ <g tabindex="-1" id="recharts-zindex-300-:r6:">
143
+ </g>
144
+ <g tabindex="-1" id="recharts-zindex-400-:r7:">
145
+ </g>
146
+ <g tabindex="-1" id="recharts-zindex-500-:r8:">
147
+ <g class="recharts-layer recharts-cartesian-axis recharts-xAxis xAxis">
148
+ <line angle="0" height="30" orientation="bottom" x="15" y="123" width="438" class="recharts-cartesian-axis-line" stroke="#666" fill="none" x1="15" y1="123" x2="453" y2="123">
149
+ </line>
150
+ <g class="recharts-cartesian-axis-ticks recharts-xAxis-ticks">
151
+ <g class="recharts-cartesian-axis-tick-lines recharts-xAxis-tick-lines">
152
+ <g class="recharts-layer recharts-cartesian-axis-tick">
153
+ <line angle="0" height="30" orientation="bottom" x="15" y="123" width="438" class="recharts-cartesian-axis-tick-line" stroke="#666" fill="none" x1="45" y1="129" x2="45" y2="123">
154
+ </line>
155
+ </g>
156
+ <g class="recharts-layer recharts-cartesian-axis-tick">
157
+ <line angle="0" height="30" orientation="bottom" x="15" y="123" width="438" class="recharts-cartesian-axis-tick-line" stroke="#666" fill="none" x1="108" y1="129" x2="108" y2="123">
158
+ </line>
159
+ </g>
160
+ <g class="recharts-layer recharts-cartesian-axis-tick">
161
+ <line angle="0" height="30" orientation="bottom" x="15" y="123" width="438" class="recharts-cartesian-axis-tick-line" stroke="#666" fill="none" x1="171" y1="129" x2="171" y2="123">
162
+ </line>
163
+ </g>
164
+ <g class="recharts-layer recharts-cartesian-axis-tick">
165
+ <line angle="0" height="30" orientation="bottom" x="15" y="123" width="438" class="recharts-cartesian-axis-tick-line" stroke="#666" fill="none" x1="234" y1="129" x2="234" y2="123">
166
+ </line>
167
+ </g>
168
+ <g class="recharts-layer recharts-cartesian-axis-tick">
169
+ <line angle="0" height="30" orientation="bottom" x="15" y="123" width="438" class="recharts-cartesian-axis-tick-line" stroke="#666" fill="none" x1="297" y1="129" x2="297" y2="123">
170
+ </line>
171
+ </g>
172
+ <g class="recharts-layer recharts-cartesian-axis-tick">
173
+ <line angle="0" height="30" orientation="bottom" x="15" y="123" width="438" class="recharts-cartesian-axis-tick-line" stroke="#666" fill="none" x1="360" y1="129" x2="360" y2="123">
174
+ </line>
175
+ </g>
176
+ <g class="recharts-layer recharts-cartesian-axis-tick">
177
+ <line angle="0" height="30" orientation="bottom" x="15" y="123" width="438" class="recharts-cartesian-axis-tick-line" stroke="#666" fill="none" x1="423" y1="129" x2="423" y2="123">
178
+ </line>
179
+ </g>
180
+ </g>
181
+ </g>
182
+ </g>
183
+ </g>
184
+ <g tabindex="-1" id="recharts-zindex-600-:r9:">
185
+ </g>
186
+ <g tabindex="-1" id="recharts-zindex-1000-:ra:">
187
+ </g>
188
+ <g tabindex="-1" id="recharts-zindex-1100-:rb:">
189
+ </g>
190
+ <g tabindex="-1" id="recharts-zindex-1200-:rc:">
191
+ </g>
192
+ <g tabindex="-1" id="recharts-zindex-2000-:rd:">
193
+ <g class="recharts-cartesian-axis-tick-labels recharts-xAxis-tick-labels">
194
+ <g class="recharts-layer recharts-cartesian-axis-tick-label">
195
+ <text height="30" orientation="bottom" width="438" stroke="none" x="45" y="131" class="recharts-text recharts-cartesian-axis-tick-value" text-anchor="middle" fill="#666">
196
+ <tspan x="45" dy="0.71em">Page A</tspan>
197
+ </text>
198
+ </g>
199
+ <g class="recharts-layer recharts-cartesian-axis-tick-label">
200
+ <text height="30" orientation="bottom" width="438" stroke="none" x="108" y="131" class="recharts-text recharts-cartesian-axis-tick-value" text-anchor="middle" fill="#666">
201
+ <tspan x="108" dy="0.71em">Page B</tspan>
202
+ </text>
203
+ </g>
204
+ <g class="recharts-layer recharts-cartesian-axis-tick-label">
205
+ <text height="30" orientation="bottom" width="438" stroke="none" x="171" y="131" class="recharts-text recharts-cartesian-axis-tick-value" text-anchor="middle" fill="#666">
206
+ <tspan x="171" dy="0.71em">Page C</tspan>
207
+ </text>
208
+ </g>
209
+ <g class="recharts-layer recharts-cartesian-axis-tick-label">
210
+ <text height="30" orientation="bottom" width="438" stroke="none" x="234" y="131" class="recharts-text recharts-cartesian-axis-tick-value" text-anchor="middle" fill="#666">
211
+ <tspan x="234" dy="0.71em">Page D</tspan>
212
+ </text>
213
+ </g>
214
+ <g class="recharts-layer recharts-cartesian-axis-tick-label">
215
+ <text height="30" orientation="bottom" width="438" stroke="none" x="297" y="131" class="recharts-text recharts-cartesian-axis-tick-value" text-anchor="middle" fill="#666">
216
+ <tspan x="297" dy="0.71em">Page E</tspan>
217
+ </text>
218
+ </g>
219
+ <g class="recharts-layer recharts-cartesian-axis-tick-label">
220
+ <text height="30" orientation="bottom" width="438" stroke="none" x="360" y="131" class="recharts-text recharts-cartesian-axis-tick-value" text-anchor="middle" fill="#666">
221
+ <tspan x="360" dy="0.71em">Page F</tspan>
222
+ </text>
223
+ </g>
224
+ <g class="recharts-layer recharts-cartesian-axis-tick-label">
225
+ <text height="30" orientation="bottom" width="438" stroke="none" x="423" y="131" class="recharts-text recharts-cartesian-axis-tick-value" text-anchor="middle" fill="#666">
226
+ <tspan x="423" dy="0.71em">Page G</tspan>
227
+ </text>
228
+ </g>
229
+ </g>
230
+ </g>
231
+ </svg>
232
+ </div>
233
+ </div>
234
+ </div>
235
+ </div>
236
+ ```
237
+
238
+ #### Props: AreaChart
239
+
240
+ ### AreaChart
241
+
242
+ | Name | Type | Default | Description |
243
+ | --- | --- | --- | --- |
244
+ | width | Number | — | The width of chart container. |
245
+ | height | Number | — | The height of chart container. |
246
+ | data | Array | — | The source data, in which each element is an object. It has the following format: [{ name: "a", value: 12 }] Note: for some charts, the color of the individual data is taken from the color prop: [{ name: "a", value: 12, color: "color-coldplay-fountain" }] |
247
+ | dataKey | String \| Number \| Function | value | The key of data displayed in the axis. Also, used as label for the x-axis. |
248
+ | dataUnit | string | — | The unit of data displayed in the chart. |
249
+ | showGrid | Boolean | false | Defines whether or not the grid shall be rendered. |
250
+ | showXAxis | Boolean | true | Defines whether or not the x-axis shall be rendered. |
251
+ | showYAxis | Boolean | false | Defines whether or not the y-axis shall be rendered. |
252
+ | xAxisOptions | Object | — | Detailed options passed to the underlying XAxis component. Details can be found here: https://recharts.org/en-US/api/XAxis |
253
+ | yAxisOptions | Object | — | Detailed options passed to the underlying YAxis component. Details can be found here: https://recharts.org/en-US/api/YAxis |
254
+ | additionalAxes | React.ReactElement<XAxisProps \| YAxisProps>[] | — | Render a list of additional axes. This includes YAxis and XAxis. |
255
+ | gridOptions | Object | — | Detailed options passed to the underlying Grid component. Details can be found here: https://recharts.org/en-US/api/CartesianGrid |
256
+ | containerOptions | Object | — | Detailed options passed to the underlying ResponsiveContainer component. Details can be found here: https://recharts.org/en-US/api/ResponsiveContainer |
257
+ | brush | Boolean | false | Defines whether or not the brush component shall be used. |
258
+ | tooltip | ChartTooltip \| Boolean | — | Defines whether or not the tooltip component shall be used. You can customize the tooltip by providing a custom ChartTooltip. Prop details can be found here: https://recharts.org/en-US/api/Tooltip. You can also customize the cursor color by setting a stroke or fill color in the cursor props. Details can be found here: https://recharts.org/en-US/api/Tooltip#cursor |
259
+ | legend | Legend \| Boolean | false | Shows the provided Legend component otherwise shows nothing. |
260
+ | areas | Array of Area | [] | Renders the provided Area components. |
261
+ | gradients | Array of AreaGradient | [] | Renders the provided gradient components. |
262
+ | ... | | — | Additional props are passed to the underlying AreaChart component. Details can be found here: https://recharts.org/en-US/api/AreaChart |
263
+
264
+ #### Props: Area
265
+
266
+ ### Area
267
+
268
+ | Name | Type | Default | Description |
269
+ | --- | --- | --- | --- |
270
+ | strokeColor | String | color-coldplay-fountain | Defines the color for the area component. Take the color name from the charts colors page. |
271
+ | dataKey | string \| number \| ((obj: T) => any) | value | The key of data used for the area. |
272
+ | dataUnit | String / Number | — | The unit of data displayed for the area. |
273
+ | gradientId | String | areaGradient | The id of the corresponding gradient component used in the chart. |
274
+ | legendType | String | square | The type of icon in legend. If set to "none", no legend item will be rendered. |
275
+ | type | String | monotone | The interpolation type of line. And customized interpolation function can be set to type. It is the same as type in Area. |
276
+ | isAnimationActive | Boolean | true | If set false, animation of line will be disabled. |
277
+ | ... | | — | Additional props are passed to the underlying Area component. Details can be found here: https://recharts.org/en-US/api/Area |
278
+
279
+ #### Props: AreaGradient
280
+
281
+ ### AreaGradient
282
+
283
+ | Name | Type | Default | Description |
284
+ | --- | --- | --- | --- |
285
+ | id | String | areaGradient | The id of the gradient referenced by the area component that it is used for. |
286
+ | color | String | color-coldplay-fountain | Defines the color for the gradient component. Take the color name from the charts colors page. |
287
+
288
+ #### Props: ReferenceLine
289
+
290
+ ### ReferenceLine
291
+
292
+ | Name | Type | Default | Description |
293
+ | --- | --- | --- | --- |
294
+ | stroke | String | color-coldplay-fountain | Defines the color for the line. Take the color name from the charts colors page. |
295
+ | ... | | — | Additional props are passed to the underlying ReferenceLine component. Details can be found here: https://recharts.org/en-US/api/ReferenceLine |
296
+
297
+ #### Props: Legend
298
+
299
+ ### Legend
300
+
301
+ | Name | Type | Default | Description |
302
+ | --- | --- | --- | --- |
303
+ | iconType | String | square | Defines the type of the leading icon. |
304
+ | iconSize | String | 12 | Defines the size of the leading icon. |
305
+ | layout | String | vertical | Defines the layout of the legend. |
306
+ | align | String | right | Defines the alignment of the legend relative to the chart. |
307
+ | verticalAlign | String | top | Defines the vertical alignment of the legend relative to the chart. |
308
+ | ... | | — | Additional props are passed to the underlying legend component. Details can be found here: https://recharts.org/en-US/api/Legend |
309
+
310
+ ### Example: Example 2
311
+
312
+ Multiple Areas in an AreaChart
313
+
314
+ AMT
315
+ UV
316
+
317
+ 0900180027003600MaxPage APage BPage CPage DPage EPage FPage G
318
+
319
+ #### Summary
320
+
321
+ Multiple Areas in an AreaChart
322
+
323
+ AMT
324
+ UV
325
+
326
+ 0900180027003600MaxPage APage BPage CPage DPage EPage FPage G
327
+
328
+ #### React (tsx)
329
+
330
+ ```tsx
331
+ import { useState } from 'react';
332
+
333
+ import AreaChart from '@rio-cloud/rio-uikit/AreaChart';
334
+ import Area from '@rio-cloud/rio-uikit/Area';
335
+ import Legend from '@rio-cloud/rio-uikit/Legend';
336
+ import ReferenceLine from '@rio-cloud/rio-uikit/ReferenceLine';
337
+
338
+ type CustomData = {
339
+ name: string;
340
+ uv: number;
341
+ pv: number;
342
+ amt: number;
343
+ };
344
+
345
+ export default () => {
346
+ const [highlightedArea, setHighlightedArea] = useState<string | null>(null);
347
+
348
+ const handleLegendMouseEnter = (dataKey: string) => setHighlightedArea(dataKey);
349
+ const handleLegendMouseLeave = () => setHighlightedArea(null);
350
+
351
+ return (
352
+ <>
353
+ <label>Multiple Areas in an AreaChart</label>
354
+ <div className='panel panel-default panel-body margin-bottom-0 height-300'>
355
+ <AreaChart
356
+ data={data}
357
+ dataKey={(entry: CustomData) => entry.name}
358
+ showYAxis
359
+ showGrid
360
+ legend={
361
+ <Legend
362
+ content={
363
+ <CustomLegend
364
+ highlightedArea={highlightedArea}
365
+ onMouseEnter={handleLegendMouseEnter}
366
+ onMouseLeave={handleLegendMouseLeave}
367
+ />
368
+ }
369
+ />
370
+ }
371
+ areas={[
372
+ <Area
373
+ key='area1'
374
+ name='UV'
375
+ dataKey='uv'
376
+ strokeColor='color-warmup-victoria'
377
+ fillOpacity={highlightedArea === 'uv' || !highlightedArea ? 0.5 : 0.1}
378
+ />,
379
+ <Area
380
+ key='area2'
381
+ name='AMT'
382
+ dataKey='amt'
383
+ strokeColor='color-warmup-salmon'
384
+ fillOpacity={highlightedArea === 'amt' || !highlightedArea ? 0.5 : 0.1}
385
+ />,
386
+ ]}
387
+ referenceLines={[
388
+ <ReferenceLine
389
+ key='y'
390
+ y={3500}
391
+ stroke='color-warmup-salmon'
392
+ strokeDasharray='3 3'
393
+ label='Max'
394
+ />,
395
+ ]}
396
+ />
397
+ </div>
398
+ </>
399
+ );
400
+ };
401
+
402
+ type CustomLegendProps = {
403
+ payload?: { dataKey: string; value: string; color: string }[];
404
+ highlightedArea: string | null;
405
+ onMouseEnter: (dataKey: string) => void;
406
+ onMouseLeave: () => void;
407
+ };
408
+
409
+ const CustomLegend = ({ payload, highlightedArea, onMouseEnter, onMouseLeave }: CustomLegendProps) => {
410
+ return (
411
+ <ul className='list-style-none padding-left-20'>
412
+ {payload?.map((entry: any, index: number) => (
413
+ <li
414
+ key={`item-${index}`}
415
+ onMouseEnter={() => onMouseEnter(entry.dataKey)}
416
+ onMouseLeave={onMouseLeave}
417
+ className={`cursor-pointer display-flex gap-5 align-items-center rounded padding-x-5 padding-y-3 ${highlightedArea === entry.dataKey ? 'bg-lightest' : ''}`}
418
+ >
419
+ <span className='rioglyph rioglyph-sphere' style={{ color: entry.color }} />
420
+ <span className='text-color-darker text-capitalize-first-word'>{entry.value}</span>
421
+ </li>
422
+ ))}
423
+ </ul>
424
+ );
425
+ };
426
+
427
+ const data: CustomData[] = [
428
+ {
429
+ name: 'Page A',
430
+ uv: 3200,
431
+ pv: 2400,
432
+ amt: 2400,
433
+ },
434
+ {
435
+ name: 'Page B',
436
+ uv: 3000,
437
+ pv: 1398,
438
+ amt: 2210,
439
+ },
440
+ {
441
+ name: 'Page C',
442
+ uv: 2000,
443
+ pv: 9800,
444
+ amt: 2290,
445
+ },
446
+ {
447
+ name: 'Page D',
448
+ uv: 2780,
449
+ pv: 3908,
450
+ amt: 2000,
451
+ },
452
+ {
453
+ name: 'Page E',
454
+ uv: 1890,
455
+ pv: 4800,
456
+ amt: 2181,
457
+ },
458
+ {
459
+ name: 'Page F',
460
+ uv: 2390,
461
+ pv: 3800,
462
+ amt: 2500,
463
+ },
464
+ {
465
+ name: 'Page G',
466
+ uv: 3490,
467
+ pv: 4300,
468
+ amt: 2100,
469
+ },
470
+ ];
471
+ ```
472
+
473
+ #### HTML (html)
474
+
475
+ ```html
476
+ <label>Multiple Areas in an AreaChart</label>
477
+ <div class="panel panel-default panel-body margin-bottom-0 height-300">
478
+ <div class="recharts-responsive-container" style="width: 100%; height: 100%; min-width: 100px; min-height: 100px;">
479
+ <div style="width: 0px; height: 0px; overflow: visible;">
480
+ <div width="876" height="268" class="recharts-wrapper" style="position: relative; cursor: default; width: 876px; height: 268px;">
481
+ <div xmlns="http://www.w3.org/1999/xhtml" tabindex="-1" class="recharts-tooltip-wrapper" style="visibility: hidden; pointer-events: none; position: absolute; top: 0px; left: 0px;">
482
+ <div class="recharts-default-tooltip" role="status" aria-live="assertive" style="margin: 0px; padding: 10px; background-color: rgb(255, 255, 255); border: 1px solid rgb(204, 204, 204); white-space: nowrap;">
483
+ <p class="recharts-tooltip-label" style="margin: 0px;">
484
+ </p>
485
+ </div>
486
+ </div>
487
+ <div class="recharts-legend-wrapper" style="position: absolute; width: auto; height: auto; right: 15px; top: 15px;">
488
+ <ul class="list-style-none padding-left-20">
489
+ <li class="cursor-pointer display-flex gap-5 align-items-center rounded padding-x-5 padding-y-3 ">
490
+ <span class="rioglyph rioglyph-sphere" style="color: rgb(241, 149, 136);">
491
+ </span>
492
+ <span class="text-color-darker text-capitalize-first-word">AMT</span>
493
+ </li>
494
+ <li class="cursor-pointer display-flex gap-5 align-items-center rounded padding-x-5 padding-y-3 ">
495
+ <span class="rioglyph rioglyph-sphere" style="color: rgb(73, 61, 109);">
496
+ </span>
497
+ <span class="text-color-darker text-capitalize-first-word">UV</span>
498
+ </li>
499
+ </ul>
500
+ </div>
501
+ <svg role="application" tabindex="0" class="recharts-surface" width="876" height="268" viewBox="0 0 876 268" style="width: 100%; height: 100%; display: block;">
502
+ <title>
503
+ </title>
504
+ <desc>
505
+ </desc>
506
+ <g tabindex="-1" id="recharts-zindex--100-:re:">
507
+ <g class="recharts-cartesian-grid">
508
+ <g class="recharts-cartesian-grid-horizontal">
509
+ <line stroke-dasharray="3 3" stroke="#ccc" fill="none" x="75" y="15" width="711.6875" height="208" x1="75" y1="223" x2="786.6875" y2="223">
510
+ </line>
511
+ <line stroke-dasharray="3 3" stroke="#ccc" fill="none" x="75" y="15" width="711.6875" height="208" x1="75" y1="171" x2="786.6875" y2="171">
512
+ </line>
513
+ <line stroke-dasharray="3 3" stroke="#ccc" fill="none" x="75" y="15" width="711.6875" height="208" x1="75" y1="119" x2="786.6875" y2="119">
514
+ </line>
515
+ <line stroke-dasharray="3 3" stroke="#ccc" fill="none" x="75" y="15" width="711.6875" height="208" x1="75" y1="67" x2="786.6875" y2="67">
516
+ </line>
517
+ <line stroke-dasharray="3 3" stroke="#ccc" fill="none" x="75" y="15" width="711.6875" height="208" x1="75" y1="15" x2="786.6875" y2="15">
518
+ </line>
519
+ </g>
520
+ <g class="recharts-cartesian-grid-vertical">
521
+ <line stroke-dasharray="3 3" stroke="#ccc" fill="none" x="75" y="15" width="711.6875" height="208" x1="75" y1="15" x2="75" y2="223">
522
+ </line>
523
+ <line stroke-dasharray="3 3" stroke="#ccc" fill="none" x="75" y="15" width="711.6875" height="208" x1="193.61458333333331" y1="15" x2="193.61458333333331" y2="223">
524
+ </line>
525
+ <line stroke-dasharray="3 3" stroke="#ccc" fill="none" x="75" y="15" width="711.6875" height="208" x1="312.22916666666663" y1="15" x2="312.22916666666663" y2="223">
526
+ </line>
527
+ <line stroke-dasharray="3 3" stroke="#ccc" fill="none" x="75" y="15" width="711.6875" height="208" x1="430.84375" y1="15" x2="430.84375" y2="223">
528
+ </line>
529
+ <line stroke-dasharray="3 3" stroke="#ccc" fill="none" x="75" y="15" width="711.6875" height="208" x1="549.4583333333333" y1="15" x2="549.4583333333333" y2="223">
530
+ </line>
531
+ <line stroke-dasharray="3 3" stroke="#ccc" fill="none" x="75" y="15" width="711.6875" height="208" x1="668.0729166666666" y1="15" x2="668.0729166666666" y2="223">
532
+ </line>
533
+ <line stroke-dasharray="3 3" stroke="#ccc" fill="none" x="75" y="15" width="711.6875" height="208" x1="786.6875" y1="15" x2="786.6875" y2="223">
534
+ </line>
535
+ </g>
536
+ </g>
537
+ </g>
538
+ <g tabindex="-1" id="recharts-zindex--50-:rf:">
539
+ </g>
540
+ <defs>
541
+ <clipPath id="recharts2-clip">
542
+ <rect x="75" y="15" height="208" width="711.6875">
543
+ </rect>
544
+ </clipPath>
545
+ </defs>
546
+ <defs>
547
+ <linearGradient id="area1" x1="0" y1="0" x2="0" y2="1">
548
+ <stop offset="5%" stop-color="#493d6d " stop-opacity="0.8">
549
+ </stop>
550
+ <stop offset="95%" stop-color="#493d6d " stop-opacity="0">
551
+ </stop>
552
+ </linearGradient>
553
+ <linearGradient id="area2" x1="0" y1="0" x2="0" y2="1">
554
+ <stop offset="5%" stop-color="#f19588 " stop-opacity="0.8">
555
+ </stop>
556
+ <stop offset="95%" stop-color="#f19588 " stop-opacity="0">
557
+ </stop>
558
+ </linearGradient>
559
+ </defs>
560
+ <g tabindex="-1" id="recharts-zindex-100-:ri:">
561
+ <g class="recharts-layer recharts-area">
562
+ <g class="recharts-layer">
563
+ <defs>
564
+ <clipPath id="animationClipPath-recharts-area-:rg:">
565
+ <rect x="75" y="0" width="665.9287901992905" height="224">
566
+ </rect>
567
+ </clipPath>
568
+ </defs>
569
+ <g class="recharts-layer" clip-path="url(#animationClipPath-recharts-area-:rg:)">
570
+ <g class="recharts-layer">
571
+ <path name="UV" stroke-width="1" fill="url(#area1)" fill-opacity="0.5" height="208" stroke="none" width="711.6875" id="recharts-area-:rg:" class="recharts-curve recharts-area-area" d="M75,38.111C114.538,40.037,154.076,41.963,193.615,49.667C233.153,57.37,272.691,107.444,312.229,107.444C351.767,107.444,391.306,62.378,430.844,62.378C470.382,62.378,509.92,113.8,549.458,113.8C588.997,113.8,628.535,100.319,668.073,84.911C707.611,69.504,747.149,45.43,786.688,21.356L786.688,223C747.149,223,707.611,223,668.073,223C628.535,223,588.997,223,549.458,223C509.92,223,470.382,223,430.844,223C391.306,223,351.767,223,312.229,223C272.691,223,233.153,223,193.615,223C154.076,223,114.538,223,75,223Z">
572
+ </path>
573
+ <path name="UV" stroke-width="1" fill="none" fill-opacity="0.5" height="208" stroke="#493d6d " width="711.6875" class="recharts-curve recharts-area-curve" d="M75,38.111C114.538,40.037,154.076,41.963,193.615,49.667C233.153,57.37,272.691,107.444,312.229,107.444C351.767,107.444,391.306,62.378,430.844,62.378C470.382,62.378,509.92,113.8,549.458,113.8C588.997,113.8,628.535,100.319,668.073,84.911C707.611,69.504,747.149,45.43,786.688,21.356">
574
+ </path>
575
+ </g>
576
+ </g>
577
+ </g>
578
+ </g>
579
+ <g class="recharts-layer recharts-area">
580
+ <g class="recharts-layer">
581
+ <defs>
582
+ <clipPath id="animationClipPath-recharts-area-:rh:">
583
+ <rect x="75" y="0" width="665.9287901992905" height="224">
584
+ </rect>
585
+ </clipPath>
586
+ </defs>
587
+ <g class="recharts-layer" clip-path="url(#animationClipPath-recharts-area-:rh:)">
588
+ <g class="recharts-layer">
589
+ <path name="AMT" stroke-width="1" fill="url(#area2)" fill-opacity="0.5" height="208" stroke="none" width="711.6875" id="recharts-area-:rh:" class="recharts-curve recharts-area-area" d="M75,84.333C114.538,89.822,154.076,95.311,193.615,95.311C233.153,95.311,272.691,90.689,312.229,90.689C351.767,90.689,391.306,107.444,430.844,107.444C470.382,107.444,509.92,101.801,549.458,96.987C588.997,92.172,628.535,78.556,668.073,78.556C707.611,78.556,747.149,90.111,786.688,101.667L786.688,223C747.149,223,707.611,223,668.073,223C628.535,223,588.997,223,549.458,223C509.92,223,470.382,223,430.844,223C391.306,223,351.767,223,312.229,223C272.691,223,233.153,223,193.615,223C154.076,223,114.538,223,75,223Z">
590
+ </path>
591
+ <path name="AMT" stroke-width="1" fill="none" fill-opacity="0.5" height="208" stroke="#f19588 " width="711.6875" class="recharts-curve recharts-area-curve" d="M75,84.333C114.538,89.822,154.076,95.311,193.615,95.311C233.153,95.311,272.691,90.689,312.229,90.689C351.767,90.689,391.306,107.444,430.844,107.444C470.382,107.444,509.92,101.801,549.458,96.987C588.997,92.172,628.535,78.556,668.073,78.556C707.611,78.556,747.149,90.111,786.688,101.667">
592
+ </path>
593
+ </g>
594
+ </g>
595
+ </g>
596
+ </g>
597
+ </g>
598
+ <g tabindex="-1" id="recharts-zindex-200-:rj:">
599
+ </g>
600
+ <g tabindex="-1" id="recharts-zindex-300-:rk:">
601
+ </g>
602
+ <g tabindex="-1" id="recharts-zindex-400-:rl:">
603
+ <g class="recharts-layer recharts-reference-line">
604
+ <line y="3500" stroke-dasharray="3 3" stroke="#f19588 " fill="none" fill-opacity="1" stroke-width="1" x1="75" y1="20.777777777777782" x2="786.6875" y2="20.777777777777782" class="recharts-reference-line-line">
605
+ </line>
606
+ </g>
607
+ </g>
608
+ <g tabindex="-1" id="recharts-zindex-500-:rm:">
609
+ <g class="recharts-layer recharts-cartesian-axis recharts-yAxis yAxis">
610
+ <line angle="0" orientation="left" width="60" x="15" y="15" height="208" class="recharts-cartesian-axis-line" stroke="#666" fill="none" x1="75" y1="15" x2="75" y2="223">
611
+ </line>
612
+ <g class="recharts-cartesian-axis-ticks recharts-yAxis-ticks">
613
+ <g class="recharts-cartesian-axis-tick-lines recharts-yAxis-tick-lines">
614
+ <g class="recharts-layer recharts-cartesian-axis-tick">
615
+ <line angle="0" orientation="left" width="60" x="15" y="15" height="208" class="recharts-cartesian-axis-tick-line" stroke="#666" fill="none" x1="69" y1="223" x2="75" y2="223">
616
+ </line>
617
+ </g>
618
+ <g class="recharts-layer recharts-cartesian-axis-tick">
619
+ <line angle="0" orientation="left" width="60" x="15" y="15" height="208" class="recharts-cartesian-axis-tick-line" stroke="#666" fill="none" x1="69" y1="171" x2="75" y2="171">
620
+ </line>
621
+ </g>
622
+ <g class="recharts-layer recharts-cartesian-axis-tick">
623
+ <line angle="0" orientation="left" width="60" x="15" y="15" height="208" class="recharts-cartesian-axis-tick-line" stroke="#666" fill="none" x1="69" y1="119" x2="75" y2="119">
624
+ </line>
625
+ </g>
626
+ <g class="recharts-layer recharts-cartesian-axis-tick">
627
+ <line angle="0" orientation="left" width="60" x="15" y="15" height="208" class="recharts-cartesian-axis-tick-line" stroke="#666" fill="none" x1="69" y1="67" x2="75" y2="67">
628
+ </line>
629
+ </g>
630
+ <g class="recharts-layer recharts-cartesian-axis-tick">
631
+ <line angle="0" orientation="left" width="60" x="15" y="15" height="208" class="recharts-cartesian-axis-tick-line" stroke="#666" fill="none" x1="69" y1="15" x2="75" y2="15">
632
+ </line>
633
+ </g>
634
+ </g>
635
+ </g>
636
+ </g>
637
+ <g class="recharts-layer recharts-cartesian-axis recharts-xAxis xAxis">
638
+ <line angle="0" height="30" orientation="bottom" x="75" y="223" width="711.6875" class="recharts-cartesian-axis-line" stroke="#666" fill="none" x1="75" y1="223" x2="786.6875" y2="223">
639
+ </line>
640
+ <g class="recharts-cartesian-axis-ticks recharts-xAxis-ticks">
641
+ <g class="recharts-cartesian-axis-tick-lines recharts-xAxis-tick-lines">
642
+ <g class="recharts-layer recharts-cartesian-axis-tick">
643
+ <line angle="0" height="30" orientation="bottom" x="75" y="223" width="711.6875" class="recharts-cartesian-axis-tick-line" stroke="#666" fill="none" x1="75" y1="229" x2="75" y2="223">
644
+ </line>
645
+ </g>
646
+ <g class="recharts-layer recharts-cartesian-axis-tick">
647
+ <line angle="0" height="30" orientation="bottom" x="75" y="223" width="711.6875" class="recharts-cartesian-axis-tick-line" stroke="#666" fill="none" x1="193.61458333333331" y1="229" x2="193.61458333333331" y2="223">
648
+ </line>
649
+ </g>
650
+ <g class="recharts-layer recharts-cartesian-axis-tick">
651
+ <line angle="0" height="30" orientation="bottom" x="75" y="223" width="711.6875" class="recharts-cartesian-axis-tick-line" stroke="#666" fill="none" x1="312.22916666666663" y1="229" x2="312.22916666666663" y2="223">
652
+ </line>
653
+ </g>
654
+ <g class="recharts-layer recharts-cartesian-axis-tick">
655
+ <line angle="0" height="30" orientation="bottom" x="75" y="223" width="711.6875" class="recharts-cartesian-axis-tick-line" stroke="#666" fill="none" x1="430.84375" y1="229" x2="430.84375" y2="223">
656
+ </line>
657
+ </g>
658
+ <g class="recharts-layer recharts-cartesian-axis-tick">
659
+ <line angle="0" height="30" orientation="bottom" x="75" y="223" width="711.6875" class="recharts-cartesian-axis-tick-line" stroke="#666" fill="none" x1="549.4583333333333" y1="229" x2="549.4583333333333" y2="223">
660
+ </line>
661
+ </g>
662
+ <g class="recharts-layer recharts-cartesian-axis-tick">
663
+ <line angle="0" height="30" orientation="bottom" x="75" y="223" width="711.6875" class="recharts-cartesian-axis-tick-line" stroke="#666" fill="none" x1="668.0729166666666" y1="229" x2="668.0729166666666" y2="223">
664
+ </line>
665
+ </g>
666
+ <g class="recharts-layer recharts-cartesian-axis-tick">
667
+ <line angle="0" height="30" orientation="bottom" x="75" y="223" width="711.6875" class="recharts-cartesian-axis-tick-line" stroke="#666" fill="none" x1="786.6875" y1="229" x2="786.6875" y2="223">
668
+ </line>
669
+ </g>
670
+ </g>
671
+ </g>
672
+ </g>
673
+ </g>
674
+ <g tabindex="-1" id="recharts-zindex-600-:rn:">
675
+ </g>
676
+ <g tabindex="-1" id="recharts-zindex-1000-:ro:">
677
+ </g>
678
+ <g tabindex="-1" id="recharts-zindex-1100-:rp:">
679
+ </g>
680
+ <g tabindex="-1" id="recharts-zindex-1200-:rq:">
681
+ </g>
682
+ <g tabindex="-1" id="recharts-zindex-2000-:rr:">
683
+ <g class="recharts-cartesian-axis-tick-labels recharts-yAxis-tick-labels">
684
+ <g class="recharts-layer recharts-cartesian-axis-tick-label">
685
+ <text orientation="left" width="60" height="208" stroke="none" x="67" y="223" class="recharts-text recharts-cartesian-axis-tick-value" text-anchor="end" fill="#666">
686
+ <tspan x="67" dy="0.355em">0</tspan>
687
+ </text>
688
+ </g>
689
+ <g class="recharts-layer recharts-cartesian-axis-tick-label">
690
+ <text orientation="left" width="60" height="208" stroke="none" x="67" y="171" class="recharts-text recharts-cartesian-axis-tick-value" text-anchor="end" fill="#666">
691
+ <tspan x="67" dy="0.355em">900</tspan>
692
+ </text>
693
+ </g>
694
+ <g class="recharts-layer recharts-cartesian-axis-tick-label">
695
+ <text orientation="left" width="60" height="208" stroke="none" x="67" y="119" class="recharts-text recharts-cartesian-axis-tick-value" text-anchor="end" fill="#666">
696
+ <tspan x="67" dy="0.355em">1800</tspan>
697
+ </text>
698
+ </g>
699
+ <g class="recharts-layer recharts-cartesian-axis-tick-label">
700
+ <text orientation="left" width="60" height="208" stroke="none" x="67" y="67" class="recharts-text recharts-cartesian-axis-tick-value" text-anchor="end" fill="#666">
701
+ <tspan x="67" dy="0.355em">2700</tspan>
702
+ </text>
703
+ </g>
704
+ <g class="recharts-layer recharts-cartesian-axis-tick-label">
705
+ <text orientation="left" width="60" height="208" stroke="none" x="67" y="15" class="recharts-text recharts-cartesian-axis-tick-value" text-anchor="end" fill="#666">
706
+ <tspan x="67" dy="0.355em">3600</tspan>
707
+ </text>
708
+ </g>
709
+ </g>
710
+ <text offset="5" x="430.84375" y="20.777777777777782" class="recharts-text recharts-label" text-anchor="middle" fill="#808080">
711
+ <tspan x="430.84375" dy="0.355em">Max</tspan>
712
+ </text>
713
+ <g class="recharts-cartesian-axis-tick-labels recharts-xAxis-tick-labels">
714
+ <g class="recharts-layer recharts-cartesian-axis-tick-label">
715
+ <text height="30" orientation="bottom" width="711.6875" stroke="none" x="75" y="231" class="recharts-text recharts-cartesian-axis-tick-value" text-anchor="middle" fill="#666">
716
+ <tspan x="75" dy="0.71em">Page A</tspan>
717
+ </text>
718
+ </g>
719
+ <g class="recharts-layer recharts-cartesian-axis-tick-label">
720
+ <text height="30" orientation="bottom" width="711.6875" stroke="none" x="193.61458333333331" y="231" class="recharts-text recharts-cartesian-axis-tick-value" text-anchor="middle" fill="#666">
721
+ <tspan x="193.61458333333331" dy="0.71em">Page B</tspan>
722
+ </text>
723
+ </g>
724
+ <g class="recharts-layer recharts-cartesian-axis-tick-label">
725
+ <text height="30" orientation="bottom" width="711.6875" stroke="none" x="312.22916666666663" y="231" class="recharts-text recharts-cartesian-axis-tick-value" text-anchor="middle" fill="#666">
726
+ <tspan x="312.22916666666663" dy="0.71em">Page C</tspan>
727
+ </text>
728
+ </g>
729
+ <g class="recharts-layer recharts-cartesian-axis-tick-label">
730
+ <text height="30" orientation="bottom" width="711.6875" stroke="none" x="430.84375" y="231" class="recharts-text recharts-cartesian-axis-tick-value" text-anchor="middle" fill="#666">
731
+ <tspan x="430.84375" dy="0.71em">Page D</tspan>
732
+ </text>
733
+ </g>
734
+ <g class="recharts-layer recharts-cartesian-axis-tick-label">
735
+ <text height="30" orientation="bottom" width="711.6875" stroke="none" x="549.4583333333333" y="231" class="recharts-text recharts-cartesian-axis-tick-value" text-anchor="middle" fill="#666">
736
+ <tspan x="549.4583333333333" dy="0.71em">Page E</tspan>
737
+ </text>
738
+ </g>
739
+ <g class="recharts-layer recharts-cartesian-axis-tick-label">
740
+ <text height="30" orientation="bottom" width="711.6875" stroke="none" x="668.0729166666666" y="231" class="recharts-text recharts-cartesian-axis-tick-value" text-anchor="middle" fill="#666">
741
+ <tspan x="668.0729166666666" dy="0.71em">Page F</tspan>
742
+ </text>
743
+ </g>
744
+ <g class="recharts-layer recharts-cartesian-axis-tick-label">
745
+ <text height="30" orientation="bottom" width="711.6875" stroke="none" x="786.6875" y="231" class="recharts-text recharts-cartesian-axis-tick-value" text-anchor="middle" fill="#666">
746
+ <tspan x="786.6875" dy="0.71em">Page G</tspan>
747
+ </text>
748
+ </g>
749
+ </g>
750
+ </g>
751
+ </svg>
752
+ </div>
753
+ </div>
754
+ </div>
755
+ </div>
756
+ ```
757
+
758
+ #### Props: AreaChart
759
+
760
+ ### AreaChart
761
+
762
+ | Name | Type | Default | Description |
763
+ | --- | --- | --- | --- |
764
+ | width | Number | — | The width of chart container. |
765
+ | height | Number | — | The height of chart container. |
766
+ | data | Array | — | The source data, in which each element is an object. It has the following format: [{ name: "a", value: 12 }] Note: for some charts, the color of the individual data is taken from the color prop: [{ name: "a", value: 12, color: "color-coldplay-fountain" }] |
767
+ | dataKey | String \| Number \| Function | value | The key of data displayed in the axis. Also, used as label for the x-axis. |
768
+ | dataUnit | string | — | The unit of data displayed in the chart. |
769
+ | showGrid | Boolean | false | Defines whether or not the grid shall be rendered. |
770
+ | showXAxis | Boolean | true | Defines whether or not the x-axis shall be rendered. |
771
+ | showYAxis | Boolean | false | Defines whether or not the y-axis shall be rendered. |
772
+ | xAxisOptions | Object | — | Detailed options passed to the underlying XAxis component. Details can be found here: https://recharts.org/en-US/api/XAxis |
773
+ | yAxisOptions | Object | — | Detailed options passed to the underlying YAxis component. Details can be found here: https://recharts.org/en-US/api/YAxis |
774
+ | additionalAxes | React.ReactElement<XAxisProps \| YAxisProps>[] | — | Render a list of additional axes. This includes YAxis and XAxis. |
775
+ | gridOptions | Object | — | Detailed options passed to the underlying Grid component. Details can be found here: https://recharts.org/en-US/api/CartesianGrid |
776
+ | containerOptions | Object | — | Detailed options passed to the underlying ResponsiveContainer component. Details can be found here: https://recharts.org/en-US/api/ResponsiveContainer |
777
+ | brush | Boolean | false | Defines whether or not the brush component shall be used. |
778
+ | tooltip | ChartTooltip \| Boolean | — | Defines whether or not the tooltip component shall be used. You can customize the tooltip by providing a custom ChartTooltip. Prop details can be found here: https://recharts.org/en-US/api/Tooltip. You can also customize the cursor color by setting a stroke or fill color in the cursor props. Details can be found here: https://recharts.org/en-US/api/Tooltip#cursor |
779
+ | legend | Legend \| Boolean | false | Shows the provided Legend component otherwise shows nothing. |
780
+ | areas | Array of Area | [] | Renders the provided Area components. |
781
+ | gradients | Array of AreaGradient | [] | Renders the provided gradient components. |
782
+ | ... | | — | Additional props are passed to the underlying AreaChart component. Details can be found here: https://recharts.org/en-US/api/AreaChart |
783
+
784
+ #### Props: Area
785
+
786
+ ### Area
787
+
788
+ | Name | Type | Default | Description |
789
+ | --- | --- | --- | --- |
790
+ | strokeColor | String | color-coldplay-fountain | Defines the color for the area component. Take the color name from the charts colors page. |
791
+ | dataKey | string \| number \| ((obj: T) => any) | value | The key of data used for the area. |
792
+ | dataUnit | String / Number | — | The unit of data displayed for the area. |
793
+ | gradientId | String | areaGradient | The id of the corresponding gradient component used in the chart. |
794
+ | legendType | String | square | The type of icon in legend. If set to "none", no legend item will be rendered. |
795
+ | type | String | monotone | The interpolation type of line. And customized interpolation function can be set to type. It is the same as type in Area. |
796
+ | isAnimationActive | Boolean | true | If set false, animation of line will be disabled. |
797
+ | ... | | — | Additional props are passed to the underlying Area component. Details can be found here: https://recharts.org/en-US/api/Area |
798
+
799
+ #### Props: AreaGradient
800
+
801
+ ### AreaGradient
802
+
803
+ | Name | Type | Default | Description |
804
+ | --- | --- | --- | --- |
805
+ | id | String | areaGradient | The id of the gradient referenced by the area component that it is used for. |
806
+ | color | String | color-coldplay-fountain | Defines the color for the gradient component. Take the color name from the charts colors page. |
807
+
808
+ #### Props: ReferenceLine
809
+
810
+ ### ReferenceLine
811
+
812
+ | Name | Type | Default | Description |
813
+ | --- | --- | --- | --- |
814
+ | stroke | String | color-coldplay-fountain | Defines the color for the line. Take the color name from the charts colors page. |
815
+ | ... | | — | Additional props are passed to the underlying ReferenceLine component. Details can be found here: https://recharts.org/en-US/api/ReferenceLine |
816
+
817
+ #### Props: Legend
818
+
819
+ ### Legend
820
+
821
+ | Name | Type | Default | Description |
822
+ | --- | --- | --- | --- |
823
+ | iconType | String | square | Defines the type of the leading icon. |
824
+ | iconSize | String | 12 | Defines the size of the leading icon. |
825
+ | layout | String | vertical | Defines the layout of the legend. |
826
+ | align | String | right | Defines the alignment of the legend relative to the chart. |
827
+ | verticalAlign | String | top | Defines the vertical alignment of the legend relative to the chart. |
828
+ | ... | | — | Additional props are passed to the underlying legend component. Details can be found here: https://recharts.org/en-US/api/Legend |