Skip to content

Commit 0564b62

Browse files
committed
readjusted #batches placement
1 parent edd0936 commit 0564b62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

streaming/src/main/resources/org/apache/spark/streaming/ui/static/streaming-page.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ function drawHistogram(id, values, minY, maxY, unitY, batchInterval) {
248248
.attr("class", "x axis")
249249
.call(xAxis)
250250
.append("text")
251-
.attr("transform", "translate(" + (margin.left + width - 50) + ", 15)")
251+
.attr("transform", "translate(" + (margin.left + width - 50) + ", 0)")
252252
.text("#batches");
253253

254254
svg.append("g")

0 commit comments

Comments
 (0)