Quantcast
Channel: GoJS - Northwoods Software
Viewing all articles
Browse latest Browse all 7069

Gojs graph strings do not overlap

$
0
0

@ahmetgundogdu wrote:

gojs graph strings do not overlap. How to fix this.


My Code:
this.diagram.grid = goMake(go.Panel, "Grid",
                {
                    gridCellSize: new go.Size(8, 8)
                },
                goMake(go.Shape, "LineH", { stroke: "#eaeaea", strokeDashArray: [1, 1] }),
                goMake(go.Shape, "LineV", { stroke: "#eaeaea", strokeDashArray: [1, 1] }),
                goMake(go.Shape, "LineH", { stroke: "#d7e8fa", interval: 4, strokeDashArray: [1, 1] }),
                goMake(go.Shape, "LineV", { stroke: "#d7e8fa", interval: 4, strokeDashArray: [1, 1] })
            );

Posts: 5

Participants: 3

Read full topic


Viewing all articles
Browse latest Browse all 7069

Trending Articles