Skip to content

Commit

Permalink
feat(pie): drop latest points, not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
ffoodd committed Oct 16, 2023
1 parent b4419c8 commit a83356c
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 13 deletions.
3 changes: 1 addition & 2 deletions _site/templates/css/examples/pie.css
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,7 @@
max(0%, var(--lt-50, 0) * 50%) max(50%, var(--gt-50, 0) * 100%),
min(50% - var(--pos-B) * var(--gt-75, 0), 0%) calc(50% + var(--pos-A) * var(--gt-50, 0) * var(--lt-75, 1)),
max(0%, var(--lt-75, 0) * 50%) max(0%, var(--lt-75, 0) * 50%),
calc(50% - var(--pos-A) * var(--gt-75, 0)) calc(50% - var(--pos-B) * var(--gt-75, 0)),
50% 50%
calc(50% - var(--pos-A) * var(--gt-75, 0)) calc(50% - var(--pos-B) * var(--gt-75, 0))
);
--mask: radial-gradient(
circle at center,
Expand Down
3 changes: 1 addition & 2 deletions dist/chaarts.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/chaarts.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/chaarts.min.css

Large diffs are not rendered by default.

Loading

0 comments on commit a83356c

Please sign in to comment.