This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var pathWay = [[1,2],[1,2],[1,2],[1,2]]; | |
//DONT REMOVE LINE BELOW | |
var lineWidth = 1414 | |
var lineStart = 80 | |
var lineDistance = 160 | |
var d = [] | |
var hinweg = [] | |
var rueck = [] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var pathWay = []; | |
//DONT REMOVE LINE BELOW | |
var lineWidth = 1414 | |
var lineStart = 80 | |
var lineDistance = 160 | |
var d = [] | |
var hinweg = [] | |
var rueck = [] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var pathWay = []; | |
//DONT REMOVE LINE BELOW | |
var lineWidth = 1414 | |
var lineStart = 80 | |
var lineDistance = 160 | |
var d = [] | |
var hinweg = [] | |
var rueck = [] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var pathWay = []; | |
//DONT REMOVE LINE BELOW | |
var lineWidth = 1414 | |
var lineStart = 80 | |
var lineDistance = 160 | |
var d = [] | |
var hinweg = [] | |
var rueck = [] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var pathWay = [,[1,2]]; | |
//DONT REMOVE LINE BELOW | |
var lineWidth = 1414 | |
var lineStart = 80 | |
var lineDistance = 160 | |
var d = [] | |
var hinweg = [] | |
var rueck = [] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var pathWay = []; | |
//DONT REMOVE LINE BELOW | |
var lineWidth = 1414 | |
var lineStart = 80 | |
var lineDistance = 160 | |
var d = [] | |
var hinweg = [] | |
var rueck = [] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var pathWay = []; | |
//DONT REMOVE LINE BELOW | |
var lineWidth = 1414 | |
var lineStart = 80 | |
var lineDistance = 160 | |
var d = [] | |
var hinweg = [] | |
var rueck = [] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var pathWay = []; | |
//DONT REMOVE LINE BELOW | |
var lineWidth = 1414; | |
var lineStart = 80; | |
var lineDistance = 160; | |
var d = []; | |
var hinweg = []; | |
var rueck = []; | |
var defs = d3.select('svg').append('defs'); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var pathWay = [[1,2],[1,2],[1,2]]; | |
//DONT REMOVE LINE BELOW | |
var lineWidth = 1414; | |
var lineStart = 80; | |
var lineDistance = 160; | |
var d = []; | |
var hinweg = []; | |
var rueck = []; | |
var defs = d3.select('svg').append('defs'); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var pathWay = []; | |
//DONT REMOVE LINE BELOW | |
var lineWidth = 1414; | |
var lineStart = 80; | |
var lineDistance = 160; | |
var defs = d3.select('svg').append('defs'); | |
var path = g.append('path') | |
.attr('stroke','blue') | |
.attr('stroke-width',5) |