Kotlin / Kotlin/kandy

`withData` should be extension to `MultiLayerPlotBuilderImpl`

Open
#480 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.