Known Issues

GraphStudio is not perfect, like any other software. The following issues are known and will be fixed in the future.

Showing Integer larger than 2^53 - 1 is not precise

Read more at https://stackoverflow.com/questions/307179/what-is-javascripts-highest-integer-value-that-a-number-can-go-to-without-losin.

In the future, GraphStudio will use BigInt to solve this problem.

Change Color From Gray To Another Color

Since we upgraded the color picker library to new version, we find that if you set color to grey (left or bottom border of the color picker), then it will be locked to red as its pivot color. In this case when you try to change the pivot color, like this:

When you release mouse, it will be back to red:

You need first drag the indicator in the above panel to leave the border:

Then change the pivot color in the color stripe. Like this:

Graph Exploration Result Disappears

Edge Response Area Is Too Big

When there are edges very close to one another, their click response areas may overlap, making it hard to select the edge you want. This happens after zoom-in / zoom-out or connecting to another screen sometimes. Workaround: click a blank place in the working panel then zoom-in and zoom-out. The response area will back to normal.

You Cannot Use Fixed Binary Type Attributes

Currently GraphStudio doesn't support fixed binary type attributes in schema. If you create your graph schema from GSQL with such attributes, GraphStudio will refuse to work. We will support this feature in future releases.

Loading Jobs Created From GSQL Won't Be Shown

GraphStudio can only recognize data mapping procedures created through GUI. If you create loading jobs from GSQL, they won't be shown in GraphStudio. Also, if you publish your data mapping procedures, all the loading jobs will be erased. So make sure you have a copy of them in case you need them later.

User Defined Token Functions Cannot Be Used

Currently you cannot use user defined token functions to create data mapping in GraphStudio. You can only use GSQL builtin ones. We will support this feature in future releases.

You Cannot Map Data To Map and UDT Type Attributes

Currently you cannot map data to map and UDT type attributes in GraphStudio. We will support this feature in future releases.

You Cannot Modify Schema In Multiple Graphs Scenario

Currently you cannot modify your schema in GraphStudio if there are more than one graph in TigerGraph system.

Workaround: you can still change the schema in GSQL and GraphStudio will work smoothly with your modified schema.

Report Bugs To Us

If you find any bugs, please report them to support@tigergraph.com. We really appreciate it!

Last updated