-1

Does anyone know how to add below number(10) in draw io? thank you very much.

enter image description here

Bensson
  • 4,509
  • 4
  • 19
  • 24

2 Answers2

2

You can use number plugin as described here: https://www.diagrams.net/doc/faq/number-plugin

If this doesn't suit your needs, just add circle with the number, click Ctrl+e on the circle, add "" resizeWidth=0;resizeHeight=0;" and then group shapes. This is not a perfect solution but it might help.

Marija
  • 354
  • 1
  • 1
0

There are 4 options.

Option 1: Use the existing shapes (1) to (9)

Just search for "number" and you'll get 9 prepared shapes which you can drag-and-drop. enter image description here

Option 2: Create the shape yourself

Just use a circle, double-click on it and enter your number. You'll need to make the font size bigger and the circle a bit smaller for it to look nice. Then, you can copy-paste that shape to create further numbers. enter image description here

Option 3: Use the enumeration feature

Enable the Enumerate property and set the value for Enumerate value. enter image description here

It'll look like this. enter image description here

Here is a blog post: https://www.diagrams.net/blog/number-shapes

Option 4: Use the plugin

Here is a blog post: https://www.diagrams.net/doc/faq/number-plugin

This option seems obsolete since the feature is built in to Draw.io. See option 3 above.

Lernkurve
  • 20,203
  • 28
  • 86
  • 118