Browse Source

rebuilt

flowchartTest
Alex de Mulder 9 years ago
parent
commit
4bc0d62354
3 changed files with 2120 additions and 2152 deletions
  1. +7
    -9
      dist/vis.css
  2. +2112
    -2142
      dist/vis.js
  3. +1
    -1
      dist/vis.min.css

+ 7
- 9
dist/vis.css View File

@ -230,7 +230,7 @@
margin: 0;
}
.vis-item .vis-item-frame {
.vis-item .vis-item-overflow {
position: relative;
width: 100%;
height: 100%;
@ -562,24 +562,24 @@
stroke: #8f3938;
}
.vis-fill {
.vis-timeline .vis-fill {
fill-opacity:0.1;
stroke: none;
}
.vis-bar {
.vis-timeline .vis-bar {
fill-opacity:0.5;
stroke-width:1px;
}
.vis-point {
.vis-timeline .vis-point {
stroke-width:2px;
fill-opacity:1.0;
}
.vis-legend-background {
.vis-timeline .vis-legend-background {
stroke-width:1px;
fill-opacity:0.9;
fill: #ffffff;
@ -587,20 +587,18 @@
}
.vis-outline {
.vis-timeline .vis-outline {
stroke-width:1px;
fill-opacity:1;
fill: #ffffff;
stroke: #e5e5e5;
}
.vis-icon-fill {
.vis-timeline .vis-icon-fill {
fill-opacity:0.3;
stroke: none;
}
div.vis-network div.vis-manipulation {
border-width: 0;
border-bottom: 1px;

+ 2112
- 2142
dist/vis.js
File diff suppressed because it is too large
View File


+ 1
- 1
dist/vis.min.css
File diff suppressed because it is too large
View File


Loading…
Cancel
Save