Skip to content
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

New minimal import API, improve exported option types. #13890

Merged
merged 41 commits into from Jan 3, 2021

Commits on Dec 1, 2020

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

Commits on Dec 2, 2020

  1. Copy the full SHA
    042ded6 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    e56b7cd View commit details
    Browse the repository at this point in the history
  3. delete useless jshintrc

    pissang committed Dec 2, 2020
    Copy the full SHA
    b6b6edd View commit details
    Browse the repository at this point in the history
  4. refact: export adjust. a new way for partially import

    import {use, init} from 'echarts/core';
    import {ChartBar} from 'echarts/charts';
    import {ComponentGrid} from 'echarts/components';
    use([ChartBar, ComponentGrid]);
    pissang committed Dec 2, 2020
    Copy the full SHA
    8588f3a View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2020

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

Commits on Dec 10, 2020

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

Commits on Dec 14, 2020

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

Commits on Dec 16, 2020

  1. fix renderer entry

    pissang committed Dec 16, 2020
    Copy the full SHA
    0ba218e View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2020

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

Commits on Dec 21, 2020

  1. Copy the full SHA
    9f65b06 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    7ad6e1e View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2020

  1. Copy the full SHA
    507c0ae View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    ad8f240 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    0c681a1 View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2020

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

Commits on Dec 26, 2020

  1. fix: add dependencies in graph/heatmap series.

    optimize inner option determination
    pissang committed Dec 26, 2020
    Copy the full SHA
    9a28262 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    b469e56 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2020

  1. 1
    Copy the full SHA
    04f3448 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    5f72e8f View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2020

  1. Copy the full SHA
    afe669a View commit details
    Browse the repository at this point in the history
  2. chore: update rollup plugins

    pissang committed Dec 28, 2020
    Copy the full SHA
    845207b View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    3054d8b View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    b4e0080 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    0d323dd View commit details
    Browse the repository at this point in the history
  6. merge change from the master

    pissang committed Dec 28, 2020
    Copy the full SHA
    e26e4f2 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    db48b20 View commit details
    Browse the repository at this point in the history
  8. add todo mark comments

    pissang committed Dec 28, 2020
    Copy the full SHA
    6e38bc5 View commit details
    Browse the repository at this point in the history
  9. 1
    Copy the full SHA
    273d963 View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    10357d3 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2020

  1. Copy the full SHA
    450f493 View commit details
    Browse the repository at this point in the history
  2. tweak error log comments.

    pissang committed Dec 30, 2020
    Copy the full SHA
    8381506 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    4aaeb52 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2021

  1. Copy the full SHA
    9f41ab7 View commit details
    Browse the repository at this point in the history
  2. fix(type): fix type errors

    pissang committed Jan 3, 2021
    Copy the full SHA
    1d09ccd View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    5b5000c View commit details
    Browse the repository at this point in the history
  4. comment: add comment to explain the fix.

    Needs to extract the specify component for each component type.
    pissang committed Jan 3, 2021
    Copy the full SHA
    e39b010 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    f5f5b7a View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    13e10ab View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    f4e628d View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    469fd04 View commit details
    Browse the repository at this point in the history