VChart icon indicating copy to clipboard operation
VChart copied to clipboard

[Feature] support cross line.type config in theme

Open purpose233 opened this issue 4 months ago • 0 comments

What problem does this feature solve?

Cross line.type config in theme is not working for now.

What does the proposed API look like?

component: {
  bandField: {
    line: {
      type: 'line'
    }
  }
}

purpose233 avatar Aug 13 '25 06:08 purpose233