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
[5.0] [FEATURE] decal #13304
[5.0] [FEATURE] decal #13304
Conversation
Thanks for your contribution! The pull request is marked to be Document changes are required in this PR. Please also make a PR to apache/incubator-echarts-doc for document changes. When the doc PR is merged, the maintainers will remove the |
TODO:
|
src/visual/aria.ts
Outdated
if (userConfig == null) { | ||
const pathArr = path.split('.'); | ||
let result = ecModel.getLocale('aria'); | ||
// FIXME: remove as any |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@pissang Please help improve the type here.
src/visual/aria.ts
Outdated
function getSeriesTypeName(type) { | ||
return ecModel.getLocale(['series', 'typeNames'])[type] || '自定义图'; | ||
function getSeriesTypeName(type: string) { | ||
// FIXME: remove as any |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@pissang Please help improve the type here.
Some bugs from my test:
|
Brief Information
This pull request is in the type of:
What does this PR do?
Support decal in ECharts, see #13263 for more details.
Fixed issues
Usage
Are there any API changes?
Related test cases or examples to use the new APIs
NA.
Others
Merging options
Other information