Questions tagged [chap-links-library]

CHAP Links Library is a web based visualization library for displaying graphs, networks, and timelines. The tools are developed as Google Visualization Charts for Javascript and GWT.

CHAP Links Library is developed by Almende as part of CHAP, the Common Hybrid Agent Platform.

This site contains documentation, downloads and live examples of the CHAP Links Library. The Google Group CHAP Links Library can be used to ask questions and share ideas. Sourcecode can be found at the Github project chap-links-library. Issues and feature requests can be submitted via the Github project too.

CHAP Links Library is open source and licensed under the Apache 2.0 License.

The library contains the following components:

-Graph
-Graph3d
-Network
-Timeline
-TreeGrid

49 questions
1
vote
0 answers

Auto trigger mouse click event on graph drawn from starting to ending of the graph?

graph1 = new links.Graph(document.getElementById('adasLineChart1')); graph1.draw(data1, options1); links.events.addListener(graph1, "selectItem", function(event) { }); I am looking something like auto trigger of the graph mouse…
Rish
  • 39
  • 5
1
vote
1 answer

How to vertically align the group names in Timeline

How to vertically align (middle) the group names (IDs) using the visjs Timeline. visjs.org
John Doe
  • 9,843
  • 13
  • 42
  • 73
1
vote
2 answers

Cannot get vis.js last or first selected network node

I am playing with vis.js and have worked out how to get an array of all the currently selected nodes. var TempNodes = network.getSelectedNodes(); My problem is that the getSelectedNodes() array is returned with all the nodes id's in numeric order…
Craig
  • 387
  • 4
  • 16
1
vote
0 answers

Vis.js timline not rendering in Meteor.js application

I'm trying to include the vis.js library into my Meteor application. I have the library included and I'm rendering the page without errors, however, the vis.js timeline is rendering with only horizontal lines, and no objects. I am definitely…
gird
  • 11
  • 2
1
vote
1 answer

How to add text input nodes in Network - Chaps link library

Here i'm trying out with one of the example mentioned in Network- Chaps link library. In this example they are appending images to nodes. Like wise, is there a way to append text input into nodes? Please suggest a method.
Nayana_Das
  • 1,789
  • 4
  • 23
  • 48
1
vote
2 answers

Similate double click on drag end - jquery UI

Here I have a table with two column. In 1st is draggable div object so: $(function() { $( "div.available" ).draggable({ snap: "div.timeline-axis-grid" }); }); and in 2nd column is timeline table based on google visualisation…
MikiMrki
  • 185
  • 2
  • 6
  • 22
1
vote
0 answers

Drag drop into google visualisation datatable array

I'm beginner to web developing and coding so sorry if I ask trivial question... I want to create a job scheudle tool with timeline so I find on net this example almende.github.io/chap-links-library/js/timeline/examples/example15_mobile.html based on…
1
vote
2 answers

Data from json file for use with CHAPS timeline

I'm trying to use the CHAP links library timeline (http://almende.github.io/chap-links-library/timeline.html). Example17 is using JSON, but it's in the html file itself. I'd like to use an external JSON file sitting on the web server instead. Here's…
Josh
  • 11
  • 4
1
vote
2 answers

Console error says global variable is undefined

I am using this plugin http://almende.github.com/chap-links-library/js/timeline/doc/ to render a timeline from some JSON data. Here's the entire relevant code: