Skip to content

Commit a42bac9

Browse files
committed
Cosmetic
1 parent 4a96a6a commit a42bac9

File tree

1 file changed

+1
-1
lines changed
  • chartLib/src/main/kotlin/info/appdev/charting/highlight

1 file changed

+1
-1
lines changed

chartLib/src/main/kotlin/info/appdev/charting/highlight/Highlight.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,6 @@ class Highlight : Serializable {
144144
}
145145

146146
override fun toString(): String {
147-
return "Highlight, x:$x y:$y dataSetIndex:$dataSetIndex stackIndex:$stackIndex (only stacked bar entry)"
147+
return "Highlight, x:$x y:$y dataSetIndex:$dataSetIndex stackIndex:$stackIndex dataIndex:$dataIndex (only stacked bar entry)"
148148
}
149149
}

0 commit comments

Comments
 (0)