My goal is to create custom shapes for a storyboard that will export to a csv file for further manipulation. I have not found out-of -the-box shapes that will export image data, so I’m trying to create a custom shape that will.
I also need the images to be visible in shapes within lucidchart ,and easily input from files not urls.
My attempts with the following code have failed to show images in a shape at instantiation and with data input.
Is it possible to reach my goal? If so, what can be altered in this to make it work?
{
"properties": "
{
"name": "ImageName",
"default": "clockwise-one-arrow.png",
"label": "Image name",
"type": "file"
}
],
"images": {
"logo": {
"type": "file",
"path": "{{=@ImageName}}"
}
},
"style": {
"fill": {
"type": "image",
"ref": "logo"
}
},
"geometry":
{
"type": "rect"
}
]
}
Hi
Reply
Create an account in the community
A Lucid account is required to interact with the Community, and your participation is subject to the Supplemental Lucid Community Terms. You may not participate in the Community if you are under age 18. You will be redirected to the Lucid app to log in.
Log in to the community
A Lucid account is required to interact with the Community, and your participation is subject to the Supplemental Lucid Community Terms. You may not participate in the Community if you are under age 18. You will be redirected to the Lucid app to log in.
Log in with Lucid
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.