Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
yangasahi committed Jul 11, 2018
1 parent 6c2eaf2 commit 04593d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -24,7 +24,7 @@ - (void)viewDidLoad
{
[super viewDidLoad];

self.title = @"Half Pie Bar Chart";
self.title = @"Half Pie Chart";

self.options = @[
@{@"key": @"toggleValues", @"label": @"Toggle Y-Values"},
Expand Down
Expand Up @@ -17,7 +17,7 @@ class HalfPieChartViewController: DemoBaseViewController {
super.viewDidLoad()

// Do any additional setup after loading the view.
self.title = "Half Pie Bar Chart"
self.title = "Half Pie Chart"

self.options = [.toggleValues,
.toggleXValues,
Expand Down

0 comments on commit 04593d2

Please sign in to comment.