1. 15 3月, 2021 2 次提交
    • 1
      fix: [tooltip] add test case for the last commit. · 91e8e47e
      100pah 提交于
      91e8e47e
    • 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. 08 3月, 2021 2 次提交
  3. 07 3月, 2021 1 次提交
  4. 03 3月, 2021 2 次提交
  5. 26 2月, 2021 2 次提交
  6. 25 2月, 2021 4 次提交
  7. 23 2月, 2021 1 次提交
  8. 22 2月, 2021 1 次提交
  9. 19 2月, 2021 3 次提交
  10. 18 2月, 2021 2 次提交
  11. 17 2月, 2021 1 次提交
  12. 13 2月, 2021 1 次提交
  13. 12 2月, 2021 1 次提交
  14. 02 2月, 2021 2 次提交
  15. 01 2月, 2021 10 次提交
  16. 31 1月, 2021 2 次提交
  17. 30 1月, 2021 1 次提交
  18. 28 1月, 2021 2 次提交