mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-03 13:02:00 +00:00
Fix typos in some js code and ignore some typos
This commit is contained in:
parent
2be72560f4
commit
77def20394
@ -11,3 +11,9 @@ offsett
|
||||
numer
|
||||
ue
|
||||
alse
|
||||
nodel
|
||||
curveLinear
|
||||
ot
|
||||
te
|
||||
fo
|
||||
ba
|
||||
|
2
utils/trace-visualizer/js/d3-gantt.js
vendored
2
utils/trace-visualizer/js/d3-gantt.js
vendored
@ -307,7 +307,7 @@
|
||||
x = d3.scaleLinear()
|
||||
.domain([timeDomainStart, timeDomainEnd])
|
||||
.range([0, width])
|
||||
//.clamp(true); // dosn't work with zoom/pan
|
||||
//.clamp(true); // doesn't work with zoom/pan
|
||||
xZoomed = x;
|
||||
y = d3.scaleBand()
|
||||
.domain([...data.bands])
|
||||
|
@ -26,7 +26,7 @@
|
||||
root.d3.tip = factory(d3, d3)
|
||||
}
|
||||
}(this, function(d3Collection, d3Selection) {
|
||||
// Public - contructs a new tooltip
|
||||
// Public - constructs a new tooltip
|
||||
//
|
||||
// Returns a tip
|
||||
return function() {
|
||||
|
Loading…
Reference in New Issue
Block a user