Skip to content
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(option): Intent to ship boost.useCssRule #2736

Merged
merged 2 commits into from
Jun 14, 2022

Conversation

netil
Copy link
Member

@netil netil commented Jun 14, 2022

Issue

#2716

Details

Implement boost.useCssRule, which avoid setting element's style as inlined.

boost: {
    useCssRule: true
}

With boost.useCssRule option set, <circle>, <text> nodes' inlined style will be removed and applied from the style's rule.

image

Implement boost.useCssRule, which avoid setting element's
style as inlined.

Ref naver#2716
@coveralls
Copy link

coveralls commented Jun 14, 2022

Coverage Status

Coverage increased (+0.008%) to 90.477% when pulling 493d516 on netil:useCssRule#2716 into 85d58f6 on naver:master.

@netil netil merged commit 4a060d6 into naver:master Jun 14, 2022
@netil netil deleted the useCssRule#2716 branch June 16, 2022 01:24
netil added a commit to netil/billboard.js that referenced this pull request Jun 23, 2022
- Split related methods to style.ts
- Expand applying to legend and Arc elements

Ref naver#2736
netil added a commit that referenced this pull request Jun 23, 2022
- Split related methods to style.ts
- Expand applying to legend and Arc elements

Ref #2736
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants