Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [3.10.0](naver/billboard.js@3.9.4...3.10.0) (2023-10-25) ### Bug Fixes * **api:** Fix to return indexed categories ([1209138](naver@1209138)), closes [naver#3365](naver#3365) * **axis:** Fix axis.x.height=0 to be applied ([0c562c3](naver@0c562c3)), closes [naver#3424](naver#3424) * **axis:** Fix x axis tick text overlap with legend ([796671f](naver@796671f)), closes [naver#3485](naver#3485) * **bar:** Fix stacking bar position on multiple xs ([674bad1](naver@674bad1)), closes [naver#3372](naver#3372) * **candlestick:** Fix rendering on rotated axis ([fe4c04b](naver@fe4c04b)), closes [naver#3387](naver#3387) * **clip:** Fix x axis hide on title.bottom ([d00052c](naver@d00052c)), closes [naver#3364](naver#3364) * **domain:** fix trimXDomain not trimming min ([bacc287](naver@bacc287)), closes [naver#3420](naver#3420) * **labels:** Fix index argument for nullish value ([13d1077](naver@13d1077)), closes [naver#3547](naver#3547) * **option:** Fix inconsistency of padding ([694aa34](naver@694aa34)), closes [naver#3426](naver#3426) * **point:** Fix data.onclick not called when point.senstivity is radius ([83b0206](naver@83b0206)), closes [naver#3466](naver#3466) * **point:** Fix pointFucusOnly check error ([f9b65ac](naver@f9b65ac)), closes [naver#3407](naver#3407) [naver#3456](naver#3456) * **point:** Fix rendering error when point.focus.only=true is set ([787fd15](naver@787fd15)), closes [naver#3406](naver#3406) * **shape:** Fix circleY() undefined error ([d245853](naver@d245853)), closes [naver#3388](naver#3388) * **subchart, zoom:** Fix returning domain value ([321510b](naver@321510b)), closes [naver#3347](naver#3347) * **subchart:** Fix handlebar position ([83ef6d0](naver@83ef6d0)), closes [naver#3358](naver#3358) * **title:** fix title text center align ([b0fc214](naver@b0fc214)), closes [naver#3363](naver#3363) * **tooltip:** Fix tooltip.format.value call ([2e88484](naver@2e88484)), closes [naver#3371](naver#3371) * **tooltip:** Fix tootip display on tooltip.init ([52083bf](naver@52083bf)), closes [naver#3369](naver#3369) * **tooltip:** Fix wrong .tooltip.show() on rotated axis ([9b90c81](naver@9b90c81)), closes [naver#3476](naver#3476) * **tooltip:** Fix wrong tooltip position with padding option ([041e144](naver@041e144)), closes [naver#3473](naver#3473) * **zoom:** Fix initial error empty data with zoom ([a94d09c](naver@a94d09c)), closes [naver#3470](naver#3470) ### Features * **api:** Intent to ship subchart method ([ac9e229](naver@ac9e229)), closes [naver#3342](naver#3342) * **plugin:** Add nullString option ([29bdb0c](naver@29bdb0c)), closes [naver#3412](naver#3412) [naver#3413](naver#3413) * **point:** Intent to ship point.radialGradient ([7b51fd6](naver@7b51fd6)), closes [naver#3405](naver#3405) * **regions:** Intent to ship regions.label ([0496ec6](naver@0496ec6)), closes [naver#3319](naver#3319) * **theme:** Add new modern theme ([b0f1aa7](naver@b0f1aa7)) * **tooltip:** Provide y position for tooltip position callback ([a793a2e](naver@a793a2e)), closes [naver#3434](naver#3434)
- Loading branch information