We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f919129 commit ddebe47Copy full SHA for ddebe47
InterSpec_resources/D3TimeChart.js
@@ -538,10 +538,9 @@ D3TimeChart.prototype.reinitializeChart = function (options) {
538
}
539
540
} // if (plotWidth < nPoints)
541
- // console.log(this.state.data.formatted);
542
this.state.data.unzoomedCompressionIndex = compressionIndex;
543
544
- console.log(this.state.data.formatted)
+ // console.log(this.state.data.formatted)
545
546
// set dimensions of svg element and plot
547
this.svg.attr("width", this.state.width).attr("height", this.state.height);
0 commit comments