Bump Apache ECharts from 5.5.0 to 5.5.1 #299
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Closes #289
Description
Go through the entire list of the release note to evaluate the impacts, enhancements, etc. we can/must do in ODS Charts. Source: https://github.com/apache/echarts/releases/tag/5.5.1:
Feature axis: support custom axis tick/label positions:customValues
foraxisTick
andaxisLabel
doesn't have any impact on the library, since it's a new option.Feature bar: add:startValue
optionstartValue
option doesn't have any impact on the library, since it's a new option.Feature sankey: additemStyle.borderRadius
optionFeature time: add meridian template: nothing to do in our library as this is just a new time formatting{a}/{A}
Feature geo: add: nothing to do as we don't use thetotalZoom
parameter for thegeoroam
eventgeoroam
eventFeature treemap: add: nothing to do as we don't use the Treemap.scaleLimit
option to limit the zoomingFix series: avoid error caused by: no impact as we don't useseriesData.getLinkedData
seriesData.getLinkedData
Fix marker: fix marker label formatter can't get series information: nothing to do as we never experienced this issue in our testsFix aria: avoid error in SSR mode: nothing to do as we don't use SSR modeFix data: avoid error when using BigInt values: nothing to do as we don't have any examples with BigInt valuesFix pie: fix: nothing to do as we don't have yet pie charts. Moreover, WIP PR Examples: Add pie and donut charts #88 doesn't useendAngle
is not applied on the empty circleendAngle
Fix toolbox: fix uncaught reference error in the environment that: nothing to do as we didn't experience this issueMouseEvent
doesn't existFix tooltip: fix tooltip XSS issue when legend name is HTML string: nothing to do, theencodeHTMLContent
when the HTML render mode is used doesn't cause any issues in our current examples using popovers (withODSChartsPopover
).Fix type: fix that in users' .d.ts: nothing to do, no direct impact on our libraryimport('echarts/types/dist/shared')
can not visit'echarts/types/dist/shared.d.ts'
since v5.5.0I've also checked the compatibility with
angular-ngx-echarts
and didn't observe any regressions. No issues related to this new 5.5.1 is created in their repository, so it's probably already compatible.Test checklist
Please check that the following tests projects are still working:
docs/examples
test/angular-ngx-echarts
test/angular-echarts
test/html
test/react
test/vue
test/examples/bar-line-chart
test/examples/single-line-chart
test/examples/timeseries-chart