1. 23 9月, 2020 2 次提交
  2. 22 9月, 2020 1 次提交
  3. 18 9月, 2020 2 次提交
  4. 17 9月, 2020 2 次提交
  5. 07 9月, 2020 1 次提交
  6. 25 8月, 2020 1 次提交
    • 1
      fix: · 0a1b895f
      100pah 提交于
      (1) fix data-transform specify dimension by index throw error.
      (2) some little refactor about source creation original brought by feature data transform.
      0a1b895f
  7. 12 8月, 2020 1 次提交
  8. 31 7月, 2020 1 次提交
  9. 29 7月, 2020 1 次提交
  10. 28 7月, 2020 1 次提交
  11. 27 7月, 2020 1 次提交
  12. 26 7月, 2020 1 次提交
  13. 19 7月, 2020 1 次提交
  14. 19 6月, 2020 2 次提交
    • 1
      fix: fix some typo and comments · 6b95e3d2
      100pah 提交于
      6b95e3d2
    • 1
      fix: some refactor about dataZoom and axis scale extent calculation: · b116faa8
      100pah 提交于
      (1) The "scale extent calculation" is depended by both coord sys and "dataZoom".
      So it need to be performed in different stage of workflow and should avoid to call it repleatly or implement it repeatly.
      But previously, the "scale extent calculation" is implemented both in `axisHelper.ts` and `dataZoom/AxisProxy.ts`,
      where different code implements similar logic.
      "Scale extent calculation" is based on input of:
          (I) option specified min/max/scale (including callback) and
          (II) dataExtent and
          (III) some filter related components like dataZoom.
      Currently we need add more filters depends on that axis scale calculation.
      e.g.,
          (I) one axis min max effect the other axis extent
          (II) custom filter.
      So we refactor that "Scale extent calculation" as a reusable module (see `scaleRawExtentInfo.ts`).
      
      (2) Based on (1), make the callback of axis.min/axis.max consistent whatever it is called in
      "data processing stage" or "coord sys updating stage"
      
      (3) Based on (1), fix some "inconsistent" flaw in dataZoom when handling stacked series.
      
      (4) Fix the type of axis.min/max to `ScaleDataValue`. And enable the callback of axis.min/max to return `ScaleDataValue`.
      
      (5) Remove some code that never used.
      
      (6) Make the "data filter", which will "block stream", not as the default data processor in the register API.
      b116faa8
  15. 26 5月, 2020 1 次提交
  16. 26 4月, 2020 1 次提交
  17. 15 4月, 2020 2 次提交
  18. 14 4月, 2020 1 次提交
  19. 02 4月, 2020 1 次提交
  20. 01 4月, 2020 1 次提交
  21. 27 3月, 2020 1 次提交
  22. 21 3月, 2020 2 次提交
  23. 14 3月, 2020 1 次提交
  24. 11 3月, 2020 1 次提交
  25. 08 3月, 2020 1 次提交
  26. 06 3月, 2020 2 次提交
  27. 02 3月, 2020 1 次提交
  28. 01 3月, 2020 1 次提交
  29. 27 2月, 2020 1 次提交
  30. 26 2月, 2020 1 次提交
  31. 25 2月, 2020 1 次提交
  32. 24 2月, 2020 1 次提交
  33. 23 2月, 2020 1 次提交