Skip to content

Commit 9022ac9

Browse files
committed
Fix parsing errors
1 parent 65b5b2d commit 9022ac9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Detailed Implementation Steps.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The design figma should cover specification about the following aspects before t
1313
3. **Variations:** The control can have multiple variations for different use cases.
1414
4. **Handling large dataset or data labels.**
1515
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 (<Provide reference>) 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.
1717
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.
1818
8. **Accessibility:** The charting library is currently MAS C compliant. The chart should meet accessibility standards to ensure this grade. <Link to accessibility page>
1919
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

Comments
 (0)