@coinbase/cds-mcp-server 8.17.2 → 8.17.4

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 (284) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/mcp-docs/mobile/components/Accordion.txt +188 -0
  3. package/mcp-docs/mobile/components/AccordionItem.txt +29 -0
  4. package/mcp-docs/mobile/components/Alert.txt +155 -0
  5. package/mcp-docs/mobile/components/AreaChart.txt +265 -0
  6. package/mcp-docs/mobile/components/Avatar.txt +195 -0
  7. package/mcp-docs/mobile/components/AvatarButton.txt +225 -0
  8. package/mcp-docs/mobile/components/Banner.txt +221 -0
  9. package/mcp-docs/mobile/components/BarChart.txt +815 -0
  10. package/mcp-docs/mobile/components/Box.txt +173 -0
  11. package/mcp-docs/mobile/components/BrowserBar.txt +146 -0
  12. package/mcp-docs/mobile/components/Button.txt +198 -0
  13. package/mcp-docs/mobile/components/ButtonGroup.txt +79 -0
  14. package/mcp-docs/mobile/components/Carousel.txt +1083 -0
  15. package/mcp-docs/mobile/components/CartesianChart.txt +825 -0
  16. package/mcp-docs/mobile/components/CellMedia.txt +70 -0
  17. package/mcp-docs/mobile/components/Checkbox.txt +245 -0
  18. package/mcp-docs/mobile/components/CheckboxCell.txt +201 -0
  19. package/mcp-docs/mobile/components/CheckboxGroup.txt +284 -0
  20. package/mcp-docs/mobile/components/Chip.txt +194 -0
  21. package/mcp-docs/mobile/components/Coachmark.txt +157 -0
  22. package/mcp-docs/mobile/components/Collapsible.txt +104 -0
  23. package/mcp-docs/mobile/components/ContainedAssetCard.txt +134 -0
  24. package/mcp-docs/mobile/components/ContentCard.txt +365 -0
  25. package/mcp-docs/mobile/components/ContentCardBody.txt +135 -0
  26. package/mcp-docs/mobile/components/ContentCardFooter.txt +127 -0
  27. package/mcp-docs/mobile/components/ContentCardHeader.txt +145 -0
  28. package/mcp-docs/mobile/components/ContentCell.txt +226 -0
  29. package/mcp-docs/mobile/components/ControlGroup.txt +443 -0
  30. package/mcp-docs/mobile/components/DatePicker.txt +496 -0
  31. package/mcp-docs/mobile/components/Divider.txt +138 -0
  32. package/mcp-docs/mobile/components/DotCount.txt +145 -0
  33. package/mcp-docs/mobile/components/DotStatusColor.txt +58 -0
  34. package/mcp-docs/mobile/components/DotSymbol.txt +134 -0
  35. package/mcp-docs/mobile/components/Fallback.txt +157 -0
  36. package/mcp-docs/mobile/components/FloatingAssetCard.txt +155 -0
  37. package/mcp-docs/mobile/components/HStack.txt +234 -0
  38. package/mcp-docs/mobile/components/HeroSquare.txt +47 -0
  39. package/mcp-docs/mobile/components/Icon.txt +51 -0
  40. package/mcp-docs/mobile/components/IconButton.txt +268 -0
  41. package/mcp-docs/mobile/components/InputChip.txt +187 -0
  42. package/mcp-docs/mobile/components/Interactable.txt +186 -0
  43. package/mcp-docs/mobile/components/LineChart.txt +1324 -0
  44. package/mcp-docs/mobile/components/Link.txt +291 -0
  45. package/mcp-docs/mobile/components/ListCell.txt +412 -0
  46. package/mcp-docs/mobile/components/LogoMark.txt +84 -0
  47. package/mcp-docs/mobile/components/LogoWordMark.txt +93 -0
  48. package/mcp-docs/mobile/components/Lottie.txt +138 -0
  49. package/mcp-docs/mobile/components/LottieStatusAnimation.txt +46 -0
  50. package/mcp-docs/mobile/components/Modal.txt +83 -0
  51. package/mcp-docs/mobile/components/ModalBody.txt +33 -0
  52. package/mcp-docs/mobile/components/ModalFooter.txt +24 -0
  53. package/mcp-docs/mobile/components/ModalHeader.txt +27 -0
  54. package/mcp-docs/mobile/components/MultiContentModule.txt +379 -0
  55. package/mcp-docs/mobile/components/NavigationTitle.txt +131 -0
  56. package/mcp-docs/mobile/components/NavigationTitleSelect.txt +141 -0
  57. package/mcp-docs/mobile/components/NudgeCard.txt +89 -0
  58. package/mcp-docs/mobile/components/Numpad.txt +340 -0
  59. package/mcp-docs/mobile/components/Overlay.txt +151 -0
  60. package/mcp-docs/mobile/components/PageFooter.txt +160 -0
  61. package/mcp-docs/mobile/components/PageHeader.txt +185 -0
  62. package/mcp-docs/mobile/components/PeriodSelector.txt +407 -0
  63. package/mcp-docs/mobile/components/Pictogram.txt +47 -0
  64. package/mcp-docs/mobile/components/Point.txt +204 -0
  65. package/mcp-docs/mobile/components/PortalProvider.txt +78 -0
  66. package/mcp-docs/mobile/components/Pressable.txt +210 -0
  67. package/mcp-docs/mobile/components/ProgressBar.txt +129 -0
  68. package/mcp-docs/mobile/components/ProgressBarWithFixedLabels.txt +160 -0
  69. package/mcp-docs/mobile/components/ProgressBarWithFloatLabel.txt +137 -0
  70. package/mcp-docs/mobile/components/ProgressCircle.txt +236 -0
  71. package/mcp-docs/mobile/components/Radio.txt +241 -0
  72. package/mcp-docs/mobile/components/RadioCell.txt +201 -0
  73. package/mcp-docs/mobile/components/RadioGroup.txt +281 -0
  74. package/mcp-docs/mobile/components/ReferenceLine.txt +152 -0
  75. package/mcp-docs/mobile/components/RemoteImage.txt +105 -0
  76. package/mcp-docs/mobile/components/RemoteImageGroup.txt +60 -0
  77. package/mcp-docs/mobile/components/RollingNumber.txt +788 -0
  78. package/mcp-docs/mobile/components/Scrubber.txt +203 -0
  79. package/mcp-docs/mobile/components/SearchInput.txt +191 -0
  80. package/mcp-docs/mobile/components/SectionHeader.txt +204 -0
  81. package/mcp-docs/mobile/components/SegmentedTabs.txt +315 -0
  82. package/mcp-docs/mobile/components/Select.txt +211 -0
  83. package/mcp-docs/mobile/components/SelectChip.txt +323 -0
  84. package/mcp-docs/mobile/components/SelectOption.txt +84 -0
  85. package/mcp-docs/mobile/components/SlideButton.txt +330 -0
  86. package/mcp-docs/mobile/components/Spacer.txt +83 -0
  87. package/mcp-docs/mobile/components/Sparkline.txt +122 -0
  88. package/mcp-docs/mobile/components/SparklineGradient.txt +106 -0
  89. package/mcp-docs/mobile/components/SparklineInteractive.txt +156 -0
  90. package/mcp-docs/mobile/components/SparklineInteractiveHeader.txt +72 -0
  91. package/mcp-docs/mobile/components/Spinner.txt +48 -0
  92. package/mcp-docs/mobile/components/SpotIcon.txt +47 -0
  93. package/mcp-docs/mobile/components/SpotRectangle.txt +47 -0
  94. package/mcp-docs/mobile/components/SpotSquare.txt +47 -0
  95. package/mcp-docs/mobile/components/Stepper.txt +527 -0
  96. package/mcp-docs/mobile/components/SubBrandLogoMark.txt +125 -0
  97. package/mcp-docs/mobile/components/SubBrandLogoWordMark.txt +125 -0
  98. package/mcp-docs/mobile/components/Switch.txt +97 -0
  99. package/mcp-docs/mobile/components/TabIndicator.txt +48 -0
  100. package/mcp-docs/mobile/components/TabLabel.txt +153 -0
  101. package/mcp-docs/mobile/components/TabNavigation.txt +146 -0
  102. package/mcp-docs/mobile/components/TabbedChips.txt +142 -0
  103. package/mcp-docs/mobile/components/Tabs.txt +190 -0
  104. package/mcp-docs/mobile/components/Tag.txt +300 -0
  105. package/mcp-docs/mobile/components/Text.txt +211 -0
  106. package/mcp-docs/mobile/components/TextInput.txt +717 -0
  107. package/mcp-docs/mobile/components/ThemeProvider.txt +132 -0
  108. package/mcp-docs/mobile/components/Toast.txt +196 -0
  109. package/mcp-docs/mobile/components/Tooltip.txt +59 -0
  110. package/mcp-docs/mobile/components/TopNavBar.txt +161 -0
  111. package/mcp-docs/mobile/components/Tour.txt +158 -0
  112. package/mcp-docs/mobile/components/Tray.txt +252 -0
  113. package/mcp-docs/mobile/components/UpsellCard.txt +321 -0
  114. package/mcp-docs/mobile/components/VStack.txt +222 -0
  115. package/mcp-docs/mobile/components/XAxis.txt +621 -0
  116. package/mcp-docs/mobile/components/YAxis.txt +567 -0
  117. package/mcp-docs/mobile/getting-started/ai-overview.txt +108 -0
  118. package/mcp-docs/mobile/getting-started/installation.txt +57 -0
  119. package/mcp-docs/mobile/getting-started/introduction.txt +102 -0
  120. package/mcp-docs/mobile/getting-started/playground.txt +28 -0
  121. package/mcp-docs/mobile/getting-started/styling.txt +84 -0
  122. package/mcp-docs/mobile/getting-started/theming.txt +286 -0
  123. package/mcp-docs/mobile/hooks/useDimensions.txt +72 -0
  124. package/mcp-docs/mobile/hooks/useEventHandler.txt +120 -0
  125. package/mcp-docs/mobile/hooks/useMergeRefs.txt +116 -0
  126. package/mcp-docs/mobile/hooks/useOverlayContentContext.txt +280 -0
  127. package/mcp-docs/mobile/hooks/usePreviousValue.txt +74 -0
  128. package/mcp-docs/mobile/hooks/useRefMap.txt +178 -0
  129. package/mcp-docs/mobile/hooks/useTheme.txt +321 -0
  130. package/mcp-docs/mobile/routes.txt +139 -0
  131. package/mcp-docs/web/components/Accordion.txt +189 -0
  132. package/mcp-docs/web/components/AccordionItem.txt +31 -0
  133. package/mcp-docs/web/components/Alert.txt +164 -0
  134. package/mcp-docs/web/components/AreaChart.txt +510 -0
  135. package/mcp-docs/web/components/Avatar.txt +211 -0
  136. package/mcp-docs/web/components/AvatarButton.txt +240 -0
  137. package/mcp-docs/web/components/Banner.txt +226 -0
  138. package/mcp-docs/web/components/BarChart.txt +1267 -0
  139. package/mcp-docs/web/components/Box.txt +175 -0
  140. package/mcp-docs/web/components/Button.txt +212 -0
  141. package/mcp-docs/web/components/ButtonGroup.txt +79 -0
  142. package/mcp-docs/web/components/Calendar.txt +181 -0
  143. package/mcp-docs/web/components/Carousel.txt +1575 -0
  144. package/mcp-docs/web/components/CartesianChart.txt +1044 -0
  145. package/mcp-docs/web/components/CellMedia.txt +56 -0
  146. package/mcp-docs/web/components/Checkbox.txt +188 -0
  147. package/mcp-docs/web/components/CheckboxCell.txt +202 -0
  148. package/mcp-docs/web/components/CheckboxGroup.txt +219 -0
  149. package/mcp-docs/web/components/Chip.txt +196 -0
  150. package/mcp-docs/web/components/Coachmark.txt +188 -0
  151. package/mcp-docs/web/components/Collapsible.txt +119 -0
  152. package/mcp-docs/web/components/ContainedAssetCard.txt +232 -0
  153. package/mcp-docs/web/components/ContentCard.txt +367 -0
  154. package/mcp-docs/web/components/ContentCardBody.txt +137 -0
  155. package/mcp-docs/web/components/ContentCardFooter.txt +129 -0
  156. package/mcp-docs/web/components/ContentCardHeader.txt +147 -0
  157. package/mcp-docs/web/components/ContentCell.txt +219 -0
  158. package/mcp-docs/web/components/ControlGroup.txt +436 -0
  159. package/mcp-docs/web/components/DatePicker.txt +505 -0
  160. package/mcp-docs/web/components/Divider.txt +143 -0
  161. package/mcp-docs/web/components/DotCount.txt +149 -0
  162. package/mcp-docs/web/components/DotStatusColor.txt +58 -0
  163. package/mcp-docs/web/components/DotSymbol.txt +137 -0
  164. package/mcp-docs/web/components/Dropdown.txt +119 -0
  165. package/mcp-docs/web/components/Fallback.txt +163 -0
  166. package/mcp-docs/web/components/FloatingAssetCard.txt +250 -0
  167. package/mcp-docs/web/components/FullscreenAlert.txt +69 -0
  168. package/mcp-docs/web/components/FullscreenModal.txt +145 -0
  169. package/mcp-docs/web/components/FullscreenModalLayout.txt +187 -0
  170. package/mcp-docs/web/components/Grid.txt +236 -0
  171. package/mcp-docs/web/components/GridColumn.txt +209 -0
  172. package/mcp-docs/web/components/HStack.txt +236 -0
  173. package/mcp-docs/web/components/HeroSquare.txt +48 -0
  174. package/mcp-docs/web/components/Icon.txt +145 -0
  175. package/mcp-docs/web/components/IconButton.txt +390 -0
  176. package/mcp-docs/web/components/InputChip.txt +187 -0
  177. package/mcp-docs/web/components/Interactable.txt +193 -0
  178. package/mcp-docs/web/components/LineChart.txt +1576 -0
  179. package/mcp-docs/web/components/Link.txt +243 -0
  180. package/mcp-docs/web/components/ListCell.txt +418 -0
  181. package/mcp-docs/web/components/LogoMark.txt +84 -0
  182. package/mcp-docs/web/components/LogoWordMark.txt +93 -0
  183. package/mcp-docs/web/components/Lottie.txt +157 -0
  184. package/mcp-docs/web/components/LottieStatusAnimation.txt +57 -0
  185. package/mcp-docs/web/components/MediaQueryProvider.txt +108 -0
  186. package/mcp-docs/web/components/Modal.txt +196 -0
  187. package/mcp-docs/web/components/ModalBody.txt +117 -0
  188. package/mcp-docs/web/components/ModalFooter.txt +119 -0
  189. package/mcp-docs/web/components/ModalHeader.txt +123 -0
  190. package/mcp-docs/web/components/MultiContentModule.txt +381 -0
  191. package/mcp-docs/web/components/NavigationBar.txt +102 -0
  192. package/mcp-docs/web/components/NavigationTitle.txt +25 -0
  193. package/mcp-docs/web/components/NavigationTitleSelect.txt +45 -0
  194. package/mcp-docs/web/components/NudgeCard.txt +181 -0
  195. package/mcp-docs/web/components/Overlay.txt +171 -0
  196. package/mcp-docs/web/components/PageFooter.txt +184 -0
  197. package/mcp-docs/web/components/PageHeader.txt +243 -0
  198. package/mcp-docs/web/components/Pagination.txt +499 -0
  199. package/mcp-docs/web/components/PeriodSelector.txt +703 -0
  200. package/mcp-docs/web/components/Pictogram.txt +48 -0
  201. package/mcp-docs/web/components/Point.txt +460 -0
  202. package/mcp-docs/web/components/PortalProvider.txt +76 -0
  203. package/mcp-docs/web/components/Pressable.txt +193 -0
  204. package/mcp-docs/web/components/ProgressBar.txt +163 -0
  205. package/mcp-docs/web/components/ProgressBarWithFixedLabels.txt +212 -0
  206. package/mcp-docs/web/components/ProgressBarWithFloatLabel.txt +181 -0
  207. package/mcp-docs/web/components/ProgressCircle.txt +443 -0
  208. package/mcp-docs/web/components/Radio.txt +219 -0
  209. package/mcp-docs/web/components/RadioCell.txt +215 -0
  210. package/mcp-docs/web/components/RadioGroup.txt +288 -0
  211. package/mcp-docs/web/components/ReferenceLine.txt +451 -0
  212. package/mcp-docs/web/components/RemoteImage.txt +165 -0
  213. package/mcp-docs/web/components/RemoteImageGroup.txt +86 -0
  214. package/mcp-docs/web/components/RollingNumber.txt +1021 -0
  215. package/mcp-docs/web/components/Scrubber.txt +231 -0
  216. package/mcp-docs/web/components/SearchInput.txt +117 -0
  217. package/mcp-docs/web/components/SectionHeader.txt +217 -0
  218. package/mcp-docs/web/components/SegmentedTabs.txt +324 -0
  219. package/mcp-docs/web/components/Select.txt +224 -0
  220. package/mcp-docs/web/components/SelectChip.txt +314 -0
  221. package/mcp-docs/web/components/SelectOption.txt +165 -0
  222. package/mcp-docs/web/components/Sidebar.txt +349 -0
  223. package/mcp-docs/web/components/SidebarItem.txt +131 -0
  224. package/mcp-docs/web/components/SidebarMoreMenu.txt +30 -0
  225. package/mcp-docs/web/components/Spacer.txt +173 -0
  226. package/mcp-docs/web/components/Sparkline.txt +122 -0
  227. package/mcp-docs/web/components/SparklineGradient.txt +106 -0
  228. package/mcp-docs/web/components/SparklineInteractive.txt +153 -0
  229. package/mcp-docs/web/components/SparklineInteractiveHeader.txt +76 -0
  230. package/mcp-docs/web/components/Spinner.txt +128 -0
  231. package/mcp-docs/web/components/SpotIcon.txt +48 -0
  232. package/mcp-docs/web/components/SpotRectangle.txt +48 -0
  233. package/mcp-docs/web/components/SpotSquare.txt +48 -0
  234. package/mcp-docs/web/components/Stepper.txt +682 -0
  235. package/mcp-docs/web/components/SubBrandLogoMark.txt +125 -0
  236. package/mcp-docs/web/components/SubBrandLogoWordMark.txt +125 -0
  237. package/mcp-docs/web/components/Switch.txt +85 -0
  238. package/mcp-docs/web/components/TabIndicator.txt +48 -0
  239. package/mcp-docs/web/components/TabLabel.txt +158 -0
  240. package/mcp-docs/web/components/TabNavigation.txt +159 -0
  241. package/mcp-docs/web/components/TabbedChips.txt +155 -0
  242. package/mcp-docs/web/components/Table.txt +367 -0
  243. package/mcp-docs/web/components/TableBody.txt +83 -0
  244. package/mcp-docs/web/components/TableCaption.txt +102 -0
  245. package/mcp-docs/web/components/TableCell.txt +165 -0
  246. package/mcp-docs/web/components/TableCellFallback.txt +97 -0
  247. package/mcp-docs/web/components/TableFooter.txt +83 -0
  248. package/mcp-docs/web/components/TableHeader.txt +100 -0
  249. package/mcp-docs/web/components/TableRow.txt +140 -0
  250. package/mcp-docs/web/components/Tabs.txt +212 -0
  251. package/mcp-docs/web/components/Tag.txt +304 -0
  252. package/mcp-docs/web/components/Text.txt +232 -0
  253. package/mcp-docs/web/components/TextInput.txt +652 -0
  254. package/mcp-docs/web/components/ThemeProvider.txt +199 -0
  255. package/mcp-docs/web/components/TileButton.txt +158 -0
  256. package/mcp-docs/web/components/Toast.txt +203 -0
  257. package/mcp-docs/web/components/Tooltip.txt +89 -0
  258. package/mcp-docs/web/components/Tour.txt +179 -0
  259. package/mcp-docs/web/components/Tray.txt +288 -0
  260. package/mcp-docs/web/components/UpsellCard.txt +319 -0
  261. package/mcp-docs/web/components/VStack.txt +224 -0
  262. package/mcp-docs/web/components/XAxis.txt +619 -0
  263. package/mcp-docs/web/components/YAxis.txt +548 -0
  264. package/mcp-docs/web/getting-started/ai-overview.txt +108 -0
  265. package/mcp-docs/web/getting-started/installation.txt +103 -0
  266. package/mcp-docs/web/getting-started/introduction.txt +102 -0
  267. package/mcp-docs/web/getting-started/playground.txt +28 -0
  268. package/mcp-docs/web/getting-started/styling.txt +161 -0
  269. package/mcp-docs/web/getting-started/templates.txt +121 -0
  270. package/mcp-docs/web/getting-started/theming.txt +426 -0
  271. package/mcp-docs/web/hooks/useBreakpoints.txt +61 -0
  272. package/mcp-docs/web/hooks/useDimensions.txt +114 -0
  273. package/mcp-docs/web/hooks/useEventHandler.txt +120 -0
  274. package/mcp-docs/web/hooks/useHasMounted.txt +75 -0
  275. package/mcp-docs/web/hooks/useIsoEffect.txt +58 -0
  276. package/mcp-docs/web/hooks/useMediaQuery.txt +114 -0
  277. package/mcp-docs/web/hooks/useMergeRefs.txt +116 -0
  278. package/mcp-docs/web/hooks/useOverlayContentContext.txt +279 -0
  279. package/mcp-docs/web/hooks/usePreviousValue.txt +74 -0
  280. package/mcp-docs/web/hooks/useRefMap.txt +178 -0
  281. package/mcp-docs/web/hooks/useScrollBlocker.txt +82 -0
  282. package/mcp-docs/web/hooks/useTheme.txt +364 -0
  283. package/mcp-docs/web/routes.txt +163 -0
  284. package/package.json +1 -1
