A lightweight graphic library providing 2d draw for Apache ECharts
Stars
6.3k
Forks
1.6k
Watchers
6.3k
Open Issues
368
Overall repository health assessment
2.3.0^7.7.2^11.0.0^3.0.0^27.0.2^4.33.0^4.33.0^3.0.02.11.06.3.04.0.2^11.0.4^27.2.5^16.0.0^1.28.0^0.25.3^6.0.4^27.0.6^4.4.3^3.10.01.4k
commits
572
commits
356
commits
211
commits
206
commits
60
commits
11
commits
6
commits
6
commits
5
commits
Merge pull request #1145 from ecomfe/fix/svg/encodeBase64-compatibility
b013719View on GitHubMerge pull request #1143 from ecomfe/workflow/fix-lint-diff-file-pattern
93d315fView on GitHubfix(workflow): fix match pattern for changed files collection in the lint action
ed30881View on GitHubMerge pull request #1134 from ecomfe/fix-text-bounding-rect
70f25b7View on GitHubfix(Text/TSpan bounding rect): (1) Previously, plain text bounding rect is inconsistent (contain stroke width or not) according to style.width & style.overflow (even if no wrapping or truncation happen and text is visually the same). This commit makes it consistent. (2) Previously, the bounding rect varies and unpredictable according to the internal auto-stroke application. This commit exclude auto-stroke width uniformly, since auto-stroke using the same color as background to make the border invisible. (3) deprecated `src/contain/text.ts` `getBoundingRect`, because it behave differently from Text#getBoundingRect, and unexpectedly when text contains "\n".
e49bdf2View on GitHub