Skip to content

Commit

Permalink
Merge pull request #31 from greenJVS/add-missed-coding-keys
Browse files Browse the repository at this point in the history
Add missed coding keys for options
makedonsky94 authored Nov 24, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
2 parents 3f9942c + adaa50b commit c3cc1ba
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -64,6 +64,7 @@ extension TimeScaleOptions: Codable {
enum CodingKeys: String, CodingKey {
case rightOffset
case barSpacing
case minBarSpacing
case fixLeftEdge
case fixRightEdge
case lockVisibleTimeRangeOnResize
Original file line number Diff line number Diff line change
@@ -86,6 +86,8 @@ extension WatermarkOptions: Codable {
case visible
case text
case fontSize
case fontFamily
case fontStyle
case horizontalAlignment = "horzAlign"
case verticalAlignment = "vertAlign"
}

0 comments on commit c3cc1ba

Please sign in to comment.