@@ -0,0 +1,1044 @@
1
+ # CartesianChart
2
+
3
+ A flexible, low-level chart component for displaying data in an x/y coordinate space. Provides a foundation for building custom chart visualizations with full control over rendering.
4
+
5
+ ## Import
6
+
7
+ ```tsx
8
+ import { CartesianChart } from '@coinbase/cds-web-visualization'
9
+ ```
10
+
11
+ ## Examples
12
+
13
+ CartesianChart is a customizable, SVG based component that can be used to display a variety of data in a x/y coordinate space. The underlying logic is handled by D3.
14
+
15
+ ### Basic Example
16
+
17
+ [AreaChart](/components/graphs/AreaChart/), [BarChart](/components/graphs/BarChart/), and [LineChart](/components/graphs/LineChart/) are built on top of CartesianChart and have default functionality for your chart.
18
+
19
+ ```jsx live
20
+ <VStack gap={2}>
21
+ <AreaChart
22
+ enableScrubbing
23
+ height={{ base: 150, tablet: 200, desktop: 250 }}
24
+ series={[
25
+ {
26
+ id: 'prices',
27
+ data: [10, 22, 29, 45, 98, 45, 22, 52, 21, 4, 68, 20, 21, 58],
28
+ },
29
+ ]}
30
+ curve="monotone"
31
+ showYAxis
32
+ yAxis={{
33
+ showGrid: true,
34
+ }}
35
+ >
36
+ <Scrubber />
37
+ </AreaChart>
38
+ <BarChart
39
+ enableScrubbing
40
+ height={{ base: 150, tablet: 200, desktop: 250 }}
41
+ series={[
42
+ {
43
+ id: 'prices',
44
+ data: [10, 22, 29, 45, 98, 45, 22, 52, 21, 4, 68, 20, 21, 58],
45
+ },
46
+ ]}
47
+ showYAxis
48
+ yAxis={{
49
+ showGrid: true,
50
+ }}
51
+ >
52
+ <Scrubber hideOverlay seriesIds={[]} />
53
+ </BarChart>
54
+ <LineChart
55
+ enableScrubbing
56
+ height={{ base: 150, tablet: 200, desktop: 250 }}
57
+ series={[
58
+ {
59
+ id: 'prices',
60
+ data: [10, 22, 29, 45, 98, 45, 22, 52, 21, 4, 68, 20, 21, 58],
61
+ },
62
+ ]}
63
+ curve="monotone"
64
+ showYAxis
65
+ showArea
66
+ yAxis={{
67
+ showGrid: true,
68
+ }}
69
+ >
70
+ <Scrubber />
71
+ </LineChart>
72
+ </VStack>
73
+ ```
74
+
75
+ ### Series
76
+
77
+ Series are the data that will be displayed on the chart. Each series must have a defined `id`.
78
+
79
+ #### Series Data
80
+
81
+ You can pass in an array of numbers or an array of tuples for the `data` prop. Passing in null values is equivalent to no data at that index.
82
+
83
+ ```jsx live
84
+ function ForecastedPrice() {
85
+ const ForecastRect = memo(({ startIndex, endIndex }) => {
86
+ const { drawingArea, getXScale } = useCartesianChartContext();
87
+
88
+ const xScale = getXScale();
89
+
90
+ if (!xScale) return;
91
+
92
+ const startX = xScale(startIndex);
93
+ const endX = xScale(endIndex);
94
+ return (
95
+ <rect
96
+ x={startX}
97
+ y={drawingArea.y}
98
+ width={endX - startX}
99
+ height={drawingArea.height}
100
+ fill="var(--color-accentSubtleBlue)"
101
+ />
102
+ );
103
+ });
104
+ return (
105
+ <CartesianChart
106
+ enableScrubbing
107
+ height={{ base: 150, tablet: 200, desktop: 250 }}
108
+ series={[
109
+ {
110
+ id: 'prices',
111
+ data: [10, 22, 29, 45, 98, 45, 22, 52, 54, 60, 64, 68, 72, 76],
112
+ color: 'var(--color-accentBoldBlue)',
113
+ },
114
+ {
115
+ id: 'variance',
116
+ data: [
117
+ null,
118
+ null,
119
+ null,
120
+ null,
121
+ null,
122
+ null,
123
+ null,
124
+ [52, 52],
125
+ [50, 57],
126
+ [52, 63],
127
+ [55, 75],
128
+ [57, 77],
129
+ [59, 79],
130
+ [60, 80],
131
+ ],
132
+ color: 'var(--color-accentBoldBlue)',
133
+ },
134
+ ]}
135
+ yAxis={{
136
+ showGrid: true,
137
+ }}
138
+ >
139
+ <ForecastRect startIndex={7} endIndex={13} />
140
+ <Area seriesId="variance" type="solid" curve="monotone" fillOpacity={0.3} />
141
+ <Line seriesId="prices" curve="monotone" />
142
+ </CartesianChart>
143
+ );
144
+ }
145
+ ```
146
+
147
+ #### Series Axis IDs
148
+
149
+ Each series can have a different `yAxisId`, allowing you to compare data from different contexts.
150
+
151
+ ```jsx live
152
+ <CartesianChart
153
+ height={{ base: 150, tablet: 200, desktop: 250 }}
154
+ series={[
155
+ {
156
+ id: 'revenue',
157
+ data: [455, 520, 380, 455, 190, 235],
158
+ yAxisId: 'revenue',
159
+ color: 'var(--color-accentBoldYellow)',
160
+ },
161
+ {
162
+ id: 'profit',
163
+ data: [23, 15, 30, 56, 4, 12],
164
+ yAxisId: 'profit',
165
+ color: 'var(--color-fgPositive)',
166
+ },
167
+ ]}
168
+ xAxis={{
169
+ data: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun'],
170
+ scaleType: 'band',
171
+ }}
172
+ yAxis={[
173
+ {
174
+ id: 'revenue',
175
+ },
176
+ {
177
+ id: 'profit',
178
+ },
179
+ ]}
180
+ >
181
+ <XAxis showLine showTickMarks />
182
+ <YAxis
183
+ showGrid
184
+ showLine
185
+ showTickMarks
186
+ axisId="revenue"
187
+ position="left"
188
+ requestedTickCount={5}
189
+ tickLabelFormatter={(value) => `$${value}k`}
190
+ width={60}
191
+ />
192
+ <YAxis
193
+ showLine
194
+ showTickMarks
195
+ axisId="profit"
196
+ requestedTickCount={5}
197
+ tickLabelFormatter={(value) => `$${value}k`}
198
+ />
199
+ <BarPlot />
200
+ </CartesianChart>
201
+ ```
202
+
203
+ #### Series Stacks
204
+
205
+ You can provide a `stackId` to stack series together.
206
+
207
+ ```jsx live
208
+ <AreaChart
209
+ enableScrubbing
210
+ height={{ base: 150, tablet: 200, desktop: 250 }}
211
+ series={[
212
+ {
213
+ id: 'pricesA',
214
+ data: [10, 22, 29, 45, 98, 45, 22, 52, 21, 4, 68, 20, 21, 58],
215
+ stackId: 'prices',
216
+ color: 'var(--color-accentBoldGreen)',
217
+ },
218
+ {
219
+ id: 'pricesB',
220
+ data: [10, 22, 29, 45, 98, 45, 22, 52, 21, 4, 68, 20, 21, 58],
221
+ stackId: 'prices',
222
+ color: 'var(--color-accentBoldPurple)',
223
+ },
224
+ ]}
225
+ curve="monotone"
226
+ showYAxis
227
+ yAxis={{
228
+ showGrid: true,
229
+ }}
230
+ >
231
+ <Scrubber />
232
+ </LineChart>
233
+ ```
234
+
235
+ ### Axes
236
+
237
+ You can configure your x and y axes with the `xAxis` and `yAxis` props. `xAxis` accepts an object while `yAxis` accepts an object or array.
238
+
239
+ ```jsx live
240
+ <CartesianChart
241
+ height={{ base: 150, tablet: 200, desktop: 250 }}
242
+ series={[
243
+ {
244
+ id: 'prices',
245
+ data: [10, 22, 29, 45, 98, 45, 22, 52, 21, 4, 68, 20, 21, 58],
246
+ },
247
+ ]}
248
+ xAxis={{
249
+ scaleType: 'band',
250
+ }}
251
+ yAxis={{
252
+ domain: { min: 0 },
253
+ }}
254
+ >
255
+ <YAxis showLine showTickMarks showGrid />
256
+ <XAxis showLine showTickMarks />
257
+ <BarPlot />
258
+ </CartesianChart>
259
+ ```
260
+
261
+ For more info, learn about [XAxis](/components/graphs/XAxis/#axis-config) and [YAxis](/components/graphs/YAxis/#axis-config) configuration.
262
+
263
+ ### Inset
264
+
265
+ You can adjust the inset around the entire chart (outside the axes) with the `inset` prop. This is useful for when you want to have components that are outside of the drawing area of the data but still within the chart svg.
266
+
267
+ You can also remove the default inset, such as to have a compact line chart.
268
+
269
+ ```jsx live
270
+ function Insets() {
271
+ const data = [10, 22, 29, 45, 98, 45, 22, 52, 21, 4, 68, 20, 21, 58];
272
+
273
+ const formatPrice = useCallback((dataIndex: number) => {
274
+ const price = data[dataIndex];
275
+ return `$${price.toLocaleString('en-US', {
276
+ minimumFractionDigits: 2,
277
+ maximumFractionDigits: 2,
278
+ })}`;
279
+ }, []);
280
+
281
+ return (
282
+ <HStack gap={2}>
283
+ <VStack gap={1}>
284
+ <Text font="label1">No inset</Text>
285
+ <LineChart
286
+ height={100}
287
+ inset={0}
288
+ series={[
289
+ {
290
+ id: 'prices',
291
+ data,
292
+ },
293
+ ]}
294
+ yAxis={{ domainLimit: 'strict' }}
295
+ curve="monotone"
296
+ showArea
297
+ style={{ border: '2px solid var(--color-fgPrimary)' }}
298
+ />
299
+ </VStack>
300
+ <VStack gap={1}>
301
+ <Text font="label1">Custom inset</Text>
302
+ <LineChart
303
+ enableScrubbing
304
+ height={100}
305
+ inset={{ left: 10, top: 16, right: 10, bottom: 10 }}
306
+ series={[
307
+ {
308
+ id: 'prices',
309
+ data,
310
+ },
311
+ ]}
312
+ yAxis={{ domainLimit: 'strict' }}
313
+ curve="monotone"
314
+ showArea
315
+ style={{ border: '2px solid var(--color-fgPrimary)' }}
316
+ >
317
+ <Scrubber label={formatPrice} />
318
+ </LineChart>
319
+ </VStack>
320
+ <VStack gap={1}>
321
+ <Text font="label1">Default inset</Text>
322
+ <LineChart
323
+ enableScrubbing
324
+ height={100}
325
+ series={[
326
+ {
327
+ id: 'prices',
328
+ data,
329
+ },
330
+ ]}
331
+ yAxis={{ domainLimit: 'strict' }}
332
+ curve="monotone"
333
+ showArea
334
+ style={{ border: '2px solid var(--color-fgPrimary)' }}
335
+ >
336
+ <Scrubber label={formatPrice} />
337
+ </LineChart>
338
+ </VStack>
339
+ </HStack>
340
+ );
341
+ }
342
+ ```
343
+
344
+ ### Scrubbing
345
+
346
+ CartesianChart has built-in scrubbing functionality that can be enabled with the `enableScrubbing` prop. This will then enable the usage of `onScrubberPositionChange` to get the current position of the scrubber as the user interacts with the chart.
347
+
348
+ ```jsx live
349
+ function Scrubbing() {
350
+ const [scrubIndex, setScrubIndex] = useState(undefined);
351
+
352
+ const onScrubberPositionChange = useCallback((index: number | undefined) => {
353
+ setScrubIndex(index);
354
+ }, []);
355
+
356
+ return (
357
+ <VStack gap={2}>
358
+ <Text font="label1">Scrubber index: {scrubIndex ?? 'none'}</Text>
359
+ <LineChart
360
+ enableScrubbing
361
+ onScrubberPositionChange={onScrubberPositionChange}
362
+ height={{ base: 150, tablet: 200, desktop: 250 }}
363
+ series={[
364
+ {
365
+ id: 'prices',
366
+ data: [10, 22, 29, 45, 98, 45, 22, 52, 21, 4, 68, 20, 21, 58],
367
+ },
368
+ ]}
369
+ curve="monotone"
370
+ showYAxis
371
+ showArea
372
+ yAxis={{
373
+ showGrid: true,
374
+ width: 32
375
+ }}
376
+ inset={{ right: 0 }}
377
+ >
378
+ <Scrubber />
379
+ </LineChart>
380
+ </VStack>
381
+ );
382
+ }
383
+ ```
384
+
385
+ ### Customization
386
+
387
+ #### Price with Volume
388
+
389
+ You can showcase the price and volume of an asset over time within one chart.
390
+
391
+ ```jsx live
392
+ function PriceWithVolume() {
393
+ const [scrubIndex, setScrubIndex] = useState(null);
394
+ const btcData = btcCandles
395
+ .slice(0, 180)
396
+ .reverse()
397
+
398
+ const btcPrices = btcData.map((candle) => parseFloat(candle.close));
399
+ const btcVolumes = btcData.map((candle) => parseFloat(candle.volume));
400
+ const btcDates = btcData.map((candle) => new Date(parseInt(candle.start) * 1000));
401
+
402
+ const formatPrice = useCallback((price: number) => {
403
+ return `$${price.toLocaleString('en-US', {
404
+ minimumFractionDigits: 2,
405
+ maximumFractionDigits: 2,
406
+ })}`;
407
+ }, []);
408
+
409
+ const formatPriceInThousands = useCallback((price: number) => {
410
+ return `$${(price / 1000).toLocaleString('en-US', {
411
+ minimumFractionDigits: 0,
412
+ maximumFractionDigits: 2,
413
+ })}k`;
414
+ }, []);
415
+
416
+ const formatVolume = useCallback((volume: number) => {
417
+ return `${(volume / 1000).toFixed(2)}K`;
418
+ }, []);
419
+
420
+ const formatDate = useCallback((date: Date) => {
421
+ return date.toLocaleDateString('en-US', {
422
+ month: 'short',
423
+ day: 'numeric',
424
+ });
425
+ }, []);
426
+
427
+ const displayIndex = scrubIndex ?? btcPrices.length - 1;
428
+ const currentPrice = btcPrices[displayIndex];
429
+ const currentVolume = btcVolumes[displayIndex];
430
+ const currentDate = btcDates[displayIndex];
431
+ const priceChange = displayIndex > 0
432
+ ? ((currentPrice - btcPrices[displayIndex - 1]) / btcPrices[displayIndex - 1])
433
+ : 0;
434
+
435
+ const accessibilityLabel = useMemo(() => {
436
+ if (scrubIndex === null) return `Current Bitcoin price: ${formatPrice(currentPrice)}, Volume: ${formatVolume(currentVolume)}`;
437
+ return `Bitcoin price at ${formatDate(currentDate)}: ${formatPrice(currentPrice)}, Volume: ${formatVolume(currentVolume)}`;
438
+ }, [scrubIndex, currentPrice, currentVolume, currentDate, formatPrice, formatVolume, formatDate]);
439
+
440
+ const ThinSolidLine = memo((props: SolidLineProps) => <SolidLine {...props} strokeWidth={1} />);
441
+
442
+ const headerId = useId();
443
+
444
+ return (
445
+ <VStack gap={2}>
446
+ <SectionHeader
447
+ id={headerId}
448
+ style={{ padding: 0 }}
449
+ title={<Text font="title1">Bitcoin</Text>}
450
+ balance={<Text font="title2">{formatPrice(currentPrice)}</Text>}
451
+ end={
452
+ <HStack gap={2}>
453
+ <VStack justifyContent="center" alignItems="flex-end">
454
+ <Text font="label1">{formatDate(currentDate)}</Text>
455
+ <Text font="label2">{formatVolume(currentVolume)}</Text>
456
+ </VStack>
457
+ <VStack justifyContent="center">
458
+ <RemoteImage source={assets.btc.imageUrl} size="xl" shape="circle" />
459
+ </VStack>
460
+ </HStack>
461
+ }
462
+ />
463
+ <CartesianChart
464
+ enableScrubbing
465
+ onScrubberPositionChange={setScrubIndex}
466
+ height={250}
467
+ series={[
468
+ {
469
+ id: 'prices',
470
+ data: btcPrices,
471
+ color: assets.btc.color,
472
+ yAxisId: 'price',
473
+ },
474
+ {
475
+ id: 'volume',
476
+ data: btcVolumes,
477
+ color: 'var(--color-fgMuted)',
478
+ yAxisId: 'volume',
479
+ },
480
+ ]}
481
+ style={{ outlineColor: assets.btc.color }}
482
+ xAxis={{ scaleType: 'band', range: ({ min, max }) => ({ min, max: max - 16 }) }}
483
+ yAxis={[
484
+ {
485
+ id: 'price',
486
+ domain: ({ min, max }) => ({ min: min * 0.9, max }),
487
+ },
488
+ {
489
+ id: 'volume',
490
+ range: ({ min, max }) => ({ min: max - 32, max }),
491
+ },
492
+ ]}
493
+ accessibilityLabel={accessibilityLabel}
494
+ aria-labelledby={headerId}
495
+ inset={{ top: 8, left: 8, right: 0, bottom: 0 }}
496
+ >
497
+ <YAxis axisId="price" showGrid tickLabelFormatter={formatPriceInThousands} width={48} GridLineComponent={ThinSolidLine} />
498
+ <BarPlot seriesIds={['volume']} />
499
+ <Line seriesId="prices" curve="monotone" showArea />
500
+ <Scrubber seriesIds={['prices']} />
501
+ </CartesianChart>
502
+ </VStack>
503
+ );
504
+ }
505
+ ```
506
+
507
+ #### Earnings History
508
+
509
+ You can also create your own type of cartesian chart by using `getSeriesData`, `getXScale`, and `getYScale` directly.
510
+
511
+ ```jsx live
512
+ function EarningsHistory() {
513
+ const CirclePlot = memo(({ seriesId, opacity = 1 }: { seriesId: string, opacity?: number }) => {
514
+ const { drawingArea, getSeries, getSeriesData, getXScale, getYScale } = useCartesianChartContext();
515
+ const series = getSeries(seriesId);
516
+ const data = getSeriesData(seriesId);
517
+ const xScale = getXScale();
518
+ const yScale = getYScale(series?.yAxisId);
519
+
520
+ if (!xScale || !yScale || !data || !isCategoricalScale(xScale)) return null;
521
+
522
+ const yScaleSize = Math.abs(yScale.range()[1] - yScale.range()[0]);
523
+
524
+ // Have circle diameter be the smaller of the x scale bandwidth or 10% of the y space available
525
+ const diameter = Math.min(xScale.bandwidth(), yScaleSize / 10);
526
+
527
+ return (
528
+ <g>
529
+ {data.map((value, index) => {
530
+ if (value === null || value === undefined) return null;
531
+
532
+ // Get x position from band scale - center of the band
533
+ const xPos = xScale(index);
534
+ if (xPos === undefined) return null;
535
+
536
+ const centerX = xPos + xScale.bandwidth() / 2;
537
+
538
+ // Get y position from value
539
+ const yValue = Array.isArray(value) ? value[1] : value;
540
+ const centerY = yScale(yValue);
541
+ if (centerY === undefined) return null;
542
+
543
+ return (
544
+ <circle
545
+ key={`${seriesId}-${index}`}
546
+ cx={centerX}
547
+ cy={centerY}
548
+ fill={series?.color || 'var(--color-fgPrimary)'}
549
+ opacity={opacity}
550
+ r={diameter / 2}
551
+ />
552
+ );
553
+ })}
554
+ </g>
555
+ );
556
+ });
557
+
558
+ const quarters = useMemo(() => ['Q1', 'Q2', 'Q3', 'Q4'], []);
559
+ const estimatedEPS = useMemo(() => [1.71, 1.82, 1.93, 2.34], []);
560
+ const actualEPS = useMemo(() => [1.68, 1.83, 2.01, 2.24], []);
561
+
562
+ const formatEarningAmount = useCallback((value: number) => {
563
+ return `$${value.toLocaleString('en-US', {
564
+ minimumFractionDigits: 2,
565
+ maximumFractionDigits: 2,
566
+ })}`;
567
+ }, []);
568
+
569
+ const surprisePercentage = useCallback(
570
+ (index: number): ChartTextChildren => {
571
+ const percentage = (actualEPS[index] - estimatedEPS[index]) / estimatedEPS[index];
572
+ const percentageString = percentage.toLocaleString('en-US', {
573
+ style: 'percent',
574
+ minimumFractionDigits: 2,
575
+ maximumFractionDigits: 2,
576
+ });
577
+
578
+ return (
579
+ <tspan
580
+ style={{
581
+ fill: percentage > 0 ? 'var(--color-fgPositive)' : 'var(--color-fgNegative)',
582
+ fontWeight: 'bold',
583
+ }}
584
+ >
585
+ {percentage > 0 ? '+' : ''}
586
+ {percentageString}
587
+ </tspan>
588
+ );
589
+ },
590
+ [actualEPS, estimatedEPS],
591
+ );
592
+
593
+ const LegendItem = memo(({ opacity = 1, label }: { opacity?: number, label: string }) => {
594
+ return (
595
+ <Box alignItems="center" gap={0.5}>
596
+ <LegendDot opacity={opacity} />
597
+ <Text font="label2">{label}</Text>
598
+ </Box>
599
+ );
600
+ });
601
+
602
+ const LegendDot = memo((props: BoxBaseProps) => {
603
+ return <Box borderRadius={1000} width={10} height={10} background="bgPositive" {...props} />;
604
+ });
605
+
606
+ return (
607
+ <VStack gap={0.5}>
608
+ <CartesianChart
609
+ overflow="visible"
610
+ animate={false}
611
+ height={250}
612
+ padding={0}
613
+ series={[
614
+ {
615
+ id: 'estimatedEPS',
616
+ data: estimatedEPS,
617
+ color: 'var(--color-bgPositive)',
618
+ },
619
+ { id: 'actualEPS', data: actualEPS, color: 'var(--color-bgPositive)' },
620
+ ]}
621
+ xAxis={{ scaleType: 'band', categoryPadding: 0.25 }}
622
+ >
623
+ <YAxis
624
+ showGrid
625
+ position="left"
626
+ requestedTickCount={3}
627
+ tickLabelFormatter={formatEarningAmount}
628
+ />
629
+ <XAxis height={20} tickLabelFormatter={(index) => quarters[index]} />
630
+ <XAxis height={20} tickLabelFormatter={surprisePercentage} />
631
+ <CirclePlot opacity={0.5} seriesId="estimatedEPS" />
632
+ <CirclePlot seriesId="actualEPS" />
633
+ </CartesianChart>
634
+ <HStack justifyContent="flex-end" gap={2}>
635
+ <LegendItem opacity={0.5} label="Estimated EPS" />
636
+ <LegendItem label="Actual EPS" />
637
+ </HStack>
638
+ </VStack>
639
+ );
640
+ }
641
+ ```
642
+
643
+ #### Trading Trends
644
+
645
+ You can have multiple axes with different domains and ranges to showcase different pieces of data over the time time period.
646
+
647
+ ```jsx live
648
+ function TradingTrends() {
649
+ const profitData = [34, 24, 28, -4, 8, -16, -3, 12, 24, 18, 20, 28];
650
+ const gains = profitData.map((value) => (value > 0 ? value : 0));
651
+ const losses = profitData.map((value) => (value < 0 ? value : 0));
652
+
653
+ const renderProfit = useCallback((value: number) => {
654
+ return `$${value}M`;
655
+ }, []);
656
+
657
+ const ThinSolidLine = memo((props: SolidLineProps) => <SolidLine {...props} strokeWidth={1} strokeLinecap="butt" />);
658
+ const ThickSolidLine = memo((props: SolidLineProps) => <SolidLine {...props} strokeWidth={2} strokeLinecap="butt" />);
659
+
660
+ return (
661
+ <CartesianChart
662
+ height={250}
663
+ series={[
664
+ { id: 'gains', data: gains, yAxisId: 'profit', color: 'var(--color-bgPositive)', stackId: 'bars' },
665
+ { id: 'losses', data: losses, yAxisId: 'profit', color: 'var(--color-bgNegative)', stackId: 'bars' },
666
+ {
667
+ id: 'revenue',
668
+ data: [128, 118, 122, 116, 120, 114, 118, 122, 126, 130, 134, 138],
669
+ yAxisId: 'revenue',
670
+ color: 'var(--color-fgMuted)',
671
+ },
672
+ ]}
673
+ xAxis={{ scaleType: 'band', data: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'] }}
674
+ yAxis={[
675
+ { id: 'profit', range: ({ min, max }) => ({ min: min, max: max - 64 }), domain: { min: -40, max: 40 } },
676
+ { id: 'revenue', range: ({ min, max }) => ({ min: max - 64, max }), domain: { min: 100 } },
677
+ ]}
678
+ >
679
+ <YAxis axisId="profit" position="left" showGrid tickLabelFormatter={renderProfit} GridLineComponent={ThinSolidLine} />
680
+ <XAxis />
681
+ <ReferenceLine LineComponent={ThickSolidLine} dataY={0} yAxisId="profit" stroke="rgb(var(--gray15))" />
682
+ <BarPlot seriesIds={['gains', 'losses']} />
683
+ <Line seriesId="revenue" curve="monotone" showArea />
684
+ </CartesianChart>
685
+ );
686
+ }
687
+ ```
688
+
689
+ ## Props
690
+
691
+ | Prop | Type | Required | Default | Description |
692
+ | --- | --- | --- | --- | --- |
693
+ | `accentHeight` | `string \| number` | No | `-` | - |
694
+ | `accumulate` | `none \| sum` | No | `-` | - |
695
+ | `additive` | `sum \| replace` | No | `-` | - |
696
+ | `alignContent` | `ResponsiveProp<center \| end \| normal \| start \| flex-start \| flex-end \| space-between \| space-around \| space-evenly \| stretch \| baseline \| first baseline \| last baseline>` | No | `-` | - |
697
+ | `alignItems` | `ResponsiveProp<center \| end \| normal \| start \| flex-start \| flex-end \| stretch \| baseline \| first baseline \| last baseline \| self-start \| self-end>` | No | `-` | - |
698
+ | `alignSelf` | `ResponsiveProp<center \| end \| normal \| auto \| start \| flex-start \| flex-end \| stretch \| baseline \| first baseline \| last baseline \| self-start \| self-end>` | No | `-` | - |
699
+ | `alignmentBaseline` | `alphabetic \| hanging \| ideographic \| mathematical \| inherit \| auto \| baseline \| before-edge \| text-before-edge \| middle \| central \| after-edge \| text-after-edge` | No | `-` | - |
700
+ | `allowReorder` | `no \| yes` | No | `-` | - |
701
+ | `alphabetic` | `string \| number` | No | `-` | - |
702
+ | `amplitude` | `string \| number` | No | `-` | - |
703
+ | `animate` | `boolean` | No | `true` | Whether to animate the chart. |
704
+ | `arabicForm` | `initial \| medial \| terminal \| isolated` | No | `-` | - |
705
+ | `as` | `svg` | No | `-` | - |
706
+ | `ascent` | `string \| number` | No | `-` | - |
707
+ | `aspectRatio` | `-moz-initial \| inherit \| initial \| revert \| revert-layer \| unset \| auto` | No | `-` | - |
708
+ | `attributeName` | `string` | No | `-` | - |
709
+ | `attributeType` | `string` | No | `-` | - |
710
+ | `autoReverse` | `false \| true \| true \| false` | No | `-` | - |
711
+ | `azimuth` | `string \| number` | No | `-` | - |
712
+ | `background` | `currentColor \| fg \| fgMuted \| fgInverse \| fgPrimary \| fgWarning \| fgPositive \| fgNegative \| bg \| bgAlternate \| bgInverse \| bgOverlay \| bgElevation1 \| bgElevation2 \| bgPrimary \| bgPrimaryWash \| bgSecondary \| bgTertiary \| bgSecondaryWash \| bgNegative \| bgNegativeWash \| bgPositive \| bgPositiveWash \| bgWarning \| bgWarningWash \| bgLine \| bgLineHeavy \| bgLineInverse \| bgLinePrimary \| bgLinePrimarySubtle \| accentSubtleRed \| accentBoldRed \| accentSubtleGreen \| accentBoldGreen \| accentSubtleBlue \| accentBoldBlue \| accentSubtlePurple \| accentBoldPurple \| accentSubtleYellow \| accentBoldYellow \| accentSubtleGray \| accentBoldGray \| transparent` | No | `-` | - |
713
+ | `baseFrequency` | `string \| number` | No | `-` | - |
714
+ | `baseProfile` | `string \| number` | No | `-` | - |
715
+ | `baselineShift` | `string \| number` | No | `-` | - |
716
+ | `bbox` | `string \| number` | No | `-` | - |
717
+ | `begin` | `string \| number` | No | `-` | - |
718
+ | `bias` | `string \| number` | No | `-` | - |
719
+ | `borderBottomLeftRadius` | `0 \| 100 \| 200 \| 300 \| 400 \| 500 \| 600 \| 700 \| 800 \| 900 \| 1000` | No | `-` | - |
720
+ | `borderBottomRightRadius` | `0 \| 100 \| 200 \| 300 \| 400 \| 500 \| 600 \| 700 \| 800 \| 900 \| 1000` | No | `-` | - |
721
+ | `borderBottomWidth` | `0 \| 100 \| 200 \| 300 \| 400 \| 500` | No | `-` | - |
722
+ | `borderColor` | `currentColor \| fg \| fgMuted \| fgInverse \| fgPrimary \| fgWarning \| fgPositive \| fgNegative \| bg \| bgAlternate \| bgInverse \| bgOverlay \| bgElevation1 \| bgElevation2 \| bgPrimary \| bgPrimaryWash \| bgSecondary \| bgTertiary \| bgSecondaryWash \| bgNegative \| bgNegativeWash \| bgPositive \| bgPositiveWash \| bgWarning \| bgWarningWash \| bgLine \| bgLineHeavy \| bgLineInverse \| bgLinePrimary \| bgLinePrimarySubtle \| accentSubtleRed \| accentBoldRed \| accentSubtleGreen \| accentBoldGreen \| accentSubtleBlue \| accentBoldBlue \| accentSubtlePurple \| accentBoldPurple \| accentSubtleYellow \| accentBoldYellow \| accentSubtleGray \| accentBoldGray \| transparent` | No | `-` | - |
723
+ | `borderEndWidth` | `0 \| 100 \| 200 \| 300 \| 400 \| 500` | No | `-` | - |
724
+ | `borderRadius` | `0 \| 100 \| 200 \| 300 \| 400 \| 500 \| 600 \| 700 \| 800 \| 900 \| 1000` | No | `-` | - |
725
+ | `borderStartWidth` | `0 \| 100 \| 200 \| 300 \| 400 \| 500` | No | `-` | - |
726
+ | `borderTopLeftRadius` | `0 \| 100 \| 200 \| 300 \| 400 \| 500 \| 600 \| 700 \| 800 \| 900 \| 1000` | No | `-` | - |
727
+ | `borderTopRightRadius` | `0 \| 100 \| 200 \| 300 \| 400 \| 500 \| 600 \| 700 \| 800 \| 900 \| 1000` | No | `-` | - |
728
+ | `borderTopWidth` | `0 \| 100 \| 200 \| 300 \| 400 \| 500` | No | `-` | - |
729
+ | `borderWidth` | `0 \| 100 \| 200 \| 300 \| 400 \| 500` | No | `-` | - |
730
+ | `bordered` | `boolean` | No | `-` | Add a border around all sides of the box. |
731
+ | `borderedBottom` | `boolean` | No | `-` | Add a border to the bottom side of the box. |
732
+ | `borderedEnd` | `boolean` | No | `-` | Add a border to the trailing side of the box. |
733
+ | `borderedHorizontal` | `boolean` | No | `-` | Add a border to the leading and trailing sides of the box. |
734
+ | `borderedStart` | `boolean` | No | `-` | Add a border to the leading side of the box. |
735
+ | `borderedTop` | `boolean` | No | `-` | Add a border to the top side of the box. |
736
+ | `borderedVertical` | `boolean` | No | `-` | Add a border to the top and bottom sides of the box. |
737
+ | `bottom` | `ResponsiveProp<Bottom<string \| number>>` | No | `-` | - |
738
+ | `by` | `string \| number` | No | `-` | - |
739
+ | `calcMode` | `string \| number` | No | `-` | - |
740
+ | `capHeight` | `string \| number` | No | `-` | - |
741
+ | `className` | `string` | No | `-` | - |
742
+ | `clip` | `string \| number` | No | `-` | - |
743
+ | `clipPath` | `string` | No | `-` | - |
744
+ | `clipPathUnits` | `string \| number` | No | `-` | - |
745
+ | `clipRule` | `string \| number` | No | `-` | - |
746
+ | `color` | `currentColor \| fg \| fgMuted \| fgInverse \| fgPrimary \| fgWarning \| fgPositive \| fgNegative \| bg \| bgAlternate \| bgInverse \| bgOverlay \| bgElevation1 \| bgElevation2 \| bgPrimary \| bgPrimaryWash \| bgSecondary \| bgTertiary \| bgSecondaryWash \| bgNegative \| bgNegativeWash \| bgPositive \| bgPositiveWash \| bgWarning \| bgWarningWash \| bgLine \| bgLineHeavy \| bgLineInverse \| bgLinePrimary \| bgLinePrimarySubtle \| accentSubtleRed \| accentBoldRed \| accentSubtleGreen \| accentBoldGreen \| accentSubtleBlue \| accentBoldBlue \| accentSubtlePurple \| accentBoldPurple \| accentSubtleYellow \| accentBoldYellow \| accentSubtleGray \| accentBoldGray \| transparent` | No | `-` | - |
747
+ | `colorInterpolation` | `string \| number` | No | `-` | - |
748
+ | `colorInterpolationFilters` | `inherit \| auto \| sRGB \| linearRGB` | No | `-` | - |
749
+ | `colorProfile` | `string \| number` | No | `-` | - |
750
+ | `colorRendering` | `string \| number` | No | `-` | - |
751
+ | `columnGap` | `0 \| 5 \| 10 \| 0.25 \| 0.5 \| 0.75 \| 1 \| 1.5 \| 2 \| 3 \| 4 \| 6 \| 7 \| 8 \| 9` | No | `-` | - |
752
+ | `contentScriptType` | `string \| number` | No | `-` | - |
753
+ | `contentStyleType` | `string \| number` | No | `-` | - |
754
+ | `crossOrigin` | ` \| anonymous \| use-credentials` | No | `-` | - |
755
+ | `cursor` | `string \| number` | No | `-` | - |
756
+ | `cx` | `string \| number` | No | `-` | - |
757
+ | `cy` | `string \| number` | No | `-` | - |
758
+ | `d` | `string` | No | `-` | - |
759
+ | `dangerouslySetBackground` | `string` | No | `-` | - |
760
+ | `decelerate` | `string \| number` | No | `-` | - |
761
+ | `descent` | `string \| number` | No | `-` | - |
762
+ | `diffuseConstant` | `string \| number` | No | `-` | - |
763
+ | `direction` | `string \| number` | No | `-` | - |
764
+ | `display` | `ResponsiveProp<grid \| revert \| none \| block \| inline \| inline-block \| flex \| inline-flex \| inline-grid \| contents \| flow-root \| list-item>` | No | `-` | - |
765
+ | `divisor` | `string \| number` | No | `-` | - |
766
+ | `dominantBaseline` | `string \| number` | No | `-` | - |
767
+ | `dur` | `string \| number` | No | `-` | - |
768
+ | `dx` | `string \| number` | No | `-` | - |
769
+ | `dy` | `string \| number` | No | `-` | - |
770
+ | `edgeMode` | `string \| number` | No | `-` | - |
771
+ | `elevation` | `0 \| 1 \| 2` | No | `-` | - |
772
+ | `enableBackground` | `string \| number` | No | `-` | - |
773
+ | `enableScrubbing` | `boolean` | No | `-` | Enables scrubbing interactions. When true, allows scrubbing and makes scrubber components interactive. |
774
+ | `end` | `string \| number` | No | `-` | - |
775
+ | `exponent` | `string \| number` | No | `-` | - |
776
+ | `externalResourcesRequired` | `false \| true \| true \| false` | No | `-` | - |
777
+ | `fill` | `string` | No | `-` | - |
778
+ | `fillOpacity` | `string \| number` | No | `-` | - |
779
+ | `fillRule` | `inherit \| nonzero \| evenodd` | No | `-` | - |
780
+ | `filter` | `string` | No | `-` | - |
781
+ | `filterRes` | `string \| number` | No | `-` | - |
782
+ | `filterUnits` | `string \| number` | No | `-` | - |
783
+ | `flexBasis` | `ResponsiveProp<FlexBasis<string \| number>>` | No | `-` | - |
784
+ | `flexDirection` | `ResponsiveProp<row \| row-reverse \| column \| column-reverse>` | No | `-` | - |
785
+ | `flexGrow` | `-moz-initial \| inherit \| initial \| revert \| revert-layer \| unset` | No | `-` | - |
786
+ | `flexShrink` | `-moz-initial \| inherit \| initial \| revert \| revert-layer \| unset` | No | `-` | - |
787
+ | `flexWrap` | `ResponsiveProp<nowrap \| wrap \| wrap-reverse>` | No | `-` | - |
788
+ | `floodColor` | `string \| number` | No | `-` | - |
789
+ | `floodOpacity` | `string \| number` | No | `-` | - |
790
+ | `focusable` | `auto \| Booleanish` | No | `-` | - |
791
+ | `font` | `ResponsiveProp<FontFamily \| inherit>` | No | `-` | - |
792
+ | `fontFamily` | `ResponsiveProp<FontFamily \| inherit>` | No | `-` | - |
793
+ | `fontSize` | `ResponsiveProp<FontSize \| inherit>` | No | `-` | - |
794
+ | `fontSizeAdjust` | `string \| number` | No | `-` | - |
795
+ | `fontStretch` | `string \| number` | No | `-` | - |
796
+ | `fontStyle` | `string \| number` | No | `-` | - |
797
+ | `fontVariant` | `string \| number` | No | `-` | - |
798
+ | `fontWeight` | `ResponsiveProp<FontWeight \| inherit>` | No | `-` | - |
799
+ | `format` | `string \| number` | No | `-` | - |
800
+ | `fr` | `string \| number` | No | `-` | - |
801
+ | `from` | `string \| number` | No | `-` | - |
802
+ | `fx` | `string \| number` | No | `-` | - |
803
+ | `fy` | `string \| number` | No | `-` | - |
804
+ | `g1` | `string \| number` | No | `-` | - |
805
+ | `g2` | `string \| number` | No | `-` | - |
806
+ | `gap` | `0 \| 5 \| 10 \| 0.25 \| 0.5 \| 0.75 \| 1 \| 1.5 \| 2 \| 3 \| 4 \| 6 \| 7 \| 8 \| 9` | No | `-` | - |
807
+ | `glyphName` | `string \| number` | No | `-` | - |
808
+ | `glyphOrientationHorizontal` | `string \| number` | No | `-` | - |
809
+ | `glyphOrientationVertical` | `string \| number` | No | `-` | - |
810
+ | `glyphRef` | `string \| number` | No | `-` | - |
811
+ | `gradientTransform` | `string` | No | `-` | - |
812
+ | `gradientUnits` | `string` | No | `-` | - |
813
+ | `grid` | `-moz-initial \| inherit \| initial \| revert \| revert-layer \| unset \| none` | No | `-` | - |
814
+ | `gridArea` | `-moz-initial \| inherit \| initial \| revert \| revert-layer \| unset \| auto` | No | `-` | - |
815
+ | `gridAutoColumns` | `ResponsiveProp<GridAutoColumns<string \| number>>` | No | `-` | - |
816
+ | `gridAutoFlow` | `-moz-initial \| inherit \| initial \| revert \| revert-layer \| unset \| row \| column \| dense` | No | `-` | - |
817
+ | `gridAutoRows` | `ResponsiveProp<GridAutoRows<string \| number>>` | No | `-` | - |
818
+ | `gridColumn` | `-moz-initial \| inherit \| initial \| revert \| revert-layer \| unset \| auto` | No | `-` | - |
819
+ | `gridColumnEnd` | `-moz-initial \| inherit \| initial \| revert \| revert-layer \| unset \| auto` | No | `-` | - |
820
+ | `gridColumnStart` | `-moz-initial \| inherit \| initial \| revert \| revert-layer \| unset \| auto` | No | `-` | - |
821
+ | `gridRow` | `-moz-initial \| inherit \| initial \| revert \| revert-layer \| unset \| auto` | No | `-` | - |
822
+ | `gridRowEnd` | `-moz-initial \| inherit \| initial \| revert \| revert-layer \| unset \| auto` | No | `-` | - |
823
+ | `gridRowStart` | `-moz-initial \| inherit \| initial \| revert \| revert-layer \| unset \| auto` | No | `-` | - |
824
+ | `gridTemplate` | `-moz-initial \| inherit \| initial \| revert \| revert-layer \| unset \| none` | No | `-` | - |
825
+ | `gridTemplateAreas` | `-moz-initial \| inherit \| initial \| revert \| revert-layer \| unset \| none` | No | `-` | - |
826
+ | `gridTemplateColumns` | `ResponsiveProp<GridTemplateColumns<string \| number>>` | No | `-` | - |
827
+ | `gridTemplateRows` | `ResponsiveProp<GridTemplateRows<string \| number>>` | No | `-` | - |
828
+ | `hanging` | `string \| number` | No | `-` | - |
829
+ | `height` | `ResponsiveProp<Height<string \| number>>` | No | `-` | - |
830
+ | `horizAdvX` | `string \| number` | No | `-` | - |
831
+ | `horizOriginX` | `string \| number` | No | `-` | - |
832
+ | `href` | `string` | No | `-` | - |
833
+ | `id` | `string` | No | `-` | - |
834
+ | `ideographic` | `string \| number` | No | `-` | - |
835
+ | `imageRendering` | `string \| number` | No | `-` | - |
836
+ | `in` | `string` | No | `-` | - |
837
+ | `in2` | `string \| number` | No | `-` | - |
838
+ | `inset` | `number \| Partial<ChartInset>` | No | `-` | Inset around the entire chart (outside the axes). |
839
+ | `intercept` | `string \| number` | No | `-` | - |
840
+ | `justifyContent` | `ResponsiveProp<left \| right \| center \| end \| normal \| start \| flex-start \| flex-end \| space-between \| space-around \| space-evenly \| stretch>` | No | `-` | - |
841
+ | `k` | `string \| number` | No | `-` | - |
842
+ | `k1` | `string \| number` | No | `-` | - |
843
+ | `k2` | `string \| number` | No | `-` | - |
844
+ | `k3` | `string \| number` | No | `-` | - |
845
+ | `k4` | `string \| number` | No | `-` | - |
846
+ | `kernelMatrix` | `string \| number` | No | `-` | - |
847
+ | `kernelUnitLength` | `string \| number` | No | `-` | - |
848
+ | `kerning` | `string \| number` | No | `-` | - |
849
+ | `key` | `Key \| null` | No | `-` | - |
850
+ | `keyPoints` | `string \| number` | No | `-` | - |
851
+ | `keySplines` | `string \| number` | No | `-` | - |
852
+ | `keyTimes` | `string \| number` | No | `-` | - |
853
+ | `lang` | `string` | No | `-` | - |
854
+ | `left` | `ResponsiveProp<Left<string \| number>>` | No | `-` | - |
855
+ | `lengthAdjust` | `string \| number` | No | `-` | - |
856
+ | `letterSpacing` | `string \| number` | No | `-` | - |
857
+ | `lightingColor` | `string \| number` | No | `-` | - |
858
+ | `limitingConeAngle` | `string \| number` | No | `-` | - |
859
+ | `lineHeight` | `ResponsiveProp<LineHeight \| inherit>` | No | `-` | - |
860
+ | `local` | `string \| number` | No | `-` | - |
861
+ | `margin` | `ResponsiveProp<0 \| -5 \| -10 \| -0.25 \| -0.5 \| -0.75 \| -1 \| -1.5 \| -2 \| -3 \| -4 \| -6 \| -7 \| -8 \| -9>` | No | `-` | - |
862
+ | `marginBottom` | `ResponsiveProp<0 \| -5 \| -10 \| -0.25 \| -0.5 \| -0.75 \| -1 \| -1.5 \| -2 \| -3 \| -4 \| -6 \| -7 \| -8 \| -9>` | No | `-` | - |
863
+ | `marginEnd` | `ResponsiveProp<0 \| -5 \| -10 \| -0.25 \| -0.5 \| -0.75 \| -1 \| -1.5 \| -2 \| -3 \| -4 \| -6 \| -7 \| -8 \| -9>` | No | `-` | - |
864
+ | `marginStart` | `ResponsiveProp<0 \| -5 \| -10 \| -0.25 \| -0.5 \| -0.75 \| -1 \| -1.5 \| -2 \| -3 \| -4 \| -6 \| -7 \| -8 \| -9>` | No | `-` | - |
865
+ | `marginTop` | `ResponsiveProp<0 \| -5 \| -10 \| -0.25 \| -0.5 \| -0.75 \| -1 \| -1.5 \| -2 \| -3 \| -4 \| -6 \| -7 \| -8 \| -9>` | No | `-` | - |
866
+ | `marginX` | `ResponsiveProp<0 \| -5 \| -10 \| -0.25 \| -0.5 \| -0.75 \| -1 \| -1.5 \| -2 \| -3 \| -4 \| -6 \| -7 \| -8 \| -9>` | No | `-` | - |
867
+ | `marginY` | `ResponsiveProp<0 \| -5 \| -10 \| -0.25 \| -0.5 \| -0.75 \| -1 \| -1.5 \| -2 \| -3 \| -4 \| -6 \| -7 \| -8 \| -9>` | No | `-` | - |
868
+ | `markerEnd` | `string` | No | `-` | - |
869
+ | `markerHeight` | `string \| number` | No | `-` | - |
870
+ | `markerMid` | `string` | No | `-` | - |
871
+ | `markerStart` | `string` | No | `-` | - |
872
+ | `markerUnits` | `string \| number` | No | `-` | - |
873
+ | `markerWidth` | `string \| number` | No | `-` | - |
874
+ | `mask` | `string` | No | `-` | - |
875
+ | `maskContentUnits` | `string \| number` | No | `-` | - |
876
+ | `maskUnits` | `string \| number` | No | `-` | - |
877
+ | `mathematical` | `string \| number` | No | `-` | - |
878
+ | `max` | `string \| number` | No | `-` | - |
879
+ | `maxHeight` | `ResponsiveProp<MaxHeight<string \| number>>` | No | `-` | - |
880
+ | `maxWidth` | `ResponsiveProp<MaxWidth<string \| number>>` | No | `-` | - |
881
+ | `media` | `string` | No | `-` | - |
882
+ | `method` | `string` | No | `-` | - |
883
+ | `min` | `string \| number` | No | `-` | - |
884
+ | `minHeight` | `ResponsiveProp<MinHeight<string \| number>>` | No | `-` | - |
885
+ | `minWidth` | `ResponsiveProp<MinWidth<string \| number>>` | No | `-` | - |
886
+ | `mode` | `string \| number` | No | `-` | - |
887
+ | `name` | `string` | No | `-` | - |
888
+ | `numOctaves` | `string \| number` | No | `-` | - |
889
+ | `offset` | `string \| number` | No | `-` | - |
890
+ | `onChange` | `FormEventHandler<SVGSVGElement>` | No | `-` | - |
891
+ | `onScrubberPositionChange` | `((index: number) => void) \| undefined` | No | `-` | Callback fired when the scrubber position changes. Receives the dataIndex of the scrubber or undefined when not scrubbing. |
892
+ | `opacity` | `-moz-initial \| inherit \| initial \| revert \| revert-layer \| unset` | No | `-` | - |
893
+ | `operator` | `string \| number` | No | `-` | - |
894
+ | `order` | `string \| number` | No | `-` | - |
895
+ | `orient` | `string \| number` | No | `-` | - |
896
+ | `orientation` | `string \| number` | No | `-` | - |
897
+ | `origin` | `string \| number` | No | `-` | - |
898
+ | `overflow` | `ResponsiveProp<clip \| auto \| visible \| hidden \| scroll>` | No | `-` | - |
899
+ | `overlinePosition` | `string \| number` | No | `-` | - |
900
+ | `overlineThickness` | `string \| number` | No | `-` | - |
901
+ | `padding` | `0 \| 5 \| 10 \| 0.25 \| 0.5 \| 0.75 \| 1 \| 1.5 \| 2 \| 3 \| 4 \| 6 \| 7 \| 8 \| 9` | No | `-` | - |
902
+ | `paddingBottom` | `0 \| 5 \| 10 \| 0.25 \| 0.5 \| 0.75 \| 1 \| 1.5 \| 2 \| 3 \| 4 \| 6 \| 7 \| 8 \| 9` | No | `-` | - |
903
+ | `paddingEnd` | `0 \| 5 \| 10 \| 0.25 \| 0.5 \| 0.75 \| 1 \| 1.5 \| 2 \| 3 \| 4 \| 6 \| 7 \| 8 \| 9` | No | `-` | - |
904
+ | `paddingStart` | `0 \| 5 \| 10 \| 0.25 \| 0.5 \| 0.75 \| 1 \| 1.5 \| 2 \| 3 \| 4 \| 6 \| 7 \| 8 \| 9` | No | `-` | - |
905
+ | `paddingTop` | `0 \| 5 \| 10 \| 0.25 \| 0.5 \| 0.75 \| 1 \| 1.5 \| 2 \| 3 \| 4 \| 6 \| 7 \| 8 \| 9` | No | `-` | - |
906
+ | `paddingX` | `0 \| 5 \| 10 \| 0.25 \| 0.5 \| 0.75 \| 1 \| 1.5 \| 2 \| 3 \| 4 \| 6 \| 7 \| 8 \| 9` | No | `-` | - |
907
+ | `paddingY` | `0 \| 5 \| 10 \| 0.25 \| 0.5 \| 0.75 \| 1 \| 1.5 \| 2 \| 3 \| 4 \| 6 \| 7 \| 8 \| 9` | No | `-` | - |
908
+ | `paintOrder` | `string \| number` | No | `-` | - |
909
+ | `panose1` | `string \| number` | No | `-` | - |
910
+ | `path` | `string` | No | `-` | - |
911
+ | `pathLength` | `string \| number` | No | `-` | - |
912
+ | `patternContentUnits` | `string` | No | `-` | - |
913
+ | `patternTransform` | `string \| number` | No | `-` | - |
914
+ | `patternUnits` | `string` | No | `-` | - |
915
+ | `pin` | `top \| bottom \| left \| right \| all` | No | `-` | Direction in which to absolutely pin the box. |
916
+ | `pointerEvents` | `string \| number` | No | `-` | - |
917
+ | `points` | `string` | No | `-` | - |
918
+ | `pointsAtX` | `string \| number` | No | `-` | - |
919
+ | `pointsAtY` | `string \| number` | No | `-` | - |
920
+ | `pointsAtZ` | `string \| number` | No | `-` | - |
921
+ | `position` | `ResponsiveProp<static \| relative \| absolute \| fixed \| sticky>` | No | `-` | - |
922
+ | `preserveAlpha` | `false \| true \| true \| false` | No | `-` | - |
923
+ | `preserveAspectRatio` | `string` | No | `-` | - |
924
+ | `primitiveUnits` | `string \| number` | No | `-` | - |
925
+ | `r` | `string \| number` | No | `-` | - |
926
+ | `radius` | `string \| number` | No | `-` | - |
927
+ | `ref` | `((instance: SVGSVGElement \| null) => void) \| RefObject<SVGSVGElement> \| null` | No | `-` | - |
928
+ | `refX` | `string \| number` | No | `-` | - |
929
+ | `refY` | `string \| number` | No | `-` | - |
930
+ | `renderingIntent` | `string \| number` | No | `-` | - |
931
+ | `repeatCount` | `string \| number` | No | `-` | - |
932
+ | `repeatDur` | `string \| number` | No | `-` | - |
933
+ | `requiredExtensions` | `string \| number` | No | `-` | - |
934
+ | `requiredFeatures` | `string \| number` | No | `-` | - |
935
+ | `restart` | `string \| number` | No | `-` | - |
936
+ | `result` | `string` | No | `-` | - |
937
+ | `right` | `ResponsiveProp<Right<string \| number>>` | No | `-` | - |
938
+ | `role` | `grid \| article \| button \| dialog \| figure \| form \| img \| link \| main \| menu \| menuitem \| option \| search \| table \| switch \| string & {} \| none \| row \| alert \| alertdialog \| application \| banner \| cell \| checkbox \| columnheader \| combobox \| complementary \| contentinfo \| definition \| directory \| document \| feed \| gridcell \| group \| heading \| list \| listbox \| listitem \| log \| marquee \| math \| menubar \| menuitemcheckbox \| menuitemradio \| navigation \| note \| presentation \| progressbar \| radio \| radiogroup \| region \| rowgroup \| rowheader \| scrollbar \| searchbox \| separator \| slider \| spinbutton \| status \| tab \| tablist \| tabpanel \| term \| textbox \| timer \| toolbar \| tooltip \| tree \| treegrid \| treeitem` | No | `-` | - |
939
+ | `rotate` | `string \| number` | No | `-` | - |
940
+ | `rowGap` | `0 \| 5 \| 10 \| 0.25 \| 0.5 \| 0.75 \| 1 \| 1.5 \| 2 \| 3 \| 4 \| 6 \| 7 \| 8 \| 9` | No | `-` | - |
941
+ | `rx` | `string \| number` | No | `-` | - |
942
+ | `ry` | `string \| number` | No | `-` | - |
943
+ | `scale` | `string \| number` | No | `-` | - |
944
+ | `seed` | `string \| number` | No | `-` | - |
945
+ | `series` | `Series[]` | No | `-` | Configuration objects that define how to visualize the data. Each series contains its own data array. |
946
+ | `shapeRendering` | `string \| number` | No | `-` | - |
947
+ | `slope` | `string \| number` | No | `-` | - |
948
+ | `spacing` | `string \| number` | No | `-` | - |
949
+ | `specularConstant` | `string \| number` | No | `-` | - |
950
+ | `specularExponent` | `string \| number` | No | `-` | - |
951
+ | `speed` | `string \| number` | No | `-` | - |
952
+ | `spreadMethod` | `string` | No | `-` | - |
953
+ | `startOffset` | `string \| number` | No | `-` | - |
954
+ | `stdDeviation` | `string \| number` | No | `-` | - |
955
+ | `stemh` | `string \| number` | No | `-` | - |
956
+ | `stemv` | `string \| number` | No | `-` | - |
957
+ | `stitchTiles` | `string \| number` | No | `-` | - |
958
+ | `stopColor` | `string` | No | `-` | - |
959
+ | `stopOpacity` | `string \| number` | No | `-` | - |
960
+ | `strikethroughPosition` | `string \| number` | No | `-` | - |
961
+ | `strikethroughThickness` | `string \| number` | No | `-` | - |
962
+ | `string` | `string \| number` | No | `-` | - |
963
+ | `stroke` | `string` | No | `-` | - |
964
+ | `strokeDasharray` | `string \| number` | No | `-` | - |
965
+ | `strokeDashoffset` | `string \| number` | No | `-` | - |
966
+ | `strokeLinecap` | `inherit \| butt \| round \| square` | No | `-` | - |
967
+ | `strokeLinejoin` | `inherit \| round \| miter \| bevel` | No | `-` | - |
968
+ | `strokeMiterlimit` | `string \| number` | No | `-` | - |
969
+ | `strokeOpacity` | `string \| number` | No | `-` | - |
970
+ | `strokeWidth` | `string \| number` | No | `-` | - |
971
+ | `style` | `CSSProperties` | No | `-` | - |
972
+ | `suppressHydrationWarning` | `boolean` | No | `-` | - |
973
+ | `surfaceScale` | `string \| number` | No | `-` | - |
974
+ | `systemLanguage` | `string \| number` | No | `-` | - |
975
+ | `tabIndex` | `number` | No | `-` | - |
976
+ | `tableValues` | `string \| number` | No | `-` | - |
977
+ | `target` | `string` | No | `-` | - |
978
+ | `targetX` | `string \| number` | No | `-` | - |
979
+ | `targetY` | `string \| number` | No | `-` | - |
980
+ | `testID` | `string` | No | `-` | Used to locate this element in unit and end-to-end tests. Under the hood, testID translates to data-testid on Web. On Mobile, testID stays the same - testID |
981
+ | `textAlign` | `ResponsiveProp<center \| end \| start \| justify>` | No | `-` | - |
982
+ | `textAnchor` | `string` | No | `-` | - |
983
+ | `textDecoration` | `ResponsiveProp<none \| underline \| overline \| line-through \| underline overline \| underline double>` | No | `-` | - |
984
+ | `textLength` | `string \| number` | No | `-` | - |
985
+ | `textRendering` | `string \| number` | No | `-` | - |
986
+ | `textTransform` | `ResponsiveProp<capitalize \| lowercase \| none \| uppercase>` | No | `-` | - |
987
+ | `to` | `string \| number` | No | `-` | - |
988
+ | `top` | `ResponsiveProp<Top<string \| number>>` | No | `-` | - |
989
+ | `transform` | `-moz-initial \| inherit \| initial \| revert \| revert-layer \| unset \| none` | No | `-` | - |
990
+ | `type` | `string` | No | `-` | - |
991
+ | `u1` | `string \| number` | No | `-` | - |
992
+ | `u2` | `string \| number` | No | `-` | - |
993
+ | `underlinePosition` | `string \| number` | No | `-` | - |
994
+ | `underlineThickness` | `string \| number` | No | `-` | - |
995
+ | `unicode` | `string \| number` | No | `-` | - |
996
+ | `unicodeBidi` | `string \| number` | No | `-` | - |
997
+ | `unicodeRange` | `string \| number` | No | `-` | - |
998
+ | `unitsPerEm` | `string \| number` | No | `-` | - |
999
+ | `userSelect` | `ResponsiveProp<text \| none \| auto \| all>` | No | `-` | - |
1000
+ | `vAlphabetic` | `string \| number` | No | `-` | - |
1001
+ | `vHanging` | `string \| number` | No | `-` | - |
1002
+ | `vIdeographic` | `string \| number` | No | `-` | - |
1003
+ | `vMathematical` | `string \| number` | No | `-` | - |
1004
+ | `values` | `string` | No | `-` | - |
1005
+ | `vectorEffect` | `string \| number` | No | `-` | - |
1006
+ | `version` | `string` | No | `-` | - |
1007
+ | `vertAdvY` | `string \| number` | No | `-` | - |
1008
+ | `vertOriginX` | `string \| number` | No | `-` | - |
1009
+ | `vertOriginY` | `string \| number` | No | `-` | - |
1010
+ | `viewBox` | `string` | No | `-` | - |
1011
+ | `viewTarget` | `string \| number` | No | `-` | - |
1012
+ | `visibility` | `ResponsiveProp<visible \| hidden>` | No | `-` | - |
1013
+ | `width` | `ResponsiveProp<Width<string \| number>>` | No | `-` | - |
1014
+ | `widths` | `string \| number` | No | `-` | - |
1015
+ | `wordSpacing` | `string \| number` | No | `-` | - |
1016
+ | `writingMode` | `string \| number` | No | `-` | - |
1017
+ | `x` | `string \| number` | No | `-` | - |
1018
+ | `x1` | `string \| number` | No | `-` | - |
1019
+ | `x2` | `string \| number` | No | `-` | - |
1020
+ | `xAxis` | `Partial<Omit<AxisConfigProps, id>>` | No | `-` | Configuration for x-axis. |
1021
+ | `xChannelSelector` | `string` | No | `-` | - |
1022
+ | `xHeight` | `string \| number` | No | `-` | - |
1023
+ | `xlinkActuate` | `string` | No | `-` | - |
1024
+ | `xlinkArcrole` | `string` | No | `-` | - |
1025
+ | `xlinkHref` | `string` | No | `-` | - |
1026
+ | `xlinkRole` | `string` | No | `-` | - |
1027
+ | `xlinkShow` | `string` | No | `-` | - |
1028
+ | `xlinkTitle` | `string` | No | `-` | - |
1029
+ | `xlinkType` | `string` | No | `-` | - |
1030
+ | `xmlBase` | `string` | No | `-` | - |
1031
+ | `xmlLang` | `string` | No | `-` | - |
1032
+ | `xmlSpace` | `string` | No | `-` | - |
1033
+ | `xmlns` | `string` | No | `-` | - |
1034
+ | `xmlnsXlink` | `string` | No | `-` | - |
1035
+ | `y` | `string \| number` | No | `-` | - |
1036
+ | `y1` | `string \| number` | No | `-` | - |
1037
+ | `y2` | `string \| number` | No | `-` | - |
1038
+ | `yAxis` | `Partial<Omit<AxisConfigProps, data>> \| Partial<Omit<AxisConfigProps, data>>[]` | No | `-` | Configuration for y-axis(es). First defined axis becomes default. |
1039
+ | `yChannelSelector` | `string` | No | `-` | - |
1040
+ | `z` | `string \| number` | No | `-` | - |
1041
+ | `zIndex` | `-moz-initial \| inherit \| initial \| revert \| revert-layer \| unset \| auto` | No | `-` | - |
1042
+ | `zoomAndPan` | `string` | No | `-` | - |
1043
+
1044
+