Skip to content

Commit

Permalink
Merge pull request #114 from yml-org/bug/bar_chart_fix
Browse files Browse the repository at this point in the history
Fixed the horizontal bar chart mapping.
  • Loading branch information
dkk009 authored Jun 26, 2023
2 parents 92ca2d7 + c8f5bf8 commit 4968efb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ object DataUtils {
BarChartType.HORIZONTAL -> {
Point(
"%.2f".format(Random.nextDouble(1.0, maxRange.toDouble())).toFloat(),
"%.2f".format(Random.nextDouble(1.0, maxRange.toDouble())).toFloat()
index.toFloat()
)
}
}
Expand Down

0 comments on commit 4968efb

Please sign in to comment.