GithubHelp home page GithubHelp logo

jgp0000 / vis-toolkit Goto Github PK

View Code? Open in Web Editor NEW

This project forked from cid-harvard/vis-toolkit

0.0 0.0 0.0 28.14 MB

Yet another d3 visualization toolkit

Home Page: http://cid-harvard.github.io/vis-toolkit/

License: MIT License

HTML 0.18% JavaScript 98.88% CSS 0.94%

vis-toolkit's Introduction

vis-toolkit

Usage

Simply add the vistk JavaScript and CSS files as below:

<link href="vistk.css" rel="stylesheet">
<script src="vistk.js"></script>

You can directly link to Github pages:

<link href="https://cid-harvard.github.io/vis-toolkit/css.vistk.css" rel="stylesheet">
<script src="https://cid-harvard.github.io/vis-toolkit/build/vistk.js"></script>

Installation

  • Install project dependencies with npm install
  • Build latest version using grunt and watch changes with grunt watch (combine both) grunt && grunt watch
  • The latest build should be available in build/vistk.js

Dependencies

  • D3 version 3.5.10 (not tested with other versions, but no reason why not)
  • Eventually some topojson.js, queue.js dependencies for the geo-map as well as world shape files
  • Metadata (e.g. [product space] nodes and links) have to be loaded externally and and are available in the vis-toolkit-datasets repository

JavaScript

The code is organized as follows:

├── build
├── css
├── examples
├── js
├── scripts
├── src
├── tests
├── src/js
│   
│   ├── css
│   ├── data
│   ├── example
│   ├── img
│   ├── js
│   ├── script
│   ├── shapef
│   ├── src
│   └── test

vis-toolkit's People

Contributors

romsson avatar dandresfsoto avatar makmanalp avatar quinnlee avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.