Skip to content

Commit eb610ee

Browse files
committed
readjusted #batches on the x axis
1 parent dd46f98 commit eb610ee

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
@@ -250,7 +250,7 @@ function drawHistogram(id, values, minY, maxY, unitY, batchInterval) {
250250
.attr("class", "x axis")
251251
.call(xAxis)
252252
.append("text")
253-
.attr("transform", "translate(" + (margin.left + width - 50) + ", " + unitLabelYOffset + ")")
253+
.attr("transform", "translate(" + (margin.left + width - 45) + ", " + unitLabelYOffset + ")")
254254
.text("#batches");
255255

256256
svg.append("g")

0 commit comments

Comments
 (0)