mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-11 17:02:25 +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
|
numer
|
||||||
ue
|
ue
|
||||||
alse
|
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()
|
x = d3.scaleLinear()
|
||||||
.domain([timeDomainStart, timeDomainEnd])
|
.domain([timeDomainStart, timeDomainEnd])
|
||||||
.range([0, width])
|
.range([0, width])
|
||||||
//.clamp(true); // dosn't work with zoom/pan
|
//.clamp(true); // doesn't work with zoom/pan
|
||||||
xZoomed = x;
|
xZoomed = x;
|
||||||
y = d3.scaleBand()
|
y = d3.scaleBand()
|
||||||
.domain([...data.bands])
|
.domain([...data.bands])
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
root.d3.tip = factory(d3, d3)
|
root.d3.tip = factory(d3, d3)
|
||||||
}
|
}
|
||||||
}(this, function(d3Collection, d3Selection) {
|
}(this, function(d3Collection, d3Selection) {
|
||||||
// Public - contructs a new tooltip
|
// Public - constructs a new tooltip
|
||||||
//
|
//
|
||||||
// Returns a tip
|
// Returns a tip
|
||||||
return function() {
|
return function() {
|
||||||
|
Loading…
Reference in New Issue
Block a user