add customPlot
Open
api
- Dominant language
- Kotlin
- Stars
- 744
- Forks
- 27
- Avg merge
- 4d 1h
- Merged PRs (30d)
- 1
Description
```kotlin
val myPlot = customPlot {
layout {
theme(myTheme)
}
}
myPlot(data) {
...
}
```
Contributor guide
Research direction
Start by reviewing the existing plotting entry points and how layout themes and data are currently passed. Define the intended customPlot API from the example, including the expected behavior of layout { theme(myTheme) } and myPlot(data) { ... }. Done means the API design is agreed and the resulting behavior is covered by appropriate tests or examples.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- kotlin
- Domain
- data-visualization
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100