3 comments (3 comments)0 reactions (0 reactions)0 assignees (0 assignees)TypeScript134 forks (134 forks)auto 404
good first issue
Repository metrics
- Stars
- 851 stars (851 stars)
- PR merge metrics
- No merged PRs in 30d (No merged PRs in 30d)
Description
- supported/unsupported chart types
- with
convertToExcalidrawElements()
Contributor guide
- Research direction
- Review the existing test files for the project and study the `convertToExcalidrawElements` function. Identify which chart types are currently supported and which are not. Then write tests covering both supported and unsupported chart types, following the pattern used in any existing tests. Ensure you understand the expected output format of Excalidraw elements.
- Tech stack
- typescript
- Domain
- testing
- Issue type
- Test
- Prerequisites
- TypeScriptTesting framework knowledge