I'm trying to make a dynamo graph that sets a visual style edge color for Formit.
I see in the Formit Plugin API that it calls for [in] color WSM.Color
What do I type in the String node connected to paramsJSON? I've tried every combination I can think of and it will not change the color!
I would love some guidance.
I'm trying to make a dynamo graph that sets a visual style edge color for Formit.
I see in the Formit Plugin API that it calls for [in] color WSM.Color
What do I type in the String node connected to paramsJSON? I've tried every combination I can think of and it will not change the color!
I would love some guidance.
I just found some more info on another post. Made a WSM.Color call for the SetEdgeColor call. For some reason, it's still not setting the color though.
I just found some more info on another post. Made a WSM.Color call for the SetEdgeColor call. For some reason, it's still not setting the color though.
Hi @chris.kepner,
Glad you're trying this out! Sorry for the struggles.
In order to do this properly, you'll have to do some JSON and Dictionary manipulation. Basically:
Looks like this in the end:
I've attached the sample graph itself for you to use.
Since this is a "Data Graph," when you click the thumbnail in the Dynamo panel to run it, you'll get the inputs exposed in FormIt directly, so you can adjust the colors without having the Dynamo graph editor running:
Hope this helps.
Hi @chris.kepner,
Glad you're trying this out! Sorry for the struggles.
In order to do this properly, you'll have to do some JSON and Dictionary manipulation. Basically:
Looks like this in the end:
I've attached the sample graph itself for you to use.
Since this is a "Data Graph," when you click the thumbnail in the Dynamo panel to run it, you'll get the inputs exposed in FormIt directly, so you can adjust the colors without having the Dynamo graph editor running:
Hope this helps.
Can't find what you're looking for? Ask the community or share your knowledge.