Browse Source

Released version 0.0.9

css_transitions v0.0.9
josdejong 11 years ago
parent
commit
41f2bcd76c
7 changed files with 7 additions and 9 deletions
  1. +1
    -1
      HISTORY.md
  2. +1
    -1
      component.json
  3. +0
    -1
      docs/prettify/prettify.css
  4. +2
    -2
      examples/graph/08_mobile_friendly.html
  5. +1
    -2
      package.json
  6. +1
    -1
      vis.js
  7. +1
    -1
      vis.min.js

+ 1
- 1
HISTORY.md View File

@ -2,7 +2,7 @@ vis.js history
http://visjs.org
## version 0.0.9
## 2013-06-07, version 0.0.9
- First working version of the Graph imported from the old library.
- Documentation added for both Timeline and Graph.

+ 1
- 1
component.json View File

@ -1,6 +1,6 @@
{
"name": "vis",
"version": "0.0.8",
"version": "0.0.9",
"description": "A dynamic, browser-based visualization library.",
"homepage": "http://visjs.org/",
"repository": {

+ 0
- 1
docs/prettify/prettify.css View File

@ -1 +0,0 @@
.str{color:#080}.kwd{color:#008}.com{color:#800}.typ{color:#606}.lit{color:#066}.pun{color:#660}.pln{color:#000}.tag{color:#008}.atn{color:#606}.atv{color:#080}.dec{color:#606}pre.prettyprint{padding:2px;border:1px solid #888}ol.linenums{margin-top:0;margin-bottom:0}li.L0,li.L1,li.L2,li.L3,li.L5,li.L6,li.L7,li.L8{list-style:none}li.L1,li.L3,li.L5,li.L7,li.L9{background:#eee}@media print{.str{color:#060}.kwd{color:#006;font-weight:bold}.com{color:#600;font-style:italic}.typ{color:#404;font-weight:bold}.lit{color:#044}.pun{color:#440}.pln{color:#000}.tag{color:#006;font-weight:bold}.atn{color:#404}.atv{color:#060}}

+ 2
- 2
examples/graph/08_mobile_friendly.html View File

@ -1,10 +1,10 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!DOCTYPE HTML>
<html>
<head>
<title>Graph | Mobile friendly</title>
<style type="text/css">
body {
html, body {
font: 10pt arial;
padding: 0;
margin: 0;

+ 1
- 2
package.json View File

@ -1,6 +1,6 @@
{
"name": "vis",
"version": "0.0.8",
"version": "0.0.9",
"description": "A dynamic, browser-based visualization library.",
"homepage": "http://visjs.org/",
"repository": {
@ -21,7 +21,6 @@
"browser"
],
"scripts": {
"prepublish": "jake",
"test": "jake test --trace"
},
"dependencies": {},

+ 1
- 1
vis.js View File

@ -4,7 +4,7 @@
*
* A dynamic, browser-based visualization library.
*
* @version 0.0.8
* @version 0.0.9
* @date 2013-06-07
*
* @license

+ 1
- 1
vis.min.js View File

@ -4,7 +4,7 @@
*
* A dynamic, browser-based visualization library.
*
* @version 0.0.8
* @version 0.0.9
* @date 2013-06-07
*
* @license

Loading…
Cancel
Save