-
Notifications
You must be signed in to change notification settings - Fork 353
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
updated bar options types #2043
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Hi @donaldpipowitch, thanks for the contribution! |
Thank you for the quick review. |
netil
pushed a commit
that referenced
this pull request
Apr 16, 2021
Fix bar.width.dataset, candlestick.width.dataset to handle number type Close #2043
github-actions bot
pushed a commit
that referenced
this pull request
Apr 16, 2021
## [3.0.3](3.0.2...3.0.3) (2021-04-16) ### Bug Fixes * **axis:** Fix axis.x.padding value setting ([a8ec411](a8ec411)), closes [#2038](#2038) * **axis:** fix handling x padding value ([0a42768](0a42768)), closes [#2038](#2038) * **candlestick:** fix to set expand state ([1e6a10d](1e6a10d)), closes [#2036](#2036) * **types:** fix missing candlestick export ([ab778b2](ab778b2)), closes [#2007](#2007) * **types:** updated bar/candlestick options types ([0a48fd6](0a48fd6)), closes [#2043](#2043)
netil
pushed a commit
that referenced
this pull request
Apr 16, 2021
## [3.0.3](3.0.2...3.0.3) (2021-04-16) ### Bug Fixes * **axis:** Fix axis.x.padding value setting ([a8ec411](a8ec411)), closes [#2038](#2038) * **axis:** fix handling x padding value ([0a42768](0a42768)), closes [#2038](#2038) * **candlestick:** fix to set expand state ([1e6a10d](1e6a10d)), closes [#2036](#2036) * **types:** fix missing candlestick export ([ab778b2](ab778b2)), closes [#2007](#2007) * **types:** updated bar/candlestick options types ([0a48fd6](0a48fd6)), closes [#2043](#2043)
netil
pushed a commit
that referenced
this pull request
Apr 19, 2021
Fix bar.width.dataset, candlestick.width.dataset to handle number type Close #2043
netil
pushed a commit
that referenced
this pull request
Apr 19, 2021
## [3.0.3](3.0.2...3.0.3) (2021-04-16) ### Bug Fixes * **axis:** Fix axis.x.padding value setting ([a8ec411](a8ec411)), closes [#2038](#2038) * **axis:** fix handling x padding value ([0a42768](0a42768)), closes [#2038](#2038) * **candlestick:** fix to set expand state ([1e6a10d](1e6a10d)), closes [#2036](#2036) * **types:** fix missing candlestick export ([ab778b2](ab778b2)), closes [#2007](#2007) * **types:** updated bar/candlestick options types ([0a48fd6](0a48fd6)), closes [#2043](#2043)
github-actions bot
pushed a commit
that referenced
this pull request
Jun 25, 2021
# [3.1.0](3.0.3...3.1.0) (2021-06-25) ### Bug Fixes * **axis:** Fix axis.x.padding value setting ([5b4b509](5b4b509)), closes [#2038](#2038) * **axis:** fix handling x padding value ([489d47a](489d47a)), closes [#2038](#2038) * **candlestick:** fix to set expand state ([a055b20](a055b20)), closes [#2036](#2036) * **Chart:** Handle nullish properties from API extendings safely ([6cbf64a](6cbf64a)), closes [#2132](#2132) [#2134](#2134) * **data:** Fix duplicated data.onclick call ([b4c5dc2](b4c5dc2)), closes [#2104](#2104) * **data:** Fix nullish data filtering for grouped data ([af19370](af19370)), closes [#2096](#2096) * **gauge:** Fix incorrect rendering when gauge.min is given ([31fc981](31fc981)), closes [#2123](#2123) * **point:** Fix custom point for nullish data ([8c198f2](8c198f2)), closes [#2107](#2107) * **region:** fix region append position ([2b50443](2b50443)), closes [#2067](#2067) * **size:** enhance applying height value ([0664a60](0664a60)), closes [#2086](#2086) * **tooltip:** Correct the type of selectedData ([05b694d](05b694d)), closes [#2056](#2056) [#2058](#2058) * **types:** fix missing candlestick export ([f218939](f218939)), closes [#2007](#2007) * **types:** updated bar/candlestick options types ([d89c3f3](d89c3f3)), closes [#2043](#2043) * **zoom:** Fix incorrect tooltip position ([689bfdf](689bfdf)), closes [#2095](#2095) * **zoom,grid:** fix grid line pos during zoom ([e84a4f1](e84a4f1)), closes [#2156](#2156) ### Features * **all:** contain inline css prop setting ([fde6a89](fde6a89)), closes [#2076](#2076) * **api:** Intent to ship append load ([8076795](8076795)), closes [#2140](#2140) * **data:** Intent to ship data.onshown/onhidden ([af98eb7](af98eb7)), closes [#2146](#2146) * **data.labels:** Intent to ship data.labels.backgroundColors ([e0b2fed](e0b2fed)), closes [#1954](#1954) * **subchart:** Intent to ship subchart.init.range option ([967bf1b](967bf1b)), closes [#2037](#2037) * **subchart:** Intent to ship subchart.showHandle ([219bff3](219bff3)), closes [#2044](#2044)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Issue
none
Details
The following example from the documentation would throw a TS error currently: