Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configuration item interaction causes a chart to fail to render #1924

Closed
kevkj opened this issue Feb 2, 2021 · 1 comment
Closed

Configuration item interaction causes a chart to fail to render #1924

kevkj opened this issue Feb 2, 2021 · 1 comment
Labels

Comments

@kevkj
Copy link

kevkj commented Feb 2, 2021

Description

The configuration item "interaction" provides the opportunity to disable user interaction with the chart. Using the configuration item with enabled: false will result in the chart not being rendered properly.

Steps to check or reproduce

https://naver.github.io/billboard.js/demo/#Grid.GridLines

Add the following to the configuration

  interaction: {
    enabled: false
  },
@netil netil added the bug label Feb 2, 2021
@netil
Copy link
Member

netil commented Feb 2, 2021

Hi @kevkj, thanks for the report. I'll check the issue.

netil added a commit to netil/billboard.js that referenced this issue Feb 3, 2021
Grid initialization should be processed even interaction is
disabled.

Ref naver#1924
@netil netil closed this as completed in d194a83 Feb 3, 2021
github-actions bot pushed a commit that referenced this issue Feb 5, 2021
## [2.2.2](2.2.1...2.2.2) (2021-02-05)

### Bug Fixes

* **grid:** fix rendering when interaction is disabled ([d194a83](d194a83)), closes [#1924](#1924)
* **shape:** retrieve raw x scale value ([38ac0a7](38ac0a7)), closes [#1927](#1927)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants