c3js / c3js/c3

Passing ids to .select API seems to make partial string matches

Open
#2,138 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
9.3k
Forks
1.4k
Avg merge
6d 16h
Merged PRs (30d)
1

Description

If you're columns are named things like "animals" and "non-animals", then you may run into problems when you call:
```
graph.select('non-animals')
```
This will select the 'animals' data points as well.

It seems arbitrarily limiting to require that column names not contain one another.

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.