Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: hustcc/echarts-for-react
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.0.2
Choose a base ref
...
head repository: hustcc/echarts-for-react
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.0.3
Choose a head ref
  • 16 commits
  • 8 files changed
  • 17 contributors

Commits on Jan 18, 2022

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

Commits on Feb 12, 2022

  1. Fixes #460: Initialise echarts with correct width and height (#464)

    * Fix initial echarts div size by using temporary render
    
    * Remove timeout and replace with finished event
    
    * Add tests for container size
    mobeigi authored Feb 12, 2022
    Configuration menu
    Copy the full SHA
    0ab3861 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2022

  1. 📝 doc: 修改README.md (#485)

    Co-authored-by: chencong <chencong@dian.so>
    scc02 and chencong authored Jul 8, 2022
    Configuration menu
    Copy the full SHA
    70d9051 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2022

  1. fix: TSLint export type (#498)

    TS1205: Re-exporting a type when the '--isolatedModules' flag is provided requires using 'export type'.
    tisonkun authored Aug 24, 2022
    Configuration menu
    Copy the full SHA
    0e98914 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2022

  1. feat: whether to trigger this.resize when window resize (#490)

    Co-authored-by: lidong.peace <lidong.peace@bytedance.com>
    fakership and lidong.peace authored Sep 1, 2022
    Configuration menu
    Copy the full SHA
    a35220e View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2023

  1. docs(types): fix typo (#535)

    * docs(types): fix typo
    
    * chore: fix typo
    100gle authored Mar 27, 2023
    Configuration menu
    Copy the full SHA
    e33247b View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2024

  1. Update types.ts (#562)

    poozhu authored Feb 17, 2024
    Configuration menu
    Copy the full SHA
    f90ab4a View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2025

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

Commits on Mar 5, 2025

  1. Update .umirc.js (#569)

    hustcc authored Mar 5, 2025
    Configuration menu
    Copy the full SHA
    f8ee87f View commit details
    Browse the repository at this point in the history
  2. docs: update TS and useRef example (#554)

    * Update README.md
    
    * docs: add new line to format code
    
    ---------
    
    Co-authored-by: hustcc <i@hust.cc>
    mrdulin and hustcc authored Mar 5, 2025
    Configuration menu
    Copy the full SHA
    0aa380c View commit details
    Browse the repository at this point in the history
  3. Updated code transpilation for Next.js 13.1 or higher in readme file (#…

    …528)
    
    * Updated code transpilation for Next.js 13.1 or higher
    
    * docs: update readme for nextjs
    
    ---------
    
    Co-authored-by: Zhou Fang <zhfaxb@syntronic.com>
    Co-authored-by: hustcc <i@hust.cc>
    3 people authored Mar 5, 2025
    Configuration menu
    Copy the full SHA
    b07584b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3381db6 View commit details
    Browse the repository at this point in the history
  5. fix: update action workflow (#587)

    * fix: update action workflow
    
    * chore: jest down to v24 to fix ci
    hustcc authored Mar 5, 2025
    Configuration menu
    Copy the full SHA
    670d9b1 View commit details
    Browse the repository at this point in the history
  6. Fix #446, #447 issues. 1) Only refresh the events bound by echart whe…

    …n the event changes. 2) If the style or classname changes, it's more reasonable to refresh the data after performing charts.resize first. (#444)
    
    * 1. 仅事件变化时只刷新echart绑定的事件;2. 如果style或者className变化,先进行echarts.resize再刷新数据更合理
    
    * 检视意见修改
    
    * 增加测试用例
    
    ---------
    
    Co-authored-by: Wang Sen <13710729@qq.com>
    iitodo and Wang Sen authored Mar 5, 2025
    Configuration menu
    Copy the full SHA
    fcc1268 View commit details
    Browse the repository at this point in the history
  7. chore: v3.0.3

    hustcc committed Mar 5, 2025
    Configuration menu
    Copy the full SHA
    0cfbfaa View commit details
    Browse the repository at this point in the history
  8. docs: update readme

    hustcc committed Mar 5, 2025
    Configuration menu
    Copy the full SHA
    31932d8 View commit details
    Browse the repository at this point in the history
Loading