antvis / G6

♾ A Graph Visualization Framework in JavaScript.
https://g6.antv.antgroup.com/
MIT License
11.15k stars 1.33k forks source link

ModelRect label and description aren't cut when too long #1798

Closed Angelus1383 closed 4 years ago

Angelus1383 commented 4 years ago

Using the modelRect built-in node, when the label and/or description lengths exceed the size of the rect they are not cut like shown in documentation.

Yanyan-Wang commented 4 years ago

Since most users want to break or deal with the long label by themself, we cancel the automatic cutting. Try these ways to solve the problem, which will be more free.

https://g6.antv.vision/zh/examples/item/label https://g6.antv.vision/zh/examples/item/label#labelLen1