# Conflicts:
#	js/diagrams.js
This commit is contained in:
Maschell 2017-12-30 23:25:58 +01:00
commit 686e85e525
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ function createLineGraph(containerId, raceData){
.translateExtent([[0, 0], [graphPosWidth.width, graphPosWidth.height]])
.extent([[0, 0], [graphPosWidth.width, graphPosWidth.height]])
.on("zoom", zoomed);
// -----------------------------------------------------------------------
// defines how the passed in Data, at "svg.append" shall be interpreted