You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -178,6 +184,39 @@ class Controls extends React.Component {
178
184
</Button>
179
185
</DialogActions>
180
186
</Dialog>
187
+
<Dialog
188
+
open={display.help_toggle}
189
+
aria-labelledby="help-dialog-title"
190
+
aria-describedby="help-dialog-description"
191
+
>
192
+
<DialogTitleid="help-dialog-title">
193
+
Help
194
+
</DialogTitle>
195
+
<DialogContent>
196
+
<DialogContentTextid="help-dialog-description">
197
+
Net2Vis has been a research project and is now maintained by the author of the <ahref="https://ieeexplore.ieee.org/abstract/document/9350177">associated publication</a> and by the community that uses this application.
198
+
Feel free to file issues on git or contribute yourself by implementing new features.
199
+
<br/>
200
+
<br/>
201
+
<b>Grouping</b>
202
+
<br/>
203
+
To create custom groups, select a layer, then shift-select another layer.
204
+
If you selected layers that can be grouped, the group button on the lower right will become active.
205
+
<br/>
206
+
<br/>
207
+
<b>Errors</b>
208
+
<br/>
209
+
If your code contains an error, you will get a notification saying that your code is not executable.
210
+
The code will also get a red x icon next to where the error occured.
211
+
Hovering that icon provides more detail on the error.
0 commit comments