v-charts icon indicating copy to clipboard operation
v-charts copied to clipboard

funnel 的`extend.label.formatter`返回的value参数应该和data保持一致

Open Chellhooo opened this issue 5 years ago • 0 comments

Summary 简述

  1. funnel设置extend.label.formatter返回的参数value是错的,从测试结果来看猜测是漏斗的百分比
  2. 相同数值的时候图形块的大小是不同的 funnel in v-charts

Expect 期望结果

  1. funnel 的extend.label.formatter返回的value参数应该和data保持一致
  2. 相同数值的时候图形块的大小应该相同

(funnel example in echarts) funnel in eCharts

Reproduce 重现示例

https://codepen.io/chellhoo/pen/wvoMPYW?editors=1011

Chellhooo avatar Feb 05 '21 07:02 Chellhooo