Skip to content

Commit

Permalink
add missed coding keys for options
Browse files Browse the repository at this point in the history
  • Loading branch information
greenJVS committed Nov 24, 2021
1 parent 3f9942c commit adaa50b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ extension TimeScaleOptions: Codable {
enum CodingKeys: String, CodingKey {
case rightOffset
case barSpacing
case minBarSpacing
case fixLeftEdge
case fixRightEdge
case lockVisibleTimeRangeOnResize
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ extension WatermarkOptions: Codable {
case visible
case text
case fontSize
case fontFamily
case fontStyle
case horizontalAlignment = "horzAlign"
case verticalAlignment = "vertAlign"
}
Expand Down

0 comments on commit adaa50b

Please sign in to comment.