Update the example web page to have some default values selected
This commit is contained in:
@@ -63,6 +63,13 @@ var MULTIPLIER = 50,
|
||||
// Create a color scheme for a range of numbers.
|
||||
var color = d3.scaleOrdinal(d3.schemeCategory10);
|
||||
|
||||
|
||||
$(document).ready(function() {
|
||||
distanceFunction = calculateDistance;
|
||||
d3.select('#startSimulation').on('click', startHybridSimulation);
|
||||
$("#HLParameters").show();
|
||||
});
|
||||
|
||||
/**
|
||||
* Parse the data from the provided csv file using Papa Parse library
|
||||
* @param {file} evt - csv file.
|
||||
|
||||
Reference in New Issue
Block a user