Add 2D triangulation plot
Open
Nobody has claimed this yet.
feature
P3
- Dominant language
- JavaScript
- Stars
- 18.3k
- Forks
- 2k
- Avg merge
- 2d 12h
- Merged PRs (30d)
- 28
Description
It would be very useful for me adding a new chart type to deal with 2D triangulation (or mesh).
At the current implementation, I found different workarounds but with some limitations:
- the
heatmapgraph is only for data in grid format - the
mesh3dgraph shows three dimensions and it manages also the lights, resulting for my purpose too complex (and expensive) - the basic
scatterplot allows me to draw a single triangle, but if I try for many triangles (>10k) the function is extremely expensive.
I apologize in advance if this feature is already implemented and I missed it.
Contributor guide
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 heatmap, mesh3d, and scatter chart implementations to understand their data and rendering limitations. Define the expected 2D triangulation or mesh inputs, rendering behavior, and performance target for large numbers of triangles before proposing the new chart type.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- data-visualization
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100