We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bd3fae commit 2fe8645Copy full SHA for 2fe8645
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "egraph-visualizer",
3
- "version": "0.1.7",
+ "version": "0.1.8",
4
"repository": {
5
"type": "git",
6
"url": "https://github.com/saulshanabrook/egraph-visualizer.git"
src/Visualizer.tsx
@@ -236,7 +236,6 @@ function toELKNode(
236
}
237
238
239
- console.log({ sortedTypes, availableColors });
240
for (const [index, type] of sortedTypes.entries()) {
241
colors.set(type, availableColors[index % availableColors.length]);
242
0 commit comments