VChart
VChart copied to clipboard
[Feature] support cross line.type config in theme
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'
}
}
}