topogram / topograph

Standalone React component to browse spatio-temporal networks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Topograph

topograph is a standalone React component that provides a visualization engine to explore spatio-temporal networks.

Features

  • time-based navigation in graph
  • network layouts + geographic data

How to use

The component is

  <Topograph
    nodes={nodes}
    edges={edges}
    config={config}
    />

Please refer to the [examples](./examples) folder for an actual use case.

Internationalization

Topogram supports internationalization. Please read our i18n guidelines and feel free to add your own language by translating a file in ./i18n folder!

About

Standalone React component to browse spatio-temporal networks

License:GNU General Public License v3.0


Languages

Language:JavaScript 84.2%Language:CSS 15.8%