-
Notifications
You must be signed in to change notification settings - Fork 19.8k
fix(line): fix areaStyle skewing in stepped line series and incorrect connectNull behavior #20092
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
Conversation
Thanks for your contribution! The pull request is marked to be |
The changes brought by this PR can be previewed at: https://echarts.apache.org/examples/editor?version=PR-20092@05ac7dd |
Congratulations! Your PR has been merged. Thanks for your contribution! 👍 |
 <h3>Snyk has created this PR to upgrade echarts from 5.5.1 to 5.6.0.</h3> :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project. <hr/> - The recommended version is **2 versions** ahead of your current version. - The recommended version was released **23 days ago**. <details> <summary><b>Release notes</b></summary> <br/> <details> <summary>Package name: <b>echarts</b></summary> <ul> <li> <b>5.6.0</b> - <a href="https://redirect.github.com/apache/echarts/releases/tag/5.6.0">2024-12-28</a></br><ul> <li>[Feature] [geo] [map] Support styling region in original GeoJSON data. <a href="https://redirect.github.com/apache/echarts/issues/20564" data-hovercard-type="pull_request" data-hovercard-url="/apache/echarts/pull/20564/hovercard">#20564</a> (<a href="https://redirect.github.com/plainheart">plainheart</a>)</li> <li>[Feature] [geo] [map] Support <code>regions[].silent</code> option. <a href="https://redirect.github.com/apache/echarts/issues/20566" data-hovercard-type="pull_request" data-hovercard-url="/apache/echarts/pull/20566/hovercard">#20566</a> (<a href="https://redirect.github.com/Ovilia">Ovilia</a>)</li> <li>[Feature] [axis] Support tooltip for axis label. <a href="https://redirect.github.com/apache/echarts/issues/16315" data-hovercard-type="pull_request" data-hovercard-url="/apache/echarts/pull/16315/hovercard">#16315</a> (<a href="https://redirect.github.com/plainheart">plainheart</a>)</li> <li>[Feature] [text] Add <code>isTruncated</code> state property for <code>Text</code> element. <a href="https://redirect.github.com/ecomfe/zrender/pull/1101" data-hovercard-type="pull_request" data-hovercard-url="/ecomfe/zrender/pull/1101/hovercard">#1101</a> (<a href="https://redirect.github.com/100Pah">100pah</a>)</li> <li>[Feature] [sunburst] Add new emphasis focus strategy <code>'relative'</code> for highlighting ancestor and descendant nodes. <a href="https://redirect.github.com/apache/echarts/issues/20399" data-hovercard-type="pull_request" data-hovercard-url="/apache/echarts/pull/20399/hovercard">#20399</a> (<a href="https://redirect.github.com/sz-p">sz-p</a>)</li> <li>[Feature] [axis] Add <code>showMinLine</code> / <code>showMaxLine</code> option for <code>splitLine</code>. <a href="https://redirect.github.com/apache/echarts/issues/20114" data-hovercard-type="pull_request" data-hovercard-url="/apache/echarts/pull/20114/hovercard">#20114</a> (<a href="https://redirect.github.com/adaelixir">adaelixir</a>)</li> <li>[Feature] [dataZoom] Add <code>handleLabel.show</code> option. <a href="https://redirect.github.com/apache/echarts/issues/20082" data-hovercard-type="pull_request" data-hovercard-url="/apache/echarts/pull/20082/hovercard">#20082</a> (<a href="https://redirect.github.com/Ovilia">Ovilia</a>)</li> <li>[Feature] [calendar] Add <code>silent</code> option for <code>dayLabel</code>/<code>monthLabel</code>/<code>yearLabel</code>. <a href="https://redirect.github.com/apache/echarts/issues/20492" data-hovercard-type="pull_request" data-hovercard-url="/apache/echarts/pull/20492/hovercard">#20492</a> (<a href="https://redirect.github.com/plainheart">plainheart</a>)</li> <li>[Feature] [treemap] Add <code>cursor</code> option. <a href="https://redirect.github.com/apache/echarts/issues/20113" data-hovercard-type="pull_request" data-hovercard-url="/apache/echarts/pull/20113/hovercard">#20113</a> (<a href="https://redirect.github.com/adaelixir">adaelixir</a>)</li> <li>[Feature] [aria] Add <code>aria.data.excludeDimensionId</code> to exclude specific dimensions in aria-label. <a href="https://redirect.github.com/apache/echarts/issues/20218" data-hovercard-type="pull_request" data-hovercard-url="/apache/echarts/pull/20218/hovercard">#20218</a> (<a href="https://redirect.github.com/semla">semla</a>)</li> <li>[Feature] [aria] Add <code>role="img"</code> to chart container element. <a href="https://redirect.github.com/apache/echarts/issues/20050" data-hovercard-type="pull_request" data-hovercard-url="/apache/echarts/pull/20050/hovercard">#20050</a> (<a href="https://redirect.github.com/ViniciusCestarii">ViniciusCestarii</a>)</li> <li>[Feature] [i18n] Add Swedish(SV) translation <a href="https://redirect.github.com/apache/echarts/issues/20227" data-hovercard-type="pull_request" data-hovercard-url="/apache/echarts/pull/20227/hovercard">#20227</a> (<a href="https://redirect.github.com/NajamShehzad">NajamShehzad</a>)</li> <li>[Feature] [i18n] Add Persian(FA) translation. <a href="https://redirect.github.com/apache/echarts/issues/20312" data-hovercard-type="pull_request" data-hovercard-url="/apache/echarts/pull/20312/hovercard">#20312</a> (<a href="https://redirect.github.com/Ayazadeh">Ayazadeh</a>)</li> <li>[Feature] [i18n] Improve pt-BR translation. <a href="https://redirect.github.com/apache/echarts/issues/20348" data-hovercard-type="pull_request" data-hovercard-url="/apache/echarts/pull/20348/hovercard">#20348</a> (<a href="
Brief Information
This pull request is in the type of:
What does this PR do?
Fixed issues
Resolves #20021
Details
Before: What was the problem?
areaStyle with stepped line series and connectNull is not correct.
After: How does it behave after the fixing?
No skewing in areaStyle.
Document Info
One of the following should be checked.
Misc
ZRender Changes
Related test cases or examples to use the new APIs
N.A.
Others
Merging options
Other information