Skip to content

Commits

Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

Commits on Dec 5, 2023

  1. Merge pull request #19357 from apache/master-tmp

    [test] Add test case for #19093
    plainheart committed Dec 5, 2023
    Copy the full SHA
    5b0c096 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. [test] Add test case for #19093

    100pah committed Dec 4, 2023
    Copy the full SHA
    a59feb4 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

  1. Merge pull request #19197 from apache/feat-pictorialBar-clip

    feat(pictorialBar): support clip for pictorialBar series
    linghaoSu committed Nov 30, 2023
    Copy the full SHA
    7731729 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #18960 from apache/fix/line-animation

    fix(line): fix line may cross in time axis when animation is enabled
    Ovilia committed Nov 30, 2023
    Copy the full SHA
    80525ed View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. Merge pull request #19279 from snukhulov/feat-add-minmax-sampler

    feat(sampler): add min-max sampler function
    Ovilia committed Nov 27, 2023
    Copy the full SHA
    c5e0910 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2023

  1. Copy the full SHA
    4a63340 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. Merge pull request #18381 from apache/ssr

    feat(ssr): server-side rendering and client hydration #18334
    Ovilia committed Nov 16, 2023
    Copy the full SHA
    b07ce79 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    badfd0f View commit details
    Browse the repository at this point in the history
  3. chore: merge

    Ovilia committed Nov 16, 2023
    Copy the full SHA
    7dd9b37 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. Copy the full SHA
    71799e9 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    0edce2a View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. Copy the full SHA
    77a3723 View commit details
    Browse the repository at this point in the history
  2. fix(tooltip): fix potential NPE when the parent node of the tooltip e…

    …lement doesn't exist (#19265)
    
    * fix(tooltip): use `remove` rather than `parentNode.removeChild` to fix potential NPE when its parent node doesn't exists. (#19248)
    
    * fix(tooltip): clearTimeout when disposing
    
    * fix(tooltip): still use `parentNode.removeChild` to reserve support for IE.
    plainheart committed Nov 6, 2023
    Copy the full SHA
    fd9e62d View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. Merge pull request #19176 from apache/fix-sunburst-label

    fix(sunburst): fix label rotation flipping
    plainheart committed Nov 1, 2023
    Copy the full SHA
    818853e View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. Copy the full SHA
    367610f View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. Merge pull request #19239 from apache/feat-aria-i18n

    fix(aria): series type name for custom series
    plainheart committed Oct 25, 2023
    Copy the full SHA
    6061e1d View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. Copy the full SHA
    625ec1f View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    6b581e7 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. Copy the full SHA
    babe688 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. Copy the full SHA
    6ce4dbc View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. feat(i18n): add Arabic(AR) translation (#19214)

    * Create langAR.ts
    
    Adding Arabic language, in progress.
    
    * Update langAR.ts, Translation completed.
    
    Arabic Translation completed.
    OthmanAliModaes committed Oct 18, 2023
    Copy the full SHA
    31d58b2 View commit details
    Browse the repository at this point in the history
  2. fix(core): fix potential NPE when reading default init options from g…

    …lobal object in dev environment (#19217)
    
    * fix: '__ECHARTS__DEFAULT__RENDERER__' of undefined
    
    * fix: Reduce converted code size
    
    * fix: Remove ternary operations
    sunpm committed Oct 18, 2023
    Copy the full SHA
    677adea View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. Merge pull request #19213 from apache/dependabot/npm_and_yarn/babel/t…

    …raverse-7.23.2
    
    chore(deps-dev): bump @babel/traverse from 7.11.5 to 7.23.2
    Ovilia committed Oct 17, 2023
    Copy the full SHA
    522c75d View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. chore(deps-dev): bump @babel/traverse from 7.11.5 to 7.23.2

    Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.11.5 to 7.23.2.
    - [Release notes](https://github.com/babel/babel/releases)
    - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse)
    
    ---
    updated-dependencies:
    - dependency-name: "@babel/traverse"
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Oct 16, 2023
    Copy the full SHA
    8eb29bd View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. Copy the full SHA
    f38c2a6 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2023

  1. Copy the full SHA
    d9e67dd View commit details
    Browse the repository at this point in the history
  2. Merge pull request #19174 from shiersansi/fix-#19050

    fix(sunburst): label rotation problem when anticlockwise
    Ovilia committed Oct 8, 2023
    Copy the full SHA
    ea28e44 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. fix #19050

    shiersansi committed Oct 6, 2023
    Copy the full SHA
    38ec1b5 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

  1. Merge pull request #19170 from apache/fix/toolbox/font

    fix(toolbox): fix toolbox text can't apply the specified or global font style
    Ovilia committed Oct 4, 2023
    Copy the full SHA
    4a3d090 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. Copy the full SHA
    0508353 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. Merge pull request #19099 from yassilah/feat-polar-endAngle

    feat(polar): allow setting `angleAxis.endAngle`
    Ovilia committed Sep 27, 2023
    Copy the full SHA
    d08664f View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. Copy the full SHA
    691d9ee View commit details
    Browse the repository at this point in the history
  2. Merge pull request #19123 from ChepteaCatalin/fix-18997

    feat(tooltip): add dataIndex to valueFormatter callback. close #18997
    Ovilia committed Sep 26, 2023
    Copy the full SHA
    80b251f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #19111 from avin-kavish/patch-1

    Add nullables to OptionDataValue
    Ovilia committed Sep 26, 2023
    Copy the full SHA
    a51f449 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. Copy the full SHA
    ba44156 View commit details
    Browse the repository at this point in the history
Older