VChart icon indicating copy to clipboard operation
VChart copied to clipboard

[Feature] funnel transform label support position of label

Open xile611 opened this issue 1 year ago • 0 comments

What problem does this feature solve?

image image image

What does the proposed API look like?

https://www.visactor.io/vchart/option/funnelChart#transformLabel.limit(number%7C'shapeSize')

{
  transformLabel: {
    position?: 'left' | 'right' | 'center' | 'top' | 'right' | 'inside-left' | 'inside-right' | 'inside-top' | 'inside-bottom'
  }
}

xile611 avatar Aug 30 '24 07:08 xile611