We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When data name contains space and custom pattern data point is used, it case error.
bb.generate({ data: { columns: [ ["data 1", 100, 400, 1000, 900, 500], ], type: "line" }, point: { pattern: [ "<path d='m3.937502,2.348755c1.314192,-3.618047 6.463238,0 0,4.651779c-6.463238,-4.651779 -1.314192,-8.269826 0,-4.651779z' />" ] } });
The text was updated successfully, but these errors were encountered:
fix(point): fix error when data has spaced name
06cd231
Convert id value using .getTargetSelectorSuffix() to prevent node query selection error. Ref naver#1739
6ff9aec
chore(release): 2.1.3 [skip ci]
578917f
## [2.1.3](2.1.2...2.1.3) (2020-10-23) ### Bug Fixes * **event:** Fix handling for single x Axis data ([84eaa6b](84eaa6b)), closes [#1737](#1737) * **point:** fix error when data has spaced name ([6ff9aec](6ff9aec)), closes [#1739](#1739)
No branches or pull requests
Description
When data name contains space and custom pattern data point is used, it case error.
Steps to check or reproduce
The text was updated successfully, but these errors were encountered: