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 rendering a chart using a tree-shaken build, we get a t.initClip is not a function error in t.initParams in the chart internals.
t.initClip is not a function
t.initParams
Use the ESM tree-shaken build Render a donut chart (or any other type of chart that does not have axis)
The text was updated successfully, but these errors were encountered:
Thanks for the report. Caused as a side-effect of the treemap type implementation.
Sorry, something went wrong.
fix(internals): Fix unexpected initClip() call
789460d
- side-effect call from the treemap implementation naver#3012 - revert .initCall() call Ref naver#3035
162fbf7
chore(release): 3.7.1 [skip ci]
87730ba
## [3.7.1](3.7.0...3.7.1) (2023-01-13) ### Bug Fixes * **internals:** Fix unexpected initClip() call ([162fbf7](162fbf7)), closes [#3012](#3012) [#3035](#3035)
No branches or pull requests
Description
When rendering a chart using a tree-shaken build, we get a
t.initClip is not a function
error int.initParams
in the chart internals.Steps to check or reproduce
Use the ESM tree-shaken build
Render a donut chart (or any other type of chart that does not have axis)
The text was updated successfully, but these errors were encountered: