How to display shape data on the document itself

I updated a sketch and I added data to shapes.

Is there a way to display this data next to the shapes easily? So it would show up when I print it? Or do I need to do it manually by adding text boxes or callouts?

2 Answers

You could try using text fields.

For example: below is a shape with some shape data

enter image description here

Edit the text of the shape.

enter image description here

And from the ribbon choose Insert/Field

enter image description here

And then Under Shape Data, select the property you want

enter image description here

Now the shape's text will contain the data

enter image description here

Afterwards, any change to the data will change the shape text

enter image description here

Aftwerwards you can displace the Text box from the shape it is attached to so that the text appears next to the shape.

0

This exactly what data graphics are for. Once you have your data defined, use menu Data -> Data Graphics

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like