1. 04 9月, 2020 1 次提交
  2. 02 9月, 2020 3 次提交
    • O
      feat(line): new animation for grid and polar · f680d16e
      Ovilia 提交于
      f680d16e
    • O
      feat(line)!: support both series and item delay with animationDelay callbacks · 6e2831e7
      Ovilia 提交于
      BREAKING CHANGE: May not be compatible with 4.x.
      Since default symbol animation with line charts has been changed in 5.0 to be
      displayed when the clipPath of the line goes through the data point,
      animationDelay callback now has two meanings:
      animationDelay: function (i) { return ... }
      (1) If `i` is `null`, the callback should return the delay of the overall
          series animation, that is, the delay before the line clipPath starts
          changing.
      (2) If `i` is a `number`, the callback should return the delay of the certain
          delay of each data item.
      In ECharts 4.x, however, since the label animation shows along with the line
      animation, only the `number` form is used.
      6e2831e7
    • O
      feat: change default line init animation · 87d1d718
      Ovilia 提交于
      87d1d718
  3. 26 8月, 2020 2 次提交
  4. 25 8月, 2020 1 次提交
  5. 24 8月, 2020 1 次提交
  6. 21 8月, 2020 3 次提交
  7. 18 8月, 2020 4 次提交
  8. 17 8月, 2020 4 次提交
  9. 16 8月, 2020 4 次提交
  10. 14 8月, 2020 11 次提交
  11. 13 8月, 2020 5 次提交
  12. 12 8月, 2020 1 次提交