You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/Detailed Implementation Steps.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ The design figma should cover specification about the following aspects before t
13
13
3.**Variations:** The control can have multiple variations for different use cases.
14
14
4.**Handling large dataset or data labels.**
15
15
5.**Theming:** How will the chart look in light mode and dark mode. What about high contrast mode.
16
-
6.**Colors:** What is the supported color palette by this chart. It should either use the default color palette of react charting (<Providereference>) or a subset of it.
16
+
6.**Colors:** What is the supported color palette by this chart. It should either use the default [color palette](colors.md) of react charting or a subset of it.
17
17
7.**Interactive behavior:** Define how the user can interact with points and other visuals in the chart. For eg: hover card when a user hovers over a chart area, selecting particular legend.
18
18
8.**Accessibility:** The charting library is currently MAS C compliant. The chart should meet accessibility standards to ensure this grade. <Linktoaccessibilitypage>
19
19
9.**RTL support:** The library supports [RTL](https://en.wikipedia.org/wiki/Right-to-left_script) scripts. Do we need any special design to support them.
0 commit comments