VChart icon indicating copy to clipboard operation
VChart copied to clipboard

[Feature] Wish word cloud support text as cloud shape

Open xuanhun opened this issue 2 years ago • 0 comments

What problem does this feature solve?

Wish word cloud support text as cloud shape,like this:

What does the proposed API look like?

add a "shapeType" field to wordCloudChart.wordCloudShapeConfig,

type="text"|"url"|"svg"|"base64"|"shapeName“,

const spec = { type: 'wordCloud', maskShape: '玄', wordCloudShapeConfig:{ shapeType:"text" }, .... }

xuanhun avatar Jul 22 '23 12:07 xuanhun