Format Text in Node

Is it possible to format the text in a node to have table?

We have 4 points of data, we’d like to that them in a table format, and then color code them dynamically based on the values.

When I tried it just treated the html as regular text

That’s right – TextBlock only renders plain text, not HTML. (That’s why it’s called a Text Block.)

You can create tables by using “Table” Panels: GoJS Table Panels -- Northwoods Software. I recommend also reading GoJS Panels -- Northwoods Software and GoJS Sizing of GraphObjects -- Northwoods Software. There are lots of examples of “Table” Panels throughout the samples.