Skip to content

Commit

Permalink
amend
Browse files Browse the repository at this point in the history
  • Loading branch information
v6ak committed Oct 14, 2023
1 parent 8679ce0 commit c34b6f1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/src/main/scala/com/v6ak/zbdb/PlotRenderer.scala
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,6 @@ final class PlotRenderer(participantTable: ParticipantTable) {
label = (context: js.Dynamic) =>
s"${context.raw.y.asInstanceOf[Int]} min (${context.dataset.label})",
title = (context: js.Array[js.Dynamic]) => {
console.log("title context", context)
val i = expectOne(context)(_.dataIndex.asInstanceOf[Int])
s"${i+1}. stanoviště (${participantTable.parts(i).place})"
},
Expand Down

0 comments on commit c34b6f1

Please sign in to comment.