Quantcast
Channel: Northwoods Software - Latest topics
Viewing all articles
Browse latest Browse all 7420

Getting error

$
0
0

@SelfnessAid wrote:

Hi, guys.
I'd like to use GoJS to my bootstrap project. but I'm getting error. :(

JS file:
var $ = go.GraphObject.make;
var workflow = $(go.Diagram, "workflow", {
initialContentAlignment: go.Spot.Center,
layout: $(go.TreeLayout, { angle: 90, layerSpacing: 35 })
});

EJS file:

#34495e; height: 500px">

Error:
Uncaught TypeError: Cannot read property 'asScrollable' of undefined

If remove all code in JS file, error is gone.
Any advice thanks.

Posts: 2

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 7420

Trending Articles