Kotlin / Kotlin/kandy

Improve legend hiding API

Open
#367 0 comments 1 reaction 0 assignees View on GitHub
enhancement lets-plot
Dominant language
Kotlin
Stars
744
Forks
27
Avg merge
4d 1h
Merged PRs (30d)
1

Description

Now it's
```
legend {
type = LegendType.none()
}
```

Proposal - just
```
legend.hide()
```
or
```
legend(display = false)
```

Contributor guide

Open the contributing guide

Research direction

Start from the current legend configuration using LegendType.none() and compare it with the proposed legend.hide() and legend(display = false) forms. Clarify which API should replace or supplement the current form, including the expected behavior when a legend is hidden. Done when the API decision and its scope are documented.

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
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.