1. 15 3月, 2021 1 次提交
    • 1
      feature: [tooltip] · b9c7e9e5
      100pah 提交于
      (1) Make component tooltip inherit cascade correct: itemOption.tooltip -> componentOption.tooltip -> globalOption.tooltip
      (previous incorrect cascade: itemOption.tooltip -> globalOption.tooltip
      (2) Enable trigger component tooltip by chart.dispatchAction({ type: 'showTip', legendIndex: 0, name: 'some' });
      
      To make (2) happen, this commit migrate `ECElement['tooltip']` to ECData['tooltipConfig']['option'],
      and add other info in ECData['tooltipConfig']:
      {
            componentMainType
            componentIndex
            name
      }
      to locate a tooltipable component element by a payload.
      b9c7e9e5
  2. 30 12月, 2020 1 次提交
  3. 01 12月, 2020 1 次提交
  4. 23 10月, 2020 3 次提交
  5. 29 7月, 2020 1 次提交
  6. 28 7月, 2020 1 次提交
  7. 23 7月, 2020 2 次提交
  8. 14 7月, 2020 1 次提交
  9. 07 7月, 2020 2 次提交
  10. 30 4月, 2020 1 次提交
  11. 01 4月, 2020 2 次提交
  12. 28 3月, 2020 1 次提交
  13. 27 3月, 2020 1 次提交
  14. 24 3月, 2020 1 次提交
  15. 23 3月, 2020 1 次提交
  16. 21 3月, 2020 2 次提交
  17. 27 2月, 2020 1 次提交
  18. 26 2月, 2020 1 次提交
  19. 24 2月, 2020 1 次提交
  20. 22 2月, 2020 1 次提交
  21. 15 2月, 2020 1 次提交
  22. 03 2月, 2020 1 次提交
  23. 28 11月, 2019 1 次提交
  24. 22 11月, 2019 1 次提交
  25. 20 11月, 2019 1 次提交
  26. 24 9月, 2019 1 次提交
  27. 23 9月, 2019 1 次提交
  28. 21 9月, 2019 1 次提交
  29. 27 6月, 2019 1 次提交
  30. 26 6月, 2019 2 次提交
  31. 25 6月, 2019 1 次提交
  32. 24 6月, 2019 1 次提交
  33. 20 6月, 2019 1 次提交