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

Autoscroll to the blinking / highlighting node

$
0
0

@YogeshMohan wrote:

I have scenario where i have a flow chart with 200 nodes and i am getting some live data contain key of node.Through this live data( which is coming every second) i am highlighting my node one by one.

This is my code for blinking

var model = $rootScope.ExecutionFlowChartView.myDiagram.model;
model.startTransaction("flash");
var data = key;
model.setDataProperty(data, "highlight", true or false);
model.commitTransaction("flash");

Is it possible that diagram view is auto scroll to blinking node ?

Posts: 2

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 7069

Trending Articles