V
V
Vadim2014-11-24 11:22:51
infographics
Vadim, 2014-11-24 11:22:51

Is there a library for visual tree-like display of data (events) over time?

There is a need for a visual display of events in time. Events should be displayed in a tree-like manner (only not vertically, but horizontally), the X-axis is time (in years). Events can branch, split into a new branch, and/or merge back later.
A good example is images of *linux evolution, however in this example the point is to separate from one entity with the passage of time, in my case events will be more united. For example, you can specify companies that, over time, can either be divided into two companies, or be merged (absorbed) by other companies.
44218-linuxdistrotimeline-7.2.png
The most ideal option for me is a JavaScript library, because I want to display the result in the browser.
If anyone has encountered a similar need, I ask for help in finding a solution.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
1
1hroft1, 2014-11-24
@1hroft1

If you show a little imagination, then in fact such a tree can be represented as a large number of ordinary lines. Each branch is a separate timeseries. At the node where the branch occurs, the coordinates of the new line simply match the coordinates of the line from which the branch comes.
in this case, Highcharts is a very powerful and well-documented charting library.
From myself, I would recommend more (it seemed faster and more convenient for me personally) google charts - a powerful and simple api.
And by the way (apparently not so long ago) google charts just got the opportunity to build google charts word trees

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question