c3js / c3js/c3

Scatter type doesn't show the labels

Open
#481 9 comments 3 reactions 0 assignees View on GitHub
C-feature-request
Dominant language
JavaScript
Stars
9.3k
Forks
1.4k
Avg merge
6d 16h
Merged PRs (30d)
1

Description

In spite of line types shows labels, scatter type doesn't show it.
A workaround is possible by using line and changing css:

```css
# chart-id .c3-line {
stroke-width: 0px;
}
```

I'm not sure if it is an error.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.