Add more Simplified charts
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 1.3k
- Forks
- 41
- Avg merge
- 2d 19h
- Merged PRs (30d)
- 16
Description
Along with the existing simplified charts like AreaChart, BarChart, and others, it would be nice to add more of these streamline/simplified charts such as
-
ForceChart -
GeoChart -
GraphChart(with type prop) or component for each type (ex.DagreChart,SankeyChart, etc) -
HierarchyChart(with type prop) or component for each type (ex.PackChart,TreemapChart, etc) -
HeatmapChart- band scales for one or both axis (x/y)
- time scales for one or both axis (x/y)
- marks can be can be rects or circles
- https://github.com/techniq/layerchart/issues/13
- https://observablehq.com/plot/marks/cell
https://github.com/user-attachments/assets/fa1cab06-79f3-4f46-8237-58eed3775dc2
https://github.com/user-attachments/assets/3889d302-a144-4983-a8df-3952d984fd82
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the existing simplified charts, including AreaChart and BarChart, to understand their common structure. Then narrow the work to one listed chart, such as ForceChart or HeatmapChart, and use the linked LayerChart issue and Observable Plot example where relevant. Done means the selected simplified chart and its stated options are supported.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- d3, typescript
- Domain
- data-visualization, frontend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100