Merge branch 'master' of https://github.com/F1Vis/f1vis
# Conflicts: # js/diagrams.js
This commit is contained in:
commit
686e85e525
|
@ -58,7 +58,7 @@ function createLineGraph(containerId, raceData){
|
||||||
.translateExtent([[0, 0], [graphPosWidth.width, graphPosWidth.height]])
|
.translateExtent([[0, 0], [graphPosWidth.width, graphPosWidth.height]])
|
||||||
.extent([[0, 0], [graphPosWidth.width, graphPosWidth.height]])
|
.extent([[0, 0], [graphPosWidth.width, graphPosWidth.height]])
|
||||||
.on("zoom", zoomed);
|
.on("zoom", zoomed);
|
||||||
|
|
||||||
// -----------------------------------------------------------------------
|
// -----------------------------------------------------------------------
|
||||||
|
|
||||||
// defines how the passed in Data, at "svg.append" shall be interpreted
|
// defines how the passed in Data, at "svg.append" shall be interpreted
|
||||||
|
|
Loading…
Reference in New Issue