diff --git a/Sources/FioriCharts/Model/ChartType.swift b/Sources/FioriCharts/Model/ChartType.swift index 06a34e14b..1b4b1ea84 100644 --- a/Sources/FioriCharts/Model/ChartType.swift +++ b/Sources/FioriCharts/Model/ChartType.swift @@ -1,7 +1,7 @@ import Foundation /// Available chart types. Use this enum to define chart type to present. -public enum ChartType: String { +public enum ChartType: String, Sendable { /// Line Chart case line