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
0
votes
1 answer

vis.js add a small circle inside a box node

Using Vis.js, I'm trying to create a network graph that displays a collection of nodes. Each node is box shaped with some text inside it. I want to add a small colored circle besides the text that will change it's color depends on the data…
svarog
  • 9,477
  • 4
  • 61
  • 77
0
votes
1 answer

General concept of npm and Browserify

I have been following the instructions on the vis.js Github repository to do a custom build of the library. It suggests using Browserify… I have never used Node.js, npm or Browserify and I'm only just starting to get the concept of what they do. I…
McShaman
  • 3,627
  • 8
  • 33
  • 46
0
votes
1 answer

Cross Browser Almende Timeline

I have a version of the chap-links-library almende timeline working in Google Chrome, but when viewed in Firefox. I get is an undefined NaN across the bottom axis. Asif it is not reading in the dates that I set in javascript. website link Any hints…
cwiggo
  • 2,541
  • 9
  • 44
  • 87
0
votes
2 answers

Odd Chap Timeline Date Issue - Items Rendered in the Future on All Browsers Apart from FireFox

I've got an odd situation going on here. I've got the following JSON being passed to the time line control: [ { "UserId": 2, "ItemId": 3, "ItemText": null, "ItemDate": "2014-06-09T18:51:37", "ItemDateEnd": null, …
Jammer
  • 9,969
  • 11
  • 68
  • 115
0
votes
1 answer

Google visualization events after drag listener

I am using the Chap Links Timeline plugin to create an application. I have draggable events on the timeline, and I am trying to add a listener that will trigger when an event has been dragged, but I cannot find how to add this. I have sever other…
Ronny vdb
  • 2,324
  • 5
  • 32
  • 74
0
votes
1 answer

chap-links-library customStackOrder() of Links timeline

I'm using the Chap Links Timeline Library http://almende.github.io/chap-links-library/js/timeline/doc/ and find it very useful. However I need to stack the events in a special order. I tried to use the customStackOrder() function without any success…
Stephan
  • 35
  • 5
0
votes
1 answer

examples from timeline-2.6.1 not working - error links is undefined timeline code 0

Just started using Chaps links library - timeline, works fine if I copy any of the examples of Github and paste them in my index.jsp page, I have made sure that I reference the location of timeline.js and timeline.css correctly. However, when I…
Mo Hassan
  • 175
  • 5
  • 13
0
votes
1 answer

Unable to stop moveable timeline

I am using vis.js for timeline its working fine for me. but I am unable to stop moveable the timescale .i already try that movable configuration option that is not working for me can anyone suggest me how I can stop movable the timeline and I just…
user2564512
0
votes
2 answers

gwt Visualization: Timeline

I wanted to implement gwt visualization timeline chart. But, its not available in gwt, is it possible to use visualization api (javascript) directly in gwt application. If yes, please give me some guidance. Is there any other option available for…
Bennet
  • 387
  • 1
  • 6
  • 13
0
votes
0 answers

Javascript app laggy scroll in IOS7 devices

I've been using Chaps Link Timeline and it works well on all devices except on apple devices running iOS7. The problem is in the new iOS that is causing the lag. Basically scrolling (swiping left/right) on timeline is very laggy. Tested on both…
JJJ
  • 2,889
  • 3
  • 25
  • 43
0
votes
1 answer

GWT - google visualisation api

Is GWT (google web toolkit) the same as google visualisation API? I want to know is this example writen in GWT: http://almende.github.io/chap-links-library/js/timeline/examples/example15_mobile.html becouse I know that GWT is almost "death" and I…
0
votes
1 answer

Google Visualizate Timeline Chart dates are strangely a month off...what am I missing?

I'm using this demo as a template: http://almende.github.io/chap-links-library/js/timeline/examples/example05_format_custom_html.html It's a great timeline, but even in the official example, the source code shows July dates, like new Date(2010, 7,…
0
votes
1 answer

chap links library - network- how to get table row id

I'm using chap links library https://github.com/almende/chap-links-library/tree/master/js/src/network for drawing an area of objects. I want to be able to use the id that I have set to an object upon click, I have this code function onselect()…
Matt Welander
  • 8,234
  • 24
  • 88
  • 138
0
votes
0 answers

Zoomable timeline with UIScrollView

I am working on making something like this: http://almende.github.com/chap-links-library/js/timeline/doc/ It's a zoomable timeline for calendars and such. I began with UIScrollView, but soon realised that this will be a huge hassle. I only found…
Oscar Apeland
  • 6,422
  • 7
  • 44
  • 92
0
votes
1 answer

Freeze vertical Scrollbar In a relative div using JQuery or Javascript

I am looking for a method to freeze a vertical scrollbar for a relative div. I cannot seem to find a comparable thread. Fixed position will not work in this instance, as the div is actually a chart from Chap-links-library being used as a fixed axis.…