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 859cd2c commit a0ef939Copy full SHA for a0ef939
src/components/Graph/GraphEditor.vue
@@ -437,7 +437,9 @@ export default {
437
this.updateLayout(this.settings.layout.type)
438
this.renderer = new Sigma(this.graph, this.$refs.graph, {
439
renderEdgeLabels: true,
440
- allowInvalidContainer: true
+ allowInvalidContainer: true,
441
+ labelColor: { attribute: 'labelColor', color: '#444444' },
442
+ edgeLabelColor: { attribute: 'labelColor', color: '#a2b1c6' }
443
})
444
if (this.settings.layout.type === 'forceAtlas2') {
445
this.autoRunFA2Layout()
0 commit comments