`withData` should be extension to `MultiLayerPlotBuilderImpl`
Open
api
bug
- Dominant language
- Kotlin
- Stars
- 744
- Forks
- 27
- Avg merge
- 4d 1h
- Merged PRs (30d)
- 1
Description
now it's a method of `DataFramePlotBuilder` and doesn't work for `GeoDataFramePlotBuilder` and other plot builders.
```
geoDf.plot {
// doesn't work
withData(commonDf) {
}
}
```
Contributor guide
Research direction
Start by tracing how DataFramePlotBuilder currently provides withData and how GeoDataFramePlotBuilder and other plot builders use MultiLayerPlotBuilderImpl. Confirm the existing geoDf.plot example fails, then make the shared builder support the same operation for all plot builders. Done means withData(commonDf) works inside the shown plotting block without breaking existing DataFramePlotBuilder behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- kotlin
- Domain
- data-visualization
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100