Skip to content

Commit

Permalink
Merge pull request #3778 from liuxuan30/3719
Browse files Browse the repository at this point in the history
fix #3719
  • Loading branch information
liuxuan30 committed Dec 11, 2018
2 parents 9f2c130 + 2927f76 commit 2e2301d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Charts/Charts/ChartViewBase.swift
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ open class ChartViewBase: NSUIView, ChartDataProvider, AnimatorDelegate
@objc open var noDataTextColor: NSUIColor = NSUIColor.black

/// alignment of the no data text
open var noDataTextAlignment: NSTextAlignment = .left
@objc open var noDataTextAlignment: NSTextAlignment = .left

internal var _legendRenderer: LegendRenderer!

Expand Down

0 comments on commit 2e2301d

Please sign in to comment.