Skip to content

Commit

Permalink
Update plugin/figure/src/main/java/io/deephaven/figure/FigureWidgetTr…
Browse files Browse the repository at this point in the history
…anslator.java

Co-authored-by: Colin Alworth <[email protected]>
  • Loading branch information
mofojed and niloc132 authored Nov 9, 2023
1 parent 5423161 commit 074990c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,7 @@ private FigureDescriptor.ChartDescriptor translate(ChartImpl chart) {
stringMapWithDefault(
multiOHLCSeries.yToolTipPatternSeriesNameToStringMap()));
clientSeries.setPointLabel(stringMapWithDefault(
multiOHLCSeries.pointColorSeriesNameToStringMap(),
multiOHLCSeries.pointLabelSeriesNameToObjectMap(),
Objects::toString));
clientSeries.setPointSize(doubleMapWithDefault(
multiOHLCSeries.pointSizeSeriesNameToNumberMap(),
Expand Down

0 comments on commit 074990c

Please sign in to comment.