Skip to content

fix(types): fix typo for 'Continous'#21528

Merged
plainheart merged 2 commits intoapache:releasefrom
unional:fixing-typos
Mar 5, 2026
Merged

fix(types): fix typo for 'Continous'#21528
plainheart merged 2 commits intoapache:releasefrom
unional:fixing-typos

Conversation

@unional
Copy link

@unional unional commented Mar 5, 2026

Brief Information

This pull request is in the type of:

  • bug fixing
  • new feature
  • others

What does this PR do?

Add ContinousVisualMapOption as the type alias of ContinousVisualMapOption, and

export of ContinuousVisualMapComponentOption along with ContinuousVisualMapComponentOption.

The existing types are not changed and marked as @deprecatedf

This preserves the maximum compatibility so that in case consumer use module augmentation to aument the types they remain working.

The typo types can be removed in the next major release.

Fixed issues

#21527

Details

Before: What was the problem?

typo

After: How does it behave after the fixing?

Document Info

One of the following should be checked.

  • This PR doesn't relate to document changes
  • The document should be updated later
  • The document changes have been made in apache/echarts-doc#xxx

Not sure where the doc is, but if some there is a place to document deprecated code, this can be added there.

Misc

Security Checking

  • This PR uses security-sensitive Web APIs.

ZRender Changes

  • This PR depends on ZRender changes (ecomfe/zrender#xxx).

Related test cases or examples to use the new APIs

N.A.

Merging options

  • Please squash the commits into a single one when merging.

Other information

@echarts-bot echarts-bot bot added PR: awaiting doc Document changes is required for this PR. PR: awaiting review labels Mar 5, 2026
@echarts-bot
Copy link

echarts-bot bot commented Mar 5, 2026

Thanks for your contribution!
The community will review it ASAP. In the meanwhile, please checkout the coding standard and Wiki about How to make a pull request.

Please DO NOT commit the files in dist, i18n, and ssr/client/dist folders in a non-release pull request. These folders are for release use only.

Document changes are required in this PR. Please also make a PR to apache/echarts-doc for document changes and update the issue id in the PR description. When the doc PR is merged, the maintainers will remove the PR: awaiting doc label.

@plainheart plainheart self-requested a review March 5, 2026 04:05
@plainheart plainheart linked an issue Mar 5, 2026 that may be closed by this pull request
@plainheart plainheart added this to the 6.1.0 milestone Mar 5, 2026
@plainheart plainheart changed the title feat: fix typo for "Continous" fix(types): fix typo for 'Continous' Mar 5, 2026
@plainheart plainheart merged commit ba545ce into apache:release Mar 5, 2026
1 of 2 checks passed
@echarts-bot
Copy link

echarts-bot bot commented Mar 5, 2026

Congratulations! Your PR has been merged. Thanks for your contribution! 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

PR: awaiting doc Document changes is required for this PR. size/M

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug] typo in the name: ContinousVisualMapOption

2 participants