-
Notifications
You must be signed in to change notification settings - Fork 355
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
feat(polar): Intent to ship polar type #2462
Conversation
Hi @cmpark0126, thanks for the contribution!
|
9724ded
to
da594ad
Compare
9016c1a
to
2a35cac
Compare
Hi @netil, thanks for the comment and sorry for the late reply.
If you find another problem, please comment again. |
Co-authored-by: HanungLee <woong102345@gmail.com>
…area by using fill-opacity(#23) * feat(polar): implement mouse events feat(polar): linting feat(polar): import d3Select * feat(polar): show level line behind area Co-authored-by: Chunmyong Park <chunmyong.park@kaist.ac.kr>
* fix(polar): remove unecessary param in polar demo * feat(polar): add polar char option demo * feat(polar): add demo for polar size
* feat(polar): add doc comments * fix(polar): fix doc example code
* feat(polar): add polar_startingAngle option * docs(polar): add polar_startingAngle doc in option * docs(polar): add StartingAngle demo * feat(polar): add polar padding option * docs(polar): add doc for polar padding option * docs(polar): add demo for polar padding option * feat(polar): add polar padAngle option * docs(polar): add docs for polar padAngle option * docs(polar): add padAngle demo
* refactor(polar): create inner radius per area * fix(polar): follow linter
* test(polar): add test for polar chart * test(polar): test whether arc is rendered * test(polar): fix polar rendering test case * test(polar): set level option of polar * test(polar): check level options modified before * test(polar): set option which is hidden to show * refactor(polar): rename option * feat(polar): add polar_size_ratio option * docs(polar): add demo for polar size ratio * test(polar): add test for resize (unpassed) * skip: fix typo
* docs(polar): fix demo typo * fix(polar): function config update on polar * skip: follow lint * test(polar): add size option test * test(polar): enhance test cases
@netil How's this PR going? Do I need to fix something for this PR? Thank you! |
Hi @cmpark0126, due to the prior issues it is taking some time to look into. |
.padAngle(padAngle); | ||
|
||
// remove all `g` tag from previous polar chart | ||
polar.arcs.selectAll("g").data([]) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
After reviewing & trying fixing the issues remained, found many duplications and realized most of basic functionalities are similar with the The rewrite will add minimal code necessary and most functionalities will depends from the pie, which will make reduce bundle size and the reliability which already were providing from the pie. |
Implmentation of polar type Ref naver#2462
Implementation of polar type Ref naver#2462
@cmpark0126 @HanungLee @Justin-Moon @sni-J |
# [3.4.0-next.1](3.3.3...3.4.0-next.1) (2022-03-16) ### Bug Fixes * **axis:** Fix culling visibility on dynamic loading ([4c79daf](4c79daf)), closes [#2582](#2582) * **axis:** fix hidden axis rescale on dynamic load ([5418853](5418853)), closes [#2523](#2523) [#2571](#2571) * **util:** Check if agent has mouse ([d42adaa](d42adaa)), closes [#2550](#2550) [#2585](#2585) ### Features * **module:** Support dual CJS/ESM package ([437c007](437c007)), closes [#2202](#2202) * **plugin:** Intent to ship TableView plugin ([215b611](215b611)), closes [#1873](#1873) * **polar:** Intent to ship polar type ([feca715](feca715)), closes [#2462](#2462)
@netil |
# [3.4.0](3.3.3...3.4.0) (2022-03-31) ### Bug Fixes * **api:** Fix flow on indexed/category axis type ([4aba436](4aba436)), closes [#2595](#2595) * **axis:** Fix culling visibility on dynamic loading ([4c79daf](4c79daf)), closes [#2582](#2582) * **axis:** fix hidden axis rescale on dynamic load ([5418853](5418853)), closes [#2523](#2523) [#2571](#2571) * **generator:** Prevent possible infinite loop when tab isn't visible ([bafdb17](bafdb17)), closes [#2606](#2606) * **option:** Fix data.hide not working for bubble/scatter type ([64ae74b](64ae74b)), closes [#2609](#2609) * **util:** Check if agent has mouse ([d42adaa](d42adaa)), closes [#2550](#2550) [#2585](#2585) * **util:** Enhance parsing date string ([8d9f422](8d9f422)), closes [#1714](#1714) ### Features * **api:** Implement axis range reset ([6c9d99e](6c9d99e)), closes [#2398](#2398) * **option:** Intent to ship onclick ([63c5a53](63c5a53)), closes [#2587](#2587) * **polar:** Intent to ship polar type ([feca715](feca715)), closes [#2462](#2462)
Issue
Details
polar
type