Skip to content

Commit

Permalink
Expose properties to api.
Browse files Browse the repository at this point in the history
  • Loading branch information
willdale committed Feb 28, 2021
1 parent f0b8dd2 commit e8be1b3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Sources/SwiftUICharts/Shared/Models/ChartMetadata.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ import Foundation
/// Data model for the chart's metadata
public struct ChartMetadata {
/// The charts Title
var title : String?
public var title : String?
/// The charts subtitle
var subtitle : String?
public var subtitle : String?
/// The title for the legend
var lineLegend : String?
public var lineLegend : String?

/// Model to hold the metadata for the chart.
/// - Parameters:
Expand Down

0 comments on commit e8be1b3

Please sign in to comment.