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
console.log('sdf') | |
//Dont change Line below | |
// Parameters | |
var text = $('.CodeMirror-lines div > div pre').html() | |
console.log('Hello',text) | |
var text = $('.CodeMirror-lines div > div pre:first-child') | |
text.append('') | |
g.append('text') |
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
//Dont change Line below | |
// Parameters | |
//var text = $('.CodeMirror-lines div > div pre').html() | |
// console.log('Hello',text) | |
//var text = $('.CodeMirror-lines div > div pre:first-child') | |
//text.append('') |
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
//Dont change Line below | |
// Parameters | |
//var text = $('.CodeMirror-lines div > div pre').html() | |
// console.log('Hello',text) | |
//var text = $('.CodeMirror-lines div > div pre:first-child') | |
//text.append('') |
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
//Dont change Line below | |
// Parameters | |
//var text = $('.CodeMirror-lines div > div pre').html() | |
// console.log('Hello',text) | |
//var text = $('.CodeMirror-lines div > div pre:first-child') | |
//text.append('') |
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 change Line below | |
// Parameters | |
//var text = $('.CodeMirror-lines div > div pre').html() | |
// console.log('Hello',text) | |
//var text = $('.CodeMirror-lines div > div pre:first-child') | |
//text.append('') |
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]]; | |
// Parameters | |
//var text = $('.CodeMirror-lines div > div pre').html() | |
// console.log('Hello',text) | |
//var text = $('.CodeMirror-lines div > div pre:first-child') | |
//text.append('') | |
g.append('text') | |
.attr('y',293) |
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 | |
g.append('text') | |
.attr('y',293) | |
.attr('id','pathWay') | |
.text('var pathWay = [];') | |
var addText = function(){ | |
var text = d3.select('#pathWay') |
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],[1,2]]; | |
//DONT REMOVE LINE BELOW | |
g.append('text') | |
.attr('y',293) | |
.attr('id','pathWay') | |
.text('var pathWay = [];') | |
var addText = function(){ | |
var text = d3.select('#pathWay') |
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 addText = function(){ | |
var text = d3.select('#pathWay') | |
var textValue = tribView.code_editor.getLine(0); | |
var search = /var pathWay = \[(.*)\]/; | |
var result = search.exec(textValue); |
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 = [] |