diff --git a/.github/workflows/swift.yml b/.github/workflows/swift.yml index 938a11b606..b36c91ff9a 100644 --- a/.github/workflows/swift.yml +++ b/.github/workflows/swift.yml @@ -6,49 +6,49 @@ on: - master pull_request: branches: - - '*' + - "*" jobs: iOS: - runs-on: macos-latest + runs-on: macos-12 env: - DEVELOPER_DIR: /Applications/Xcode_12.4.app/Contents/Developer + DEVELOPER_DIR: /Applications/Xcode_14.0.app/Contents/Developer strategy: matrix: - destination: ["OS=14.4,name=iPhone 12 Pro"] #, "OS=12.4,name=iPhone XS", "OS=11.4,name=iPhone X", "OS=10.3.1,name=iPhone SE"] + destination: ["OS=16.0,name=iPhone 14 Pro"] #, "OS=14.4,name=iPhone 12 Pro", "OS=12.4,name=iPhone XS", "OS=11.4,name=iPhone X", "OS=10.3.1,name=iPhone SE"] steps: - uses: actions/checkout@v2 - name: iOS - ${{ matrix.destination }} run: set -o pipefail && env NSUnbufferedIO=YES xcodebuild -workspace "Charts.xcworkspace" -scheme "Charts" -destination "${{ matrix.destination }}" clean test | xcpretty tvOS: - runs-on: macos-latest + runs-on: macos-12 env: - DEVELOPER_DIR: /Applications/Xcode_12.4.app/Contents/Developer + DEVELOPER_DIR: /Applications/Xcode_14.0.app/Contents/Developer strategy: matrix: - destination: ["OS=14.3,name=Apple TV 4K"] + destination: ["OS=16.0,name=Apple TV 4K (2nd generation)"] steps: - uses: actions/checkout@v2 - name: tvOS - ${{ matrix.destination }} run: set -o pipefail && env NSUnbufferedIO=YES xcodebuild -workspace "Charts.xcworkspace" -scheme "Charts" -destination "${{ matrix.destination }}" clean test | xcpretty macOS_demo: - runs-on: macOS-latest + runs-on: macos-12 env: - DEVELOPER_DIR: /Applications/Xcode_12.4.app/Contents/Developer + DEVELOPER_DIR: /Applications/Xcode_14.0.app/Contents/Developer steps: - uses: actions/checkout@v2 - name: macOS run: set -o pipefail && env NSUnbufferedIO=YES xcodebuild -workspace "Charts.xcworkspace" -scheme "ChartsDemo-macOS" -destination "platform=macOS" clean build | xcpretty iOS_demo: - runs-on: macos-latest + runs-on: macos-12 env: - DEVELOPER_DIR: /Applications/Xcode_12.4.app/Contents/Developer + DEVELOPER_DIR: /Applications/Xcode_14.0.app/Contents/Developer strategy: matrix: - destination: ["OS=14.4,name=iPhone 12 Pro"] #, "OS=12.4,name=iPhone XS", "OS=11.4,name=iPhone X", "OS=10.3.1,name=iPhone SE"] + destination: ["OS=16.0,name=iPhone 14 Pro"] #, "OS=14.4,name=iPhone 12 Pro", "OS=12.4,name=iPhone XS", "OS=11.4,name=iPhone X", "OS=10.3.1,name=iPhone SE"] steps: - uses: actions/checkout@v2 - name: iOS - ${{ matrix.destination }} @@ -56,9 +56,9 @@ jobs: spm: name: Test with SPM - runs-on: macOS-latest + runs-on: macos-12 env: - DEVELOPER_DIR: /Applications/Xcode_12.4.app/Contents/Developer + DEVELOPER_DIR: /Applications/Xcode_14.0.app/Contents/Developer steps: - uses: actions/checkout@v2 - name: SPM Test diff --git a/.gitignore b/.gitignore index c49c6a1c26..7d2c65a0c7 100644 --- a/.gitignore +++ b/.gitignore @@ -31,6 +31,7 @@ DerivedData *.ipa *.dSYM.zip *.dSYM +*.dia ## Playgrounds timeline.xctimeline diff --git a/Charts.podspec b/Charts.podspec index 6fa80ed448..945edf1a42 100644 --- a/Charts.podspec +++ b/Charts.podspec @@ -1,19 +1,20 @@ Pod::Spec.new do |s| s.name = "Charts" - s.version = "4.0.0" + s.version = "4.1.0" s.summary = "Charts is a powerful & easy to use chart library for iOS, tvOS and OSX (and Android)" s.homepage = "https://github.com/danielgindi/Charts" s.license = { :type => "Apache License, Version 2.0", :file => "LICENSE" } s.authors = "Daniel Cohen Gindi", "Philipp Jahoda" - s.ios.deployment_target = "9.0" - s.tvos.deployment_target = "9.0" - s.osx.deployment_target = "10.11" + s.ios.deployment_target = "12.0" + s.tvos.deployment_target = "12.0" + s.osx.deployment_target = "10.13" s.source = { :git => "https://github.com/danielgindi/Charts.git", :tag => "v#{s.version}" } s.default_subspec = "Core" - s.swift_version = '5.3' + s.swift_version = '5.7' s.cocoapods_version = '>= 1.5.0' - + s.subspec "Core" do |ss| ss.source_files = "Source/Charts/**/*.swift" + ss.dependency 'SwiftAlgorithms', '~> 1.0' end end diff --git a/Charts.xcodeproj/project.pbxproj b/Charts.xcodeproj/project.pbxproj index 18abb7650e..69cdc7f398 100644 --- a/Charts.xcodeproj/project.pbxproj +++ b/Charts.xcodeproj/project.pbxproj @@ -788,7 +788,7 @@ isa = PBXProject; attributes = { LastSwiftUpdateCheck = 0830; - LastUpgradeCheck = 1200; + LastUpgradeCheck = 1400; TargetAttributes = { A58A4ED274A941CA248EA921 = { LastSwiftMigration = 1150; @@ -1022,6 +1022,7 @@ APPLICATION_EXTENSION_API_ONLY = YES; COMBINE_HIDPI_IMAGES = YES; CURRENT_PROJECT_VERSION = 1; + DEAD_CODE_STRIPPING = YES; DEBUG_INFORMATION_FORMAT = dwarf; DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 1; @@ -1032,14 +1033,14 @@ GCC_NO_COMMON_BLOCKS = YES; INFOPLIST_FILE = "Source/Supporting Files/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/../Frameworks", "@loader_path/Frameworks", ); - MACOSX_DEPLOYMENT_TARGET = 10.11; - MARKETING_VERSION = 4.0.0; + MACOSX_DEPLOYMENT_TARGET = 10.13; + MARKETING_VERSION = 4.1.0; MTL_ENABLE_DEBUG_INFO = YES; PRODUCT_BUNDLE_IDENTIFIER = com.dcg.Charts; PRODUCT_NAME = "$(TARGET_NAME)"; @@ -1049,7 +1050,7 @@ SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; SWIFT_OPTIMIZATION_LEVEL = "-Onone"; SWIFT_VERSION = 5.0; - TVOS_DEPLOYMENT_TARGET = 9.0; + TVOS_DEPLOYMENT_TARGET = 12.0; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; @@ -1059,11 +1060,12 @@ isa = XCBuildConfiguration; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; + DEAD_CODE_STRIPPING = YES; DEBUG_INFORMATION_FORMAT = dwarf; ENABLE_STRICT_OBJC_MSGSEND = YES; GCC_NO_COMMON_BLOCKS = YES; INFOPLIST_FILE = Tests/ChartsTests/Resources/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 11.0; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -1082,7 +1084,7 @@ SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; SWIFT_OPTIMIZATION_LEVEL = "-Onone"; SWIFT_VERSION = 5.0; - TVOS_DEPLOYMENT_TARGET = 10.0; + TVOS_DEPLOYMENT_TARGET = 12.0; }; name = Debug; }; @@ -1121,6 +1123,7 @@ CODE_SIGN_IDENTITY = ""; COMBINE_HIDPI_IMAGES = YES; COPY_PHASE_STRIP = YES; + DEAD_CODE_STRIPPING = YES; ENABLE_NS_ASSERTIONS = NO; ENABLE_STRICT_OBJC_MSGSEND = YES; GCC_C_LANGUAGE_STANDARD = gnu99; @@ -1175,6 +1178,7 @@ CODE_SIGN_IDENTITY = ""; COMBINE_HIDPI_IMAGES = YES; COPY_PHASE_STRIP = NO; + DEAD_CODE_STRIPPING = YES; ENABLE_STRICT_OBJC_MSGSEND = YES; ENABLE_TESTABILITY = YES; GCC_C_LANGUAGE_STANDARD = gnu99; @@ -1207,6 +1211,7 @@ APPLICATION_EXTENSION_API_ONLY = YES; COMBINE_HIDPI_IMAGES = YES; CURRENT_PROJECT_VERSION = 1; + DEAD_CODE_STRIPPING = YES; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 1; @@ -1217,14 +1222,14 @@ GCC_NO_COMMON_BLOCKS = YES; INFOPLIST_FILE = "Source/Supporting Files/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/../Frameworks", "@loader_path/Frameworks", ); - MACOSX_DEPLOYMENT_TARGET = 10.11; - MARKETING_VERSION = 4.0.0; + MACOSX_DEPLOYMENT_TARGET = 10.13; + MARKETING_VERSION = 4.1.0; MTL_ENABLE_DEBUG_INFO = NO; PRODUCT_BUNDLE_IDENTIFIER = com.dcg.Charts; PRODUCT_NAME = "$(TARGET_NAME)"; @@ -1234,7 +1239,7 @@ SWIFT_COMPILATION_MODE = wholemodule; SWIFT_OPTIMIZATION_LEVEL = "-O"; SWIFT_VERSION = 5.0; - TVOS_DEPLOYMENT_TARGET = 9.0; + TVOS_DEPLOYMENT_TARGET = 12.0; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; @@ -1244,11 +1249,12 @@ isa = XCBuildConfiguration; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; + DEAD_CODE_STRIPPING = YES; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; ENABLE_STRICT_OBJC_MSGSEND = YES; GCC_NO_COMMON_BLOCKS = YES; INFOPLIST_FILE = Tests/ChartsTests/Resources/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 11.0; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -1267,7 +1273,7 @@ SWIFT_COMPILATION_MODE = wholemodule; SWIFT_OPTIMIZATION_LEVEL = "-O"; SWIFT_VERSION = 5.0; - TVOS_DEPLOYMENT_TARGET = 10.0; + TVOS_DEPLOYMENT_TARGET = 12.0; }; name = Release; }; @@ -1309,7 +1315,7 @@ repositoryURL = "https://github.com/apple/swift-algorithms"; requirement = { kind = upToNextMajorVersion; - minimumVersion = 0.0.2; + minimumVersion = 1.0.0; }; }; 22BBDA0625CC4C2F00435670 /* XCRemoteSwiftPackageReference "swift-snapshot-testing" */ = { diff --git a/Charts.xcodeproj/xcshareddata/xcschemes/Charts.xcscheme b/Charts.xcodeproj/xcshareddata/xcschemes/Charts.xcscheme index 393ece5592..283b847aa0 100644 --- a/Charts.xcodeproj/xcshareddata/xcschemes/Charts.xcscheme +++ b/Charts.xcodeproj/xcshareddata/xcschemes/Charts.xcscheme @@ -1,6 +1,6 @@ CGFloat { if optionsTableView != nil { - return 40.0; + return 40.0 } - return 44.0; + return 44.0 } @available(iOS 2.0, *) @@ -360,10 +360,8 @@ extension DemoBaseViewController: UITableViewDelegate, UITableViewDataSource { func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) { if optionsTableView != nil { tableView.deselectRow(at: indexPath, animated: true) - optionsTableView?.removeFromSuperview() self.optionsTableView = nil - self.optionTapped(self.options[indexPath.row]) } diff --git a/ChartsDemo-macOS/ChartsDemo-macOS.xcodeproj/project.pbxproj b/ChartsDemo-macOS/ChartsDemo-macOS.xcodeproj/project.pbxproj index 8c2e85ec67..10e89b3554 100644 --- a/ChartsDemo-macOS/ChartsDemo-macOS.xcodeproj/project.pbxproj +++ b/ChartsDemo-macOS/ChartsDemo-macOS.xcodeproj/project.pbxproj @@ -161,7 +161,7 @@ isa = PBXProject; attributes = { LastSwiftUpdateCheck = 0720; - LastUpgradeCheck = 1200; + LastUpgradeCheck = 1400; ORGANIZATIONNAME = dcg; TargetAttributes = { 65B3F63D1C73B4F5000983D0 = { @@ -290,6 +290,7 @@ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; CODE_SIGN_IDENTITY = "-"; COPY_PHASE_STRIP = NO; + DEAD_CODE_STRIPPING = YES; DEBUG_INFORMATION_FORMAT = dwarf; ENABLE_STRICT_OBJC_MSGSEND = YES; ENABLE_TESTABILITY = YES; @@ -347,6 +348,7 @@ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; CODE_SIGN_IDENTITY = "-"; COPY_PHASE_STRIP = NO; + DEAD_CODE_STRIPPING = YES; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; ENABLE_NS_ASSERTIONS = NO; ENABLE_STRICT_OBJC_MSGSEND = YES; @@ -374,9 +376,11 @@ CODE_SIGN_IDENTITY = "-"; CODE_SIGN_STYLE = Manual; COMBINE_HIDPI_IMAGES = YES; + DEAD_CODE_STRIPPING = YES; DEVELOPMENT_TEAM = ""; INFOPLIST_FILE = "$(SRCROOT)/ChartsDemo-macOS/Info.plist"; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks"; + MACOSX_DEPLOYMENT_TARGET = 10.13; PRODUCT_BUNDLE_IDENTIFIER = "com.dcg.ChartsDemo-OSX"; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = ""; @@ -392,9 +396,11 @@ CODE_SIGN_IDENTITY = "-"; CODE_SIGN_STYLE = Manual; COMBINE_HIDPI_IMAGES = YES; + DEAD_CODE_STRIPPING = YES; DEVELOPMENT_TEAM = ""; INFOPLIST_FILE = "$(SRCROOT)/ChartsDemo-macOS/Info.plist"; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks"; + MACOSX_DEPLOYMENT_TARGET = 10.13; PRODUCT_BUNDLE_IDENTIFIER = "com.dcg.ChartsDemo-OSX"; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = ""; diff --git a/ChartsDemo-macOS/ChartsDemo-macOS/Demos/BarDemoViewController.swift b/ChartsDemo-macOS/ChartsDemo-macOS/Demos/BarDemoViewController.swift index 13102156d6..d9d668cac1 100644 --- a/ChartsDemo-macOS/ChartsDemo-macOS/Demos/BarDemoViewController.swift +++ b/ChartsDemo-macOS/ChartsDemo-macOS/Demos/BarDemoViewController.swift @@ -59,7 +59,7 @@ open class BarDemoViewController: NSViewController let panel = NSSavePanel() panel.allowedFileTypes = ["png"] panel.beginSheetModal(for: self.view.window!) { (result) -> Void in - if result.rawValue == NSFileHandlingPanelOKButton + if result == NSApplication.ModalResponse.OK { if let path = panel.url?.path { diff --git a/Package.resolved b/Package.resolved index 27daaabac3..888ca3b156 100644 --- a/Package.resolved +++ b/Package.resolved @@ -6,8 +6,8 @@ "repositoryURL": "https://github.com/apple/swift-algorithms", "state": { "branch": null, - "revision": "bb3bafeca0e164ece3403a9de646b7d38c07dd49", - "version": "0.0.2" + "revision": "b14b7f4c528c942f121c8b860b9410b2bf57825e", + "version": "1.0.0" } }, { @@ -15,8 +15,8 @@ "repositoryURL": "https://github.com/apple/swift-numerics", "state": { "branch": null, - "revision": "6b24333510e9044cf4716a07bed65eeed6bc6393", - "version": "0.0.8" + "revision": "0a5bc04095a675662cf24757cc0640aa2204253b", + "version": "1.0.2" } } ] diff --git a/Package.swift b/Package.swift index 8b266f9287..c4da97173c 100644 --- a/Package.swift +++ b/Package.swift @@ -5,9 +5,9 @@ import PackageDescription let package = Package( name: "Charts", platforms: [ - .iOS(.v9), - .tvOS(.v9), - .macOS(.v10_11), + .iOS(.v12), + .tvOS(.v12), + .macOS(.v10_12), ], products: [ .library( @@ -19,7 +19,7 @@ let package = Package( targets: ["Charts"]) ], dependencies: [ - .package(url: "https://github.com/apple/swift-algorithms", from: "0.0.1") + .package(url: "https://github.com/apple/swift-algorithms", from: "1.0.0") ], targets: [ .target( diff --git a/README.md b/README.md index b18d78021e..b87cfd8e41 100644 --- a/README.md +++ b/README.md @@ -8,10 +8,10 @@ ### Another heads up: ChartsRealm is now in a [separate repo](https://github.com/danielgindi/ChartsRealm). Pods is also now `Charts` and `ChartsRealm`, instead of ~`Charts/Core`~ and ~`Charts/Realm`~ ### One more heads up: As Swift evolves, if you are not using the latest Swift compiler, you shouldn't check out the master branch. Instead, you should go to the release page and pick up whatever suits you. -* Xcode 11 / Swift 5 (master branch) -* iOS >= 8.0 (Use as an **Embedded** Framework) -* tvOS >= 9.0 -* macOS >= 10.11 +* Xcode 14 / Swift 5.7 (master branch) +* iOS >= 12.0 (Use as an **Embedded** Framework) +* tvOS >= 12.0 +* macOS >= 10.13 Okay so there's this beautiful library called [MPAndroidChart](https://github.com/PhilJay/MPAndroidChart) by [Philipp Jahoda](https://www.linkedin.com/in/philippjahoda) which has become very popular amongst Android developers, but there was no decent solution to create charts for iOS. @@ -36,7 +36,7 @@ I've chosen to write it in `Swift` as it can be highly optimized by the compiler In order to correctly compile: 1. Drag the `Charts.xcodeproj` to your project -2. Go to your target's settings, hit the "+" under the "Embedded Binaries" section, and select the Charts.framework +2. Go to your target's settings, hit the "+" under the "Frameworks, Libraries, and Embedded Content" section, and select the Charts.framework 3. `@import Charts` 4. When using Swift in an ObjC project: - You need to import your Bridging Header. Usually it is "*YourProject-Swift.h*", so in ChartsDemo it's "*ChartsDemo-Swift.h*". Do not try to actually include "*ChartsDemo-Swift.h*" in your project :-) @@ -58,6 +58,8 @@ In order to correctly compile: * [Beginning Set-up and Example Using Charts with Swift 3](https://github.com/annalizhaz/ChartsForSwiftBasic) * [Creating a Radar Chart in Swift (David Piper)](https://medium.com/@HeyDaveTheDev/creating-a-radar-chart-in-swift-5791afcf92f0) * [Plotting in IOS using Charts framework with SwiftUI (Evgeny Basisty)](https://medium.com/@zzzzbh/plotting-in-ios-using-charts-framework-with-swiftui-222034a2bea6) +* [Set Up a Basic Bar Chart Using iOS-Charts (Penny Huang)](https://medium.com/@penny-huang/swift-setting-up-a-basic-bar-chart-using-ios-charts-afd6aad96ac) +* [iOS-Charts Tutorial: Highlight Selected Value With a Custom Marker (Penny Huang)](https://medium.com/@penny-huang/swift-ios-charts-tutorial-highlight-selected-value-with-a-custom-marker-30ccbf92aa1b) Want your tutorial to show here? Create a PR! @@ -87,8 +89,8 @@ For [Realm](https://realm.io/) support, please add `pod 'ChartsRealm'` too. Charts now include Carthage prebuilt binaries. ```carthage -github "danielgindi/Charts" == 4.0.0 -github "danielgindi/Charts" ~> 4.0.0 +github "danielgindi/Charts" == 4.1.0 +github "danielgindi/Charts" ~> 4.1.0 ``` In order to build the binaries for a new release, use `carthage build --no-skip-current && carthage archive Charts`. @@ -99,7 +101,7 @@ Swift Package Manager ```swift dependencies: [ - .package(url: "https://github.com/danielgindi/Charts.git", .upToNextMajor(from: "4.0.0")) + .package(url: "https://github.com/danielgindi/Charts.git", .upToNextMajor(from: "4.1.0")) ] ``` @@ -123,7 +125,6 @@ If you are having questions or problems, you should: - Make sure you are using the latest version of the library. Check the [**release-section**](https://github.com/danielgindi/Charts/releases). - Study the Android version's [**Documentation-Wiki**](https://github.com/PhilJay/MPAndroidChart/wiki) - - Study the (Still incomplete [![Doc-Percent](https://img.shields.io/cocoapods/metrics/doc-percent/Charts.svg)](http://cocoadocs.org/docsets/Charts/)) [**Pod-Documentation**](http://cocoadocs.org/docsets/Charts/) - Search or open questions on [**stackoverflow**](http://stackoverflow.com/questions/tagged/ios-charts) with the `ios-charts` tag - Search [**known issues**](https://github.com/danielgindi/Charts/issues) for your problem (open and closed) - Create new issues (please :fire: **search known issues before** :fire:, do not create duplicate issues) diff --git a/Source/Charts/Animation/ChartAnimationEasing.swift b/Source/Charts/Animation/ChartAnimationEasing.swift index 58b0b632d8..a6453d9e0c 100644 --- a/Source/Charts/Animation/ChartAnimationEasing.swift +++ b/Source/Charts/Animation/ChartAnimationEasing.swift @@ -341,7 +341,7 @@ internal struct EasingFunctions let s: TimeInterval = 1.70158 var position: TimeInterval = elapsed / duration position -= 1.0 - return Double( position * position * ((s + 1.0) * position + s) + 1.0 ) + return Double( position * position * ((s + Double(1.0)) * position + s) + Double(1.0) ) } internal static let EaseInOutBack = { (elapsed: TimeInterval, duration: TimeInterval) -> Double in diff --git a/Source/Charts/Charts/BarLineChartViewBase.swift b/Source/Charts/Charts/BarLineChartViewBase.swift index 631ccd07d9..343cd6832f 100644 --- a/Source/Charts/Charts/BarLineChartViewBase.swift +++ b/Source/Charts/Charts/BarLineChartViewBase.swift @@ -733,6 +733,10 @@ open class BarLineChartViewBase: ChartViewBase, BarLineScatterCandleBubbleChartD // We will only handle highlights on NSUIGestureRecognizerState.Changed _isDragging = false + + // Prevent the parent scroll view from scrolling + _outerScrollView?.nsuiIsScrollEnabled = false + } } else if recognizer.state == NSUIGestureRecognizerState.changed @@ -784,8 +788,6 @@ open class BarLineChartViewBase: ChartViewBase, BarLineScatterCandleBubbleChartD } _isDragging = false - - delegate?.chartViewDidEndPanning?(self) } if _outerScrollView !== nil @@ -793,6 +795,8 @@ open class BarLineChartViewBase: ChartViewBase, BarLineScatterCandleBubbleChartD _outerScrollView?.nsuiIsScrollEnabled = true _outerScrollView = nil } + + delegate?.chartViewDidEndPanning?(self) } } diff --git a/Source/Charts/Charts/ChartViewBase.swift b/Source/Charts/Charts/ChartViewBase.swift index 2810facf5b..02742d915e 100644 --- a/Source/Charts/Charts/ChartViewBase.swift +++ b/Source/Charts/Charts/ChartViewBase.swift @@ -447,6 +447,7 @@ open class ChartViewBase: NSUIView, ChartDataProvider, AnimatorDelegate { delegate?.chartValueNothingSelected?(self) } + setNeedsDisplay() return } diff --git a/Source/Charts/Components/ComponentBase.swift b/Source/Charts/Components/ComponentBase.swift index 6014a17561..25c5fa6751 100644 --- a/Source/Charts/Components/ComponentBase.swift +++ b/Source/Charts/Components/ComponentBase.swift @@ -24,7 +24,7 @@ open class ComponentBase: NSObject /// **default**: 5.0 @objc open var xOffset = CGFloat(5.0) - /// The offset this component has on the x-axis + /// The offset this component has on the y-axis /// **default**: 5.0 (or 0.0 on ChartYAxis) @objc open var yOffset = CGFloat(5.0) diff --git a/Source/Charts/Components/Marker.swift b/Source/Charts/Components/Marker.swift index c643517a10..a9220067d6 100644 --- a/Source/Charts/Components/Marker.swift +++ b/Source/Charts/Components/Marker.swift @@ -13,7 +13,7 @@ import Foundation import CoreGraphics @objc(ChartMarker) -public protocol Marker: class +public protocol Marker: AnyObject { /// - Returns: The desired (general) offset you wish the IMarker to have on the x-axis. /// By returning x: -(width / 2) you will center the IMarker horizontally. diff --git a/Source/Charts/Data/Implementations/Standard/ChartData.swift b/Source/Charts/Data/Implementations/Standard/ChartData.swift index e5e22d0ac2..81fc37b3a8 100644 --- a/Source/Charts/Data/Implementations/Standard/ChartData.swift +++ b/Source/Charts/Data/Implementations/Standard/ChartData.swift @@ -422,7 +422,7 @@ open class ChartData: NSObject, ExpressibleByArrayLiteral /// The DataSet object with the maximum number of entries or null if there are no DataSets. @objc open var maxEntryCountSet: Element? { - return self.max { $0.entryCount > $1.entryCount } + return self.max { $0.entryCount < $1.entryCount } } } diff --git a/Source/Charts/Data/Implementations/Standard/ChartDataSet.swift b/Source/Charts/Data/Implementations/Standard/ChartDataSet.swift index 703c0abe72..344f0f658e 100644 --- a/Source/Charts/Data/Implementations/Standard/ChartDataSet.swift +++ b/Source/Charts/Data/Implementations/Standard/ChartDataSet.swift @@ -101,8 +101,9 @@ open class ChartDataSet: ChartBaseDataSet guard !isEmpty else { return } - let indexFrom = entryIndex(x: fromX, closestToY: .nan, rounding: .down) - let indexTo = entryIndex(x: toX, closestToY: .nan, rounding: .up) + let indexFrom = entryIndex(x: fromX, closestToY: .nan, rounding: .closest) + var indexTo = entryIndex(x: toX, closestToY: .nan, rounding: .up) + if indexTo == -1 { indexTo = entryIndex(x: toX, closestToY: .nan, rounding: .closest) } guard indexTo >= indexFrom else { return } // only recalculate y @@ -197,9 +198,11 @@ open class ChartDataSet: ChartBaseDataSet open override func entriesForXValue(_ xValue: Double) -> [ChartDataEntry] { let match: (ChartDataEntry) -> Bool = { $0.x == xValue } - let i = partitioningIndex(where: match) + var partitioned = self.entries + _ = partitioned.partition(by: match) + let i = partitioned.partitioningIndex(where: match) guard i < endIndex else { return [] } - return self[i...].prefix(while: match) + return partitioned[i...].prefix(while: match) } /// - Parameters: @@ -214,9 +217,9 @@ open class ChartDataSet: ChartBaseDataSet rounding: ChartDataSetRounding) -> Int { var closest = partitioningIndex { $0.x >= xValue } - guard closest < endIndex else { return -1 } + guard closest < endIndex else { return index(before: endIndex) } - let closestXValue = self[closest].x + var closestXValue = self[closest].x switch rounding { case .up: @@ -234,7 +237,18 @@ open class ChartDataSet: ChartBaseDataSet } case .closest: - break + // The closest value in the beginning of this function + // `var closest = partitioningIndex { $0.x >= xValue }` + // doesn't guarantee closest rounding method + if closest > startIndex { + let distanceAfter = abs(self[closest].x - xValue) + let distanceBefore = abs(self[index(before: closest)].x - xValue) + if distanceBefore < distanceAfter + { + closest = index(before: closest) + } + closestXValue = self[closest].x + } } // Search by closest to y-value @@ -424,6 +438,11 @@ extension ChartDataSet: RandomAccessCollection { // MARK: RangeReplaceableCollection extension ChartDataSet: RangeReplaceableCollection { + public func replaceSubrange(_ subrange: Swift.Range, with newElements: C) where C : Collection, Element == C.Element { + entries.replaceSubrange(subrange, with: newElements) + notifyDataSetChanged() + } + public func append(_ newElement: Element) { calcMinMax(entry: newElement) entries.append(newElement) diff --git a/Source/Charts/Formatters/AxisValueFormatter.swift b/Source/Charts/Formatters/AxisValueFormatter.swift index 57d4cbbb3e..5a30613847 100644 --- a/Source/Charts/Formatters/AxisValueFormatter.swift +++ b/Source/Charts/Formatters/AxisValueFormatter.swift @@ -13,7 +13,7 @@ import Foundation /// An interface for providing custom axis Strings. @objc(ChartAxisValueFormatter) -public protocol AxisValueFormatter: class +public protocol AxisValueFormatter: AnyObject { /// Called when a value from an axis is formatted before being drawn. diff --git a/Source/Charts/Formatters/ValueFormatter.swift b/Source/Charts/Formatters/ValueFormatter.swift index 61fb23f593..e8c5e1127f 100644 --- a/Source/Charts/Formatters/ValueFormatter.swift +++ b/Source/Charts/Formatters/ValueFormatter.swift @@ -17,7 +17,7 @@ import Foundation /// method and return whatever you want. @objc(ChartValueFormatter) -public protocol ValueFormatter: class +public protocol ValueFormatter: AnyObject { /// Called when a value (from labels inside the chart) is formatted before being drawn. diff --git a/Source/Charts/Highlight/Highlighter.swift b/Source/Charts/Highlight/Highlighter.swift index fb5d37a50d..0257635717 100644 --- a/Source/Charts/Highlight/Highlighter.swift +++ b/Source/Charts/Highlight/Highlighter.swift @@ -13,7 +13,7 @@ import Foundation import CoreGraphics @objc(ChartHighlighter) -public protocol Highlighter: class +public protocol Highlighter: AnyObject { /// - Parameters: /// - x: diff --git a/Source/Charts/Renderers/CandleStickChartRenderer.swift b/Source/Charts/Renderers/CandleStickChartRenderer.swift index 5690fdb74a..40f80efb52 100644 --- a/Source/Charts/Renderers/CandleStickChartRenderer.swift +++ b/Source/Charts/Renderers/CandleStickChartRenderer.swift @@ -38,7 +38,7 @@ open class CandleStickChartRenderer: LineScatterCandleRadarRenderer accessibleChartElements.append(element) } - for case let set as CandleChartDataSetProtocol in candleData where set.isVisible + for case let set as CandleChartDataSetProtocol in (candleData as ChartData) where set.isVisible { drawDataSet(context: context, dataSet: set) } diff --git a/Source/Charts/Renderers/LineChartRenderer.swift b/Source/Charts/Renderers/LineChartRenderer.swift index ec622967ee..700069f427 100644 --- a/Source/Charts/Renderers/LineChartRenderer.swift +++ b/Source/Charts/Renderers/LineChartRenderer.swift @@ -760,7 +760,8 @@ open class LineChartRenderer: LineRadarRenderer for high in indices { - guard let set = lineData[high.dataSetIndex] as? LineChartDataSetProtocol, + + guard high.dataSetIndex < lineData.count, let set = lineData[high.dataSetIndex] as? LineChartDataSetProtocol, set.isHighlightEnabled else { continue } diff --git a/Source/Charts/Renderers/RadarChartRenderer.swift b/Source/Charts/Renderers/RadarChartRenderer.swift index 26da1e8560..21f1246049 100644 --- a/Source/Charts/Renderers/RadarChartRenderer.swift +++ b/Source/Charts/Renderers/RadarChartRenderer.swift @@ -52,7 +52,7 @@ open class RadarChartRenderer: LineRadarRenderer withDefaultDescription: "Radar Chart") self.accessibleChartElements.append(element) - for case let set as RadarChartDataSetProtocol in radarData where set.isVisible + for case let set as RadarChartDataSetProtocol in (radarData as ChartData) where set.isVisible { drawDataSet(context: context, dataSet: set, mostEntries: mostEntries) } diff --git a/Source/Charts/Renderers/Scatter/ShapeRenderer.swift b/Source/Charts/Renderers/Scatter/ShapeRenderer.swift index c334a5b8a2..afa2f93855 100644 --- a/Source/Charts/Renderers/Scatter/ShapeRenderer.swift +++ b/Source/Charts/Renderers/Scatter/ShapeRenderer.swift @@ -13,7 +13,7 @@ import Foundation import CoreGraphics @objc -public protocol ShapeRenderer: class +public protocol ShapeRenderer: AnyObject { /// Renders the provided ScatterDataSet with a shape. /// diff --git a/Source/Charts/Renderers/XAxisRenderer.swift b/Source/Charts/Renderers/XAxisRenderer.swift index a20be3818d..966bf3b7e1 100644 --- a/Source/Charts/Renderers/XAxisRenderer.swift +++ b/Source/Charts/Renderers/XAxisRenderer.swift @@ -16,9 +16,9 @@ import CoreGraphics @objc(ChartXAxisRenderer) open class XAxisRenderer: NSObject, AxisRenderer { - public let viewPortHandler: ViewPortHandler - public let axis: XAxis - public let transformer: Transformer? + @objc public let viewPortHandler: ViewPortHandler + @objc public let axis: XAxis + @objc public let transformer: Transformer? @objc public init(viewPortHandler: ViewPortHandler, axis: XAxis, transformer: Transformer?) { diff --git a/Source/Charts/Renderers/YAxisRenderer.swift b/Source/Charts/Renderers/YAxisRenderer.swift index e1d8bf65f5..7175ff1633 100644 --- a/Source/Charts/Renderers/YAxisRenderer.swift +++ b/Source/Charts/Renderers/YAxisRenderer.swift @@ -16,9 +16,9 @@ import CoreGraphics @objc(ChartYAxisRenderer) open class YAxisRenderer: NSObject, AxisRenderer { - public let viewPortHandler: ViewPortHandler - public let axis: YAxis - public let transformer: Transformer? + @objc public let viewPortHandler: ViewPortHandler + @objc public let axis: YAxis + @objc public let transformer: Transformer? @objc public init(viewPortHandler: ViewPortHandler, axis: YAxis, transformer: Transformer?) { diff --git a/Source/Charts/Utils/ChartUtils.swift b/Source/Charts/Utils/ChartUtils.swift index 10fa091c85..3103fac6c3 100644 --- a/Source/Charts/Utils/ChartUtils.swift +++ b/Source/Charts/Utils/ChartUtils.swift @@ -119,7 +119,7 @@ extension CGPoint extension CGContext { - open func drawImage(_ image: NSUIImage, atCenter center: CGPoint, size: CGSize) + public func drawImage(_ image: NSUIImage, atCenter center: CGPoint, size: CGSize) { var drawOffset = CGPoint() drawOffset.x = center.x - (size.width / 2) @@ -157,7 +157,7 @@ extension CGContext NSUIGraphicsPopContext() } - open func drawText(_ text: String, at point: CGPoint, align: TextAlignment, anchor: CGPoint = CGPoint(x: 0.5, y: 0.5), angleRadians: CGFloat = 0.0, attributes: [NSAttributedString.Key : Any]?) + public func drawText(_ text: String, at point: CGPoint, align: TextAlignment, anchor: CGPoint = CGPoint(x: 0.5, y: 0.5), angleRadians: CGFloat = 0.0, attributes: [NSAttributedString.Key : Any]?) { let drawPoint = getDrawPoint(text: text, point: point, align: align, attributes: attributes) @@ -175,7 +175,7 @@ extension CGContext } } - open func drawText(_ text: String, at point: CGPoint, anchor: CGPoint = CGPoint(x: 0.5, y: 0.5), angleRadians: CGFloat, attributes: [NSAttributedString.Key : Any]?) + public func drawText(_ text: String, at point: CGPoint, anchor: CGPoint = CGPoint(x: 0.5, y: 0.5), angleRadians: CGFloat, attributes: [NSAttributedString.Key : Any]?) { var drawOffset = CGPoint() diff --git a/Tests/ChartsTests/ChartDataTests.swift b/Tests/ChartsTests/ChartDataTests.swift index 5b697f710b..0520aba227 100644 --- a/Tests/ChartsTests/ChartDataTests.swift +++ b/Tests/ChartsTests/ChartDataTests.swift @@ -64,4 +64,18 @@ class ChartDataTests: XCTestCase { XCTAssertTrue(data.dataSet(forLabel: SetLabels.badLabel, ignorecase: true) == nil) XCTAssertTrue(data.dataSet(forLabel: SetLabels.badLabel, ignorecase: false) == nil) } + + func testMaxEntryCountSet() throws { + let dataSet1 = BarChartDataSet(entries: (0 ..< 4).map { BarChartDataEntry(x: Double($0), y: Double($0)) }, + label: "data-set-1") + let dataSet2 = BarChartDataSet(entries: (0 ..< 3).map { BarChartDataEntry(x: Double($0), y: Double($0)) }, + label: "data-set-2") + let dataSet3 = BarChartDataSet(entries: [BarChartDataEntry(x: 0, y: 0)], + label: "data-set-3") + let data = BarChartData(dataSets: [dataSet1, dataSet2, dataSet3]) + + let maxEntryCountSet = try XCTUnwrap(data.maxEntryCountSet as? BarChartDataSet) + + XCTAssertEqual(maxEntryCountSet, dataSet1) + } } diff --git a/Tests/ChartsTests/Utilities.swift b/Tests/ChartsTests/Utilities.swift index a58ab9a6a1..5455bbe70f 100644 --- a/Tests/ChartsTests/Utilities.swift +++ b/Tests/ChartsTests/Utilities.swift @@ -32,7 +32,7 @@ func assertChartSnapshot( #if arch(arm64) let snapshotDirectory = fileUrl.deletingLastPathComponent() - .appendingPathComponent("__Snapshots__Silicon__") + .appendingPathComponent("__Snapshots__AppleSilicon__") .appendingPathComponent(fileName) .path #else diff --git "a/Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/BarChartTests/testDefaultBarDataSetLabels-iOS_390-0_844-0.1.png" b/Tests/ChartsTests/__Snapshots__AppleSilicon__/BarChartTests/testDefaultBarDataSetLabels-iOS_390-0_844-0.1.png similarity index 100% rename from "Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/BarChartTests/testDefaultBarDataSetLabels-iOS_390-0_844-0.1.png" rename to Tests/ChartsTests/__Snapshots__AppleSilicon__/BarChartTests/testDefaultBarDataSetLabels-iOS_390-0_844-0.1.png diff --git "a/Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/BarChartTests/testDefaultBarDataSetLabels-tvOS_1920-0_1080-0.1.png" b/Tests/ChartsTests/__Snapshots__AppleSilicon__/BarChartTests/testDefaultBarDataSetLabels-tvOS_1920-0_1080-0.1.png similarity index 100% rename from "Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/BarChartTests/testDefaultBarDataSetLabels-tvOS_1920-0_1080-0.1.png" rename to Tests/ChartsTests/__Snapshots__AppleSilicon__/BarChartTests/testDefaultBarDataSetLabels-tvOS_1920-0_1080-0.1.png diff --git "a/Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/BarChartTests/testDefaultValues-iOS_390-0_844-0.1.png" b/Tests/ChartsTests/__Snapshots__AppleSilicon__/BarChartTests/testDefaultValues-iOS_390-0_844-0.1.png similarity index 100% rename from "Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/BarChartTests/testDefaultValues-iOS_390-0_844-0.1.png" rename to Tests/ChartsTests/__Snapshots__AppleSilicon__/BarChartTests/testDefaultValues-iOS_390-0_844-0.1.png diff --git "a/Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/BarChartTests/testDefaultValues-tvOS_1920-0_1080-0.1.png" b/Tests/ChartsTests/__Snapshots__AppleSilicon__/BarChartTests/testDefaultValues-tvOS_1920-0_1080-0.1.png similarity index 100% rename from "Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/BarChartTests/testDefaultValues-tvOS_1920-0_1080-0.1.png" rename to Tests/ChartsTests/__Snapshots__AppleSilicon__/BarChartTests/testDefaultValues-tvOS_1920-0_1080-0.1.png diff --git "a/Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/BarChartTests/testDrawIcons-iOS_390-0_844-0.1.png" b/Tests/ChartsTests/__Snapshots__AppleSilicon__/BarChartTests/testDrawIcons-iOS_390-0_844-0.1.png similarity index 100% rename from "Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/BarChartTests/testDrawIcons-iOS_390-0_844-0.1.png" rename to Tests/ChartsTests/__Snapshots__AppleSilicon__/BarChartTests/testDrawIcons-iOS_390-0_844-0.1.png diff --git "a/Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/BarChartTests/testDrawIcons-tvOS_1920-0_1080-0.1.png" b/Tests/ChartsTests/__Snapshots__AppleSilicon__/BarChartTests/testDrawIcons-tvOS_1920-0_1080-0.1.png similarity index 100% rename from "Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/BarChartTests/testDrawIcons-tvOS_1920-0_1080-0.1.png" rename to Tests/ChartsTests/__Snapshots__AppleSilicon__/BarChartTests/testDrawIcons-tvOS_1920-0_1080-0.1.png diff --git "a/Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/BarChartTests/testHideHorizontalGridlines-iOS_390-0_844-0.1.png" b/Tests/ChartsTests/__Snapshots__AppleSilicon__/BarChartTests/testHideHorizontalGridlines-iOS_390-0_844-0.1.png similarity index 100% rename from "Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/BarChartTests/testHideHorizontalGridlines-iOS_390-0_844-0.1.png" rename to Tests/ChartsTests/__Snapshots__AppleSilicon__/BarChartTests/testHideHorizontalGridlines-iOS_390-0_844-0.1.png diff --git "a/Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/BarChartTests/testHideHorizontalGridlines-tvOS_1920-0_1080-0.1.png" b/Tests/ChartsTests/__Snapshots__AppleSilicon__/BarChartTests/testHideHorizontalGridlines-tvOS_1920-0_1080-0.1.png similarity index 100% rename from "Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/BarChartTests/testHideHorizontalGridlines-tvOS_1920-0_1080-0.1.png" rename to Tests/ChartsTests/__Snapshots__AppleSilicon__/BarChartTests/testHideHorizontalGridlines-tvOS_1920-0_1080-0.1.png diff --git "a/Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/BarChartTests/testHideLeftAxis-iOS_390-0_844-0.1.png" b/Tests/ChartsTests/__Snapshots__AppleSilicon__/BarChartTests/testHideLeftAxis-iOS_390-0_844-0.1.png similarity index 100% rename from "Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/BarChartTests/testHideLeftAxis-iOS_390-0_844-0.1.png" rename to Tests/ChartsTests/__Snapshots__AppleSilicon__/BarChartTests/testHideLeftAxis-iOS_390-0_844-0.1.png diff --git "a/Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/BarChartTests/testHideLeftAxis-tvOS_1920-0_1080-0.1.png" b/Tests/ChartsTests/__Snapshots__AppleSilicon__/BarChartTests/testHideLeftAxis-tvOS_1920-0_1080-0.1.png similarity index 100% rename from "Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/BarChartTests/testHideLeftAxis-tvOS_1920-0_1080-0.1.png" rename to Tests/ChartsTests/__Snapshots__AppleSilicon__/BarChartTests/testHideLeftAxis-tvOS_1920-0_1080-0.1.png diff --git "a/Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/BarChartTests/testHideRightAxis-iOS_390-0_844-0.1.png" b/Tests/ChartsTests/__Snapshots__AppleSilicon__/BarChartTests/testHideRightAxis-iOS_390-0_844-0.1.png similarity index 100% rename from "Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/BarChartTests/testHideRightAxis-iOS_390-0_844-0.1.png" rename to Tests/ChartsTests/__Snapshots__AppleSilicon__/BarChartTests/testHideRightAxis-iOS_390-0_844-0.1.png diff --git "a/Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/BarChartTests/testHideRightAxis-tvOS_1920-0_1080-0.1.png" b/Tests/ChartsTests/__Snapshots__AppleSilicon__/BarChartTests/testHideRightAxis-tvOS_1920-0_1080-0.1.png similarity index 100% rename from "Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/BarChartTests/testHideRightAxis-tvOS_1920-0_1080-0.1.png" rename to Tests/ChartsTests/__Snapshots__AppleSilicon__/BarChartTests/testHideRightAxis-tvOS_1920-0_1080-0.1.png diff --git "a/Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/BarChartTests/testHideVerticalGridlines-iOS_390-0_844-0.1.png" b/Tests/ChartsTests/__Snapshots__AppleSilicon__/BarChartTests/testHideVerticalGridlines-iOS_390-0_844-0.1.png similarity index 100% rename from "Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/BarChartTests/testHideVerticalGridlines-iOS_390-0_844-0.1.png" rename to Tests/ChartsTests/__Snapshots__AppleSilicon__/BarChartTests/testHideVerticalGridlines-iOS_390-0_844-0.1.png diff --git "a/Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/BarChartTests/testHideVerticalGridlines-tvOS_1920-0_1080-0.1.png" b/Tests/ChartsTests/__Snapshots__AppleSilicon__/BarChartTests/testHideVerticalGridlines-tvOS_1920-0_1080-0.1.png similarity index 100% rename from "Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/BarChartTests/testHideVerticalGridlines-tvOS_1920-0_1080-0.1.png" rename to Tests/ChartsTests/__Snapshots__AppleSilicon__/BarChartTests/testHideVerticalGridlines-tvOS_1920-0_1080-0.1.png diff --git "a/Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/BarChartTests/testHidesValues-iOS_390-0_844-0.1.png" b/Tests/ChartsTests/__Snapshots__AppleSilicon__/BarChartTests/testHidesValues-iOS_390-0_844-0.1.png similarity index 100% rename from "Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/BarChartTests/testHidesValues-iOS_390-0_844-0.1.png" rename to Tests/ChartsTests/__Snapshots__AppleSilicon__/BarChartTests/testHidesValues-iOS_390-0_844-0.1.png diff --git "a/Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/BarChartTests/testHidesValues-tvOS_1920-0_1080-0.1.png" b/Tests/ChartsTests/__Snapshots__AppleSilicon__/BarChartTests/testHidesValues-tvOS_1920-0_1080-0.1.png similarity index 100% rename from "Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/BarChartTests/testHidesValues-tvOS_1920-0_1080-0.1.png" rename to Tests/ChartsTests/__Snapshots__AppleSilicon__/BarChartTests/testHidesValues-tvOS_1920-0_1080-0.1.png diff --git "a/Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/BarChartTests/testInvertedLeftAxis-iOS_390-0_844-0.1.png" b/Tests/ChartsTests/__Snapshots__AppleSilicon__/BarChartTests/testInvertedLeftAxis-iOS_390-0_844-0.1.png similarity index 100% rename from "Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/BarChartTests/testInvertedLeftAxis-iOS_390-0_844-0.1.png" rename to Tests/ChartsTests/__Snapshots__AppleSilicon__/BarChartTests/testInvertedLeftAxis-iOS_390-0_844-0.1.png diff --git "a/Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/BarChartTests/testInvertedLeftAxis-tvOS_1920-0_1080-0.1.png" b/Tests/ChartsTests/__Snapshots__AppleSilicon__/BarChartTests/testInvertedLeftAxis-tvOS_1920-0_1080-0.1.png similarity index 100% rename from "Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/BarChartTests/testInvertedLeftAxis-tvOS_1920-0_1080-0.1.png" rename to Tests/ChartsTests/__Snapshots__AppleSilicon__/BarChartTests/testInvertedLeftAxis-tvOS_1920-0_1080-0.1.png diff --git "a/Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/BarChartTests/testInvertedLeftAxisWithNegativeValues-iOS_390-0_844-0.1.png" b/Tests/ChartsTests/__Snapshots__AppleSilicon__/BarChartTests/testInvertedLeftAxisWithNegativeValues-iOS_390-0_844-0.1.png similarity index 100% rename from "Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/BarChartTests/testInvertedLeftAxisWithNegativeValues-iOS_390-0_844-0.1.png" rename to Tests/ChartsTests/__Snapshots__AppleSilicon__/BarChartTests/testInvertedLeftAxisWithNegativeValues-iOS_390-0_844-0.1.png diff --git "a/Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/BarChartTests/testInvertedLeftAxisWithNegativeValues-tvOS_1920-0_1080-0.1.png" b/Tests/ChartsTests/__Snapshots__AppleSilicon__/BarChartTests/testInvertedLeftAxisWithNegativeValues-tvOS_1920-0_1080-0.1.png similarity index 100% rename from "Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/BarChartTests/testInvertedLeftAxisWithNegativeValues-tvOS_1920-0_1080-0.1.png" rename to Tests/ChartsTests/__Snapshots__AppleSilicon__/BarChartTests/testInvertedLeftAxisWithNegativeValues-tvOS_1920-0_1080-0.1.png diff --git "a/Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/BarChartTests/testInvertedLeftAxisWithPositiveValues-iOS_390-0_844-0.1.png" b/Tests/ChartsTests/__Snapshots__AppleSilicon__/BarChartTests/testInvertedLeftAxisWithPositiveValues-iOS_390-0_844-0.1.png similarity index 100% rename from "Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/BarChartTests/testInvertedLeftAxisWithPositiveValues-iOS_390-0_844-0.1.png" rename to Tests/ChartsTests/__Snapshots__AppleSilicon__/BarChartTests/testInvertedLeftAxisWithPositiveValues-iOS_390-0_844-0.1.png diff --git "a/Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/BarChartTests/testInvertedLeftAxisWithPositiveValues-tvOS_1920-0_1080-0.1.png" b/Tests/ChartsTests/__Snapshots__AppleSilicon__/BarChartTests/testInvertedLeftAxisWithPositiveValues-tvOS_1920-0_1080-0.1.png similarity index 100% rename from "Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/BarChartTests/testInvertedLeftAxisWithPositiveValues-tvOS_1920-0_1080-0.1.png" rename to Tests/ChartsTests/__Snapshots__AppleSilicon__/BarChartTests/testInvertedLeftAxisWithPositiveValues-tvOS_1920-0_1080-0.1.png diff --git "a/Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/BarChartTests/testInvertedRightAxis-iOS_390-0_844-0.1.png" b/Tests/ChartsTests/__Snapshots__AppleSilicon__/BarChartTests/testInvertedRightAxis-iOS_390-0_844-0.1.png similarity index 100% rename from "Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/BarChartTests/testInvertedRightAxis-iOS_390-0_844-0.1.png" rename to Tests/ChartsTests/__Snapshots__AppleSilicon__/BarChartTests/testInvertedRightAxis-iOS_390-0_844-0.1.png diff --git "a/Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/BarChartTests/testInvertedRightAxis-tvOS_1920-0_1080-0.1.png" b/Tests/ChartsTests/__Snapshots__AppleSilicon__/BarChartTests/testInvertedRightAxis-tvOS_1920-0_1080-0.1.png similarity index 100% rename from "Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/BarChartTests/testInvertedRightAxis-tvOS_1920-0_1080-0.1.png" rename to Tests/ChartsTests/__Snapshots__AppleSilicon__/BarChartTests/testInvertedRightAxis-tvOS_1920-0_1080-0.1.png diff --git "a/Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/BarChartTests/testInvertedRightAxisWithNegativeValues-iOS_390-0_844-0.1.png" b/Tests/ChartsTests/__Snapshots__AppleSilicon__/BarChartTests/testInvertedRightAxisWithNegativeValues-iOS_390-0_844-0.1.png similarity index 100% rename from "Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/BarChartTests/testInvertedRightAxisWithNegativeValues-iOS_390-0_844-0.1.png" rename to Tests/ChartsTests/__Snapshots__AppleSilicon__/BarChartTests/testInvertedRightAxisWithNegativeValues-iOS_390-0_844-0.1.png diff --git "a/Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/BarChartTests/testInvertedRightAxisWithNegativeValues-tvOS_1920-0_1080-0.1.png" b/Tests/ChartsTests/__Snapshots__AppleSilicon__/BarChartTests/testInvertedRightAxisWithNegativeValues-tvOS_1920-0_1080-0.1.png similarity index 100% rename from "Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/BarChartTests/testInvertedRightAxisWithNegativeValues-tvOS_1920-0_1080-0.1.png" rename to Tests/ChartsTests/__Snapshots__AppleSilicon__/BarChartTests/testInvertedRightAxisWithNegativeValues-tvOS_1920-0_1080-0.1.png diff --git "a/Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/BarChartTests/testInvertedRightAxisWithPositiveValues-iOS_390-0_844-0.1.png" b/Tests/ChartsTests/__Snapshots__AppleSilicon__/BarChartTests/testInvertedRightAxisWithPositiveValues-iOS_390-0_844-0.1.png similarity index 100% rename from "Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/BarChartTests/testInvertedRightAxisWithPositiveValues-iOS_390-0_844-0.1.png" rename to Tests/ChartsTests/__Snapshots__AppleSilicon__/BarChartTests/testInvertedRightAxisWithPositiveValues-iOS_390-0_844-0.1.png diff --git "a/Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/BarChartTests/testInvertedRightAxisWithPositiveValues-tvOS_1920-0_1080-0.1.png" b/Tests/ChartsTests/__Snapshots__AppleSilicon__/BarChartTests/testInvertedRightAxisWithPositiveValues-tvOS_1920-0_1080-0.1.png similarity index 100% rename from "Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/BarChartTests/testInvertedRightAxisWithPositiveValues-tvOS_1920-0_1080-0.1.png" rename to Tests/ChartsTests/__Snapshots__AppleSilicon__/BarChartTests/testInvertedRightAxisWithPositiveValues-tvOS_1920-0_1080-0.1.png diff --git "a/Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/BarChartTests/testNegativeValues-iOS_390-0_844-0.1.png" b/Tests/ChartsTests/__Snapshots__AppleSilicon__/BarChartTests/testNegativeValues-iOS_390-0_844-0.1.png similarity index 100% rename from "Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/BarChartTests/testNegativeValues-iOS_390-0_844-0.1.png" rename to Tests/ChartsTests/__Snapshots__AppleSilicon__/BarChartTests/testNegativeValues-iOS_390-0_844-0.1.png diff --git "a/Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/BarChartTests/testNegativeValues-tvOS_1920-0_1080-0.1.png" b/Tests/ChartsTests/__Snapshots__AppleSilicon__/BarChartTests/testNegativeValues-tvOS_1920-0_1080-0.1.png similarity index 100% rename from "Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/BarChartTests/testNegativeValues-tvOS_1920-0_1080-0.1.png" rename to Tests/ChartsTests/__Snapshots__AppleSilicon__/BarChartTests/testNegativeValues-tvOS_1920-0_1080-0.1.png diff --git "a/Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/BarChartTests/testNegativeValuesWithCustomAxisMaximum-iOS_390-0_844-0.1.png" b/Tests/ChartsTests/__Snapshots__AppleSilicon__/BarChartTests/testNegativeValuesWithCustomAxisMaximum-iOS_390-0_844-0.1.png similarity index 100% rename from "Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/BarChartTests/testNegativeValuesWithCustomAxisMaximum-iOS_390-0_844-0.1.png" rename to Tests/ChartsTests/__Snapshots__AppleSilicon__/BarChartTests/testNegativeValuesWithCustomAxisMaximum-iOS_390-0_844-0.1.png diff --git "a/Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/BarChartTests/testNegativeValuesWithCustomAxisMaximum-tvOS_1920-0_1080-0.1.png" b/Tests/ChartsTests/__Snapshots__AppleSilicon__/BarChartTests/testNegativeValuesWithCustomAxisMaximum-tvOS_1920-0_1080-0.1.png similarity index 100% rename from "Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/BarChartTests/testNegativeValuesWithCustomAxisMaximum-tvOS_1920-0_1080-0.1.png" rename to Tests/ChartsTests/__Snapshots__AppleSilicon__/BarChartTests/testNegativeValuesWithCustomAxisMaximum-tvOS_1920-0_1080-0.1.png diff --git "a/Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/BarChartTests/testNegativeValuesWithCustomAxisMaximum2-iOS_390-0_844-0.1.png" b/Tests/ChartsTests/__Snapshots__AppleSilicon__/BarChartTests/testNegativeValuesWithCustomAxisMaximum2-iOS_390-0_844-0.1.png similarity index 100% rename from "Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/BarChartTests/testNegativeValuesWithCustomAxisMaximum2-iOS_390-0_844-0.1.png" rename to Tests/ChartsTests/__Snapshots__AppleSilicon__/BarChartTests/testNegativeValuesWithCustomAxisMaximum2-iOS_390-0_844-0.1.png diff --git "a/Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/BarChartTests/testNegativeValuesWithCustomAxisMaximum2-tvOS_1920-0_1080-0.1.png" b/Tests/ChartsTests/__Snapshots__AppleSilicon__/BarChartTests/testNegativeValuesWithCustomAxisMaximum2-tvOS_1920-0_1080-0.1.png similarity index 100% rename from "Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/BarChartTests/testNegativeValuesWithCustomAxisMaximum2-tvOS_1920-0_1080-0.1.png" rename to Tests/ChartsTests/__Snapshots__AppleSilicon__/BarChartTests/testNegativeValuesWithCustomAxisMaximum2-tvOS_1920-0_1080-0.1.png diff --git "a/Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/BarChartTests/testNegativeValuesWithCustomAxisMaximumAndCustomAxisMaximum-iOS_390-0_844-0.1.png" b/Tests/ChartsTests/__Snapshots__AppleSilicon__/BarChartTests/testNegativeValuesWithCustomAxisMaximumAndCustomAxisMaximum-iOS_390-0_844-0.1.png similarity index 100% rename from "Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/BarChartTests/testNegativeValuesWithCustomAxisMaximumAndCustomAxisMaximum-iOS_390-0_844-0.1.png" rename to Tests/ChartsTests/__Snapshots__AppleSilicon__/BarChartTests/testNegativeValuesWithCustomAxisMaximumAndCustomAxisMaximum-iOS_390-0_844-0.1.png diff --git "a/Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/BarChartTests/testNegativeValuesWithCustomAxisMaximumAndCustomAxisMaximum-tvOS_1920-0_1080-0.1.png" b/Tests/ChartsTests/__Snapshots__AppleSilicon__/BarChartTests/testNegativeValuesWithCustomAxisMaximumAndCustomAxisMaximum-tvOS_1920-0_1080-0.1.png similarity index 100% rename from "Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/BarChartTests/testNegativeValuesWithCustomAxisMaximumAndCustomAxisMaximum-tvOS_1920-0_1080-0.1.png" rename to Tests/ChartsTests/__Snapshots__AppleSilicon__/BarChartTests/testNegativeValuesWithCustomAxisMaximumAndCustomAxisMaximum-tvOS_1920-0_1080-0.1.png diff --git "a/Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/BarChartTests/testNegativeValuesWithCustomAxisMinimum-iOS_390-0_844-0.1.png" b/Tests/ChartsTests/__Snapshots__AppleSilicon__/BarChartTests/testNegativeValuesWithCustomAxisMinimum-iOS_390-0_844-0.1.png similarity index 100% rename from "Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/BarChartTests/testNegativeValuesWithCustomAxisMinimum-iOS_390-0_844-0.1.png" rename to Tests/ChartsTests/__Snapshots__AppleSilicon__/BarChartTests/testNegativeValuesWithCustomAxisMinimum-iOS_390-0_844-0.1.png diff --git "a/Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/BarChartTests/testNegativeValuesWithCustomAxisMinimum-tvOS_1920-0_1080-0.1.png" b/Tests/ChartsTests/__Snapshots__AppleSilicon__/BarChartTests/testNegativeValuesWithCustomAxisMinimum-tvOS_1920-0_1080-0.1.png similarity index 100% rename from "Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/BarChartTests/testNegativeValuesWithCustomAxisMinimum-tvOS_1920-0_1080-0.1.png" rename to Tests/ChartsTests/__Snapshots__AppleSilicon__/BarChartTests/testNegativeValuesWithCustomAxisMinimum-tvOS_1920-0_1080-0.1.png diff --git "a/Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/BarChartTests/testNegativeValuesWithCustomAxisMinimum2-iOS_390-0_844-0.1.png" b/Tests/ChartsTests/__Snapshots__AppleSilicon__/BarChartTests/testNegativeValuesWithCustomAxisMinimum2-iOS_390-0_844-0.1.png similarity index 100% rename from "Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/BarChartTests/testNegativeValuesWithCustomAxisMinimum2-iOS_390-0_844-0.1.png" rename to Tests/ChartsTests/__Snapshots__AppleSilicon__/BarChartTests/testNegativeValuesWithCustomAxisMinimum2-iOS_390-0_844-0.1.png diff --git "a/Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/BarChartTests/testNegativeValuesWithCustomAxisMinimum2-tvOS_1920-0_1080-0.1.png" b/Tests/ChartsTests/__Snapshots__AppleSilicon__/BarChartTests/testNegativeValuesWithCustomAxisMinimum2-tvOS_1920-0_1080-0.1.png similarity index 100% rename from "Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/BarChartTests/testNegativeValuesWithCustomAxisMinimum2-tvOS_1920-0_1080-0.1.png" rename to Tests/ChartsTests/__Snapshots__AppleSilicon__/BarChartTests/testNegativeValuesWithCustomAxisMinimum2-tvOS_1920-0_1080-0.1.png diff --git "a/Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/BarChartTests/testNotDrawValueAboveBars-iOS_390-0_844-0.1.png" b/Tests/ChartsTests/__Snapshots__AppleSilicon__/BarChartTests/testNotDrawValueAboveBars-iOS_390-0_844-0.1.png similarity index 100% rename from "Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/BarChartTests/testNotDrawValueAboveBars-iOS_390-0_844-0.1.png" rename to Tests/ChartsTests/__Snapshots__AppleSilicon__/BarChartTests/testNotDrawValueAboveBars-iOS_390-0_844-0.1.png diff --git "a/Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/BarChartTests/testNotDrawValueAboveBars-tvOS_1920-0_1080-0.1.png" b/Tests/ChartsTests/__Snapshots__AppleSilicon__/BarChartTests/testNotDrawValueAboveBars-tvOS_1920-0_1080-0.1.png similarity index 100% rename from "Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/BarChartTests/testNotDrawValueAboveBars-tvOS_1920-0_1080-0.1.png" rename to Tests/ChartsTests/__Snapshots__AppleSilicon__/BarChartTests/testNotDrawValueAboveBars-tvOS_1920-0_1080-0.1.png diff --git "a/Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/BarChartTests/testPositiveValues-iOS_390-0_844-0.1.png" b/Tests/ChartsTests/__Snapshots__AppleSilicon__/BarChartTests/testPositiveValues-iOS_390-0_844-0.1.png similarity index 100% rename from "Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/BarChartTests/testPositiveValues-iOS_390-0_844-0.1.png" rename to Tests/ChartsTests/__Snapshots__AppleSilicon__/BarChartTests/testPositiveValues-iOS_390-0_844-0.1.png diff --git "a/Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/BarChartTests/testPositiveValues-tvOS_1920-0_1080-0.1.png" b/Tests/ChartsTests/__Snapshots__AppleSilicon__/BarChartTests/testPositiveValues-tvOS_1920-0_1080-0.1.png similarity index 100% rename from "Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/BarChartTests/testPositiveValues-tvOS_1920-0_1080-0.1.png" rename to Tests/ChartsTests/__Snapshots__AppleSilicon__/BarChartTests/testPositiveValues-tvOS_1920-0_1080-0.1.png diff --git "a/Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/BarChartTests/testPositiveValuesWithCustomAxisMaximum-iOS_390-0_844-0.1.png" b/Tests/ChartsTests/__Snapshots__AppleSilicon__/BarChartTests/testPositiveValuesWithCustomAxisMaximum-iOS_390-0_844-0.1.png similarity index 100% rename from "Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/BarChartTests/testPositiveValuesWithCustomAxisMaximum-iOS_390-0_844-0.1.png" rename to Tests/ChartsTests/__Snapshots__AppleSilicon__/BarChartTests/testPositiveValuesWithCustomAxisMaximum-iOS_390-0_844-0.1.png diff --git "a/Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/BarChartTests/testPositiveValuesWithCustomAxisMaximum-tvOS_1920-0_1080-0.1.png" b/Tests/ChartsTests/__Snapshots__AppleSilicon__/BarChartTests/testPositiveValuesWithCustomAxisMaximum-tvOS_1920-0_1080-0.1.png similarity index 100% rename from "Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/BarChartTests/testPositiveValuesWithCustomAxisMaximum-tvOS_1920-0_1080-0.1.png" rename to Tests/ChartsTests/__Snapshots__AppleSilicon__/BarChartTests/testPositiveValuesWithCustomAxisMaximum-tvOS_1920-0_1080-0.1.png diff --git "a/Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/BarChartTests/testPositiveValuesWithCustomAxisMaximum2-iOS_390-0_844-0.1.png" b/Tests/ChartsTests/__Snapshots__AppleSilicon__/BarChartTests/testPositiveValuesWithCustomAxisMaximum2-iOS_390-0_844-0.1.png similarity index 100% rename from "Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/BarChartTests/testPositiveValuesWithCustomAxisMaximum2-iOS_390-0_844-0.1.png" rename to Tests/ChartsTests/__Snapshots__AppleSilicon__/BarChartTests/testPositiveValuesWithCustomAxisMaximum2-iOS_390-0_844-0.1.png diff --git "a/Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/BarChartTests/testPositiveValuesWithCustomAxisMaximum2-tvOS_1920-0_1080-0.1.png" b/Tests/ChartsTests/__Snapshots__AppleSilicon__/BarChartTests/testPositiveValuesWithCustomAxisMaximum2-tvOS_1920-0_1080-0.1.png similarity index 100% rename from "Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/BarChartTests/testPositiveValuesWithCustomAxisMaximum2-tvOS_1920-0_1080-0.1.png" rename to Tests/ChartsTests/__Snapshots__AppleSilicon__/BarChartTests/testPositiveValuesWithCustomAxisMaximum2-tvOS_1920-0_1080-0.1.png diff --git "a/Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/BarChartTests/testPositiveValuesWithCustomAxisMaximumAndCustomAxisMaximum-iOS_390-0_844-0.1.png" b/Tests/ChartsTests/__Snapshots__AppleSilicon__/BarChartTests/testPositiveValuesWithCustomAxisMaximumAndCustomAxisMaximum-iOS_390-0_844-0.1.png similarity index 100% rename from "Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/BarChartTests/testPositiveValuesWithCustomAxisMaximumAndCustomAxisMaximum-iOS_390-0_844-0.1.png" rename to Tests/ChartsTests/__Snapshots__AppleSilicon__/BarChartTests/testPositiveValuesWithCustomAxisMaximumAndCustomAxisMaximum-iOS_390-0_844-0.1.png diff --git "a/Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/BarChartTests/testPositiveValuesWithCustomAxisMaximumAndCustomAxisMaximum-tvOS_1920-0_1080-0.1.png" b/Tests/ChartsTests/__Snapshots__AppleSilicon__/BarChartTests/testPositiveValuesWithCustomAxisMaximumAndCustomAxisMaximum-tvOS_1920-0_1080-0.1.png similarity index 100% rename from "Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/BarChartTests/testPositiveValuesWithCustomAxisMaximumAndCustomAxisMaximum-tvOS_1920-0_1080-0.1.png" rename to Tests/ChartsTests/__Snapshots__AppleSilicon__/BarChartTests/testPositiveValuesWithCustomAxisMaximumAndCustomAxisMaximum-tvOS_1920-0_1080-0.1.png diff --git "a/Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/BarChartTests/testPositiveValuesWithCustomAxisMinimum-iOS_390-0_844-0.1.png" b/Tests/ChartsTests/__Snapshots__AppleSilicon__/BarChartTests/testPositiveValuesWithCustomAxisMinimum-iOS_390-0_844-0.1.png similarity index 100% rename from "Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/BarChartTests/testPositiveValuesWithCustomAxisMinimum-iOS_390-0_844-0.1.png" rename to Tests/ChartsTests/__Snapshots__AppleSilicon__/BarChartTests/testPositiveValuesWithCustomAxisMinimum-iOS_390-0_844-0.1.png diff --git "a/Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/BarChartTests/testPositiveValuesWithCustomAxisMinimum-tvOS_1920-0_1080-0.1.png" b/Tests/ChartsTests/__Snapshots__AppleSilicon__/BarChartTests/testPositiveValuesWithCustomAxisMinimum-tvOS_1920-0_1080-0.1.png similarity index 100% rename from "Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/BarChartTests/testPositiveValuesWithCustomAxisMinimum-tvOS_1920-0_1080-0.1.png" rename to Tests/ChartsTests/__Snapshots__AppleSilicon__/BarChartTests/testPositiveValuesWithCustomAxisMinimum-tvOS_1920-0_1080-0.1.png diff --git "a/Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/BarChartTests/testPositiveValuesWithCustomAxisMinimum2-iOS_390-0_844-0.1.png" b/Tests/ChartsTests/__Snapshots__AppleSilicon__/BarChartTests/testPositiveValuesWithCustomAxisMinimum2-iOS_390-0_844-0.1.png similarity index 100% rename from "Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/BarChartTests/testPositiveValuesWithCustomAxisMinimum2-iOS_390-0_844-0.1.png" rename to Tests/ChartsTests/__Snapshots__AppleSilicon__/BarChartTests/testPositiveValuesWithCustomAxisMinimum2-iOS_390-0_844-0.1.png diff --git "a/Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/BarChartTests/testPositiveValuesWithCustomAxisMinimum2-tvOS_1920-0_1080-0.1.png" b/Tests/ChartsTests/__Snapshots__AppleSilicon__/BarChartTests/testPositiveValuesWithCustomAxisMinimum2-tvOS_1920-0_1080-0.1.png similarity index 100% rename from "Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/BarChartTests/testPositiveValuesWithCustomAxisMinimum2-tvOS_1920-0_1080-0.1.png" rename to Tests/ChartsTests/__Snapshots__AppleSilicon__/BarChartTests/testPositiveValuesWithCustomAxisMinimum2-tvOS_1920-0_1080-0.1.png diff --git "a/Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/BarChartTests/testStackedDrawValues-iOS_390-0_844-0.1.png" b/Tests/ChartsTests/__Snapshots__AppleSilicon__/BarChartTests/testStackedDrawValues-iOS_390-0_844-0.1.png similarity index 100% rename from "Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/BarChartTests/testStackedDrawValues-iOS_390-0_844-0.1.png" rename to Tests/ChartsTests/__Snapshots__AppleSilicon__/BarChartTests/testStackedDrawValues-iOS_390-0_844-0.1.png diff --git "a/Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/BarChartTests/testStackedDrawValues-tvOS_1920-0_1080-0.1.png" b/Tests/ChartsTests/__Snapshots__AppleSilicon__/BarChartTests/testStackedDrawValues-tvOS_1920-0_1080-0.1.png similarity index 100% rename from "Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/BarChartTests/testStackedDrawValues-tvOS_1920-0_1080-0.1.png" rename to Tests/ChartsTests/__Snapshots__AppleSilicon__/BarChartTests/testStackedDrawValues-tvOS_1920-0_1080-0.1.png diff --git "a/Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/BarChartTests/testStackedNotDrawValues-iOS_390-0_844-0.1.png" b/Tests/ChartsTests/__Snapshots__AppleSilicon__/BarChartTests/testStackedNotDrawValues-iOS_390-0_844-0.1.png similarity index 100% rename from "Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/BarChartTests/testStackedNotDrawValues-iOS_390-0_844-0.1.png" rename to Tests/ChartsTests/__Snapshots__AppleSilicon__/BarChartTests/testStackedNotDrawValues-iOS_390-0_844-0.1.png diff --git "a/Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/BarChartTests/testStackedNotDrawValues-tvOS_1920-0_1080-0.1.png" b/Tests/ChartsTests/__Snapshots__AppleSilicon__/BarChartTests/testStackedNotDrawValues-tvOS_1920-0_1080-0.1.png similarity index 100% rename from "Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/BarChartTests/testStackedNotDrawValues-tvOS_1920-0_1080-0.1.png" rename to Tests/ChartsTests/__Snapshots__AppleSilicon__/BarChartTests/testStackedNotDrawValues-tvOS_1920-0_1080-0.1.png diff --git "a/Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/BarChartTests/testStackedNotDrawValuesAboveBars-iOS_390-0_844-0.1.png" b/Tests/ChartsTests/__Snapshots__AppleSilicon__/BarChartTests/testStackedNotDrawValuesAboveBars-iOS_390-0_844-0.1.png similarity index 100% rename from "Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/BarChartTests/testStackedNotDrawValuesAboveBars-iOS_390-0_844-0.1.png" rename to Tests/ChartsTests/__Snapshots__AppleSilicon__/BarChartTests/testStackedNotDrawValuesAboveBars-iOS_390-0_844-0.1.png diff --git "a/Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/BarChartTests/testStackedNotDrawValuesAboveBars-tvOS_1920-0_1080-0.1.png" b/Tests/ChartsTests/__Snapshots__AppleSilicon__/BarChartTests/testStackedNotDrawValuesAboveBars-tvOS_1920-0_1080-0.1.png similarity index 100% rename from "Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/BarChartTests/testStackedNotDrawValuesAboveBars-tvOS_1920-0_1080-0.1.png" rename to Tests/ChartsTests/__Snapshots__AppleSilicon__/BarChartTests/testStackedNotDrawValuesAboveBars-tvOS_1920-0_1080-0.1.png diff --git "a/Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/BarChartTests/testZeroValues-iOS_390-0_844-0.1.png" b/Tests/ChartsTests/__Snapshots__AppleSilicon__/BarChartTests/testZeroValues-iOS_390-0_844-0.1.png similarity index 100% rename from "Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/BarChartTests/testZeroValues-iOS_390-0_844-0.1.png" rename to Tests/ChartsTests/__Snapshots__AppleSilicon__/BarChartTests/testZeroValues-iOS_390-0_844-0.1.png diff --git "a/Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/BarChartTests/testZeroValues-tvOS_1920-0_1080-0.1.png" b/Tests/ChartsTests/__Snapshots__AppleSilicon__/BarChartTests/testZeroValues-tvOS_1920-0_1080-0.1.png similarity index 100% rename from "Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/BarChartTests/testZeroValues-tvOS_1920-0_1080-0.1.png" rename to Tests/ChartsTests/__Snapshots__AppleSilicon__/BarChartTests/testZeroValues-tvOS_1920-0_1080-0.1.png diff --git "a/Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/CombinedChartTests/testAllRightAxisDependency-iOS_390-0_844-0.1.png" b/Tests/ChartsTests/__Snapshots__AppleSilicon__/CombinedChartTests/testAllRightAxisDependency-iOS_390-0_844-0.1.png similarity index 100% rename from "Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/CombinedChartTests/testAllRightAxisDependency-iOS_390-0_844-0.1.png" rename to Tests/ChartsTests/__Snapshots__AppleSilicon__/CombinedChartTests/testAllRightAxisDependency-iOS_390-0_844-0.1.png diff --git "a/Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/CombinedChartTests/testAllRightAxisDependency-tvOS_1920-0_1080-0.1.png" b/Tests/ChartsTests/__Snapshots__AppleSilicon__/CombinedChartTests/testAllRightAxisDependency-tvOS_1920-0_1080-0.1.png similarity index 100% rename from "Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/CombinedChartTests/testAllRightAxisDependency-tvOS_1920-0_1080-0.1.png" rename to Tests/ChartsTests/__Snapshots__AppleSilicon__/CombinedChartTests/testAllRightAxisDependency-tvOS_1920-0_1080-0.1.png diff --git "a/Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/CombinedChartTests/testDefaultAxisDependency-iOS_390-0_844-0.1.png" b/Tests/ChartsTests/__Snapshots__AppleSilicon__/CombinedChartTests/testDefaultAxisDependency-iOS_390-0_844-0.1.png similarity index 100% rename from "Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/CombinedChartTests/testDefaultAxisDependency-iOS_390-0_844-0.1.png" rename to Tests/ChartsTests/__Snapshots__AppleSilicon__/CombinedChartTests/testDefaultAxisDependency-iOS_390-0_844-0.1.png diff --git "a/Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/CombinedChartTests/testDefaultAxisDependency-tvOS_1920-0_1080-0.1.png" b/Tests/ChartsTests/__Snapshots__AppleSilicon__/CombinedChartTests/testDefaultAxisDependency-tvOS_1920-0_1080-0.1.png similarity index 100% rename from "Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/CombinedChartTests/testDefaultAxisDependency-tvOS_1920-0_1080-0.1.png" rename to Tests/ChartsTests/__Snapshots__AppleSilicon__/CombinedChartTests/testDefaultAxisDependency-tvOS_1920-0_1080-0.1.png diff --git "a/Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/CombinedChartTests/testLeftRightAxisDependency-iOS_390-0_844-0.1.png" b/Tests/ChartsTests/__Snapshots__AppleSilicon__/CombinedChartTests/testLeftRightAxisDependency-iOS_390-0_844-0.1.png similarity index 100% rename from "Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/CombinedChartTests/testLeftRightAxisDependency-iOS_390-0_844-0.1.png" rename to Tests/ChartsTests/__Snapshots__AppleSilicon__/CombinedChartTests/testLeftRightAxisDependency-iOS_390-0_844-0.1.png diff --git "a/Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/CombinedChartTests/testLeftRightAxisDependency-tvOS_1920-0_1080-0.1.png" b/Tests/ChartsTests/__Snapshots__AppleSilicon__/CombinedChartTests/testLeftRightAxisDependency-tvOS_1920-0_1080-0.1.png similarity index 100% rename from "Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/CombinedChartTests/testLeftRightAxisDependency-tvOS_1920-0_1080-0.1.png" rename to Tests/ChartsTests/__Snapshots__AppleSilicon__/CombinedChartTests/testLeftRightAxisDependency-tvOS_1920-0_1080-0.1.png diff --git "a/Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/HorizontalBarChartTests/testDefaultValues-iOS_390-0_844-0.1.png" b/Tests/ChartsTests/__Snapshots__AppleSilicon__/HorizontalBarChartTests/testDefaultValues-iOS_390-0_844-0.1.png similarity index 100% rename from "Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/HorizontalBarChartTests/testDefaultValues-iOS_390-0_844-0.1.png" rename to Tests/ChartsTests/__Snapshots__AppleSilicon__/HorizontalBarChartTests/testDefaultValues-iOS_390-0_844-0.1.png diff --git "a/Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/HorizontalBarChartTests/testDefaultValues-tvOS_1920-0_1080-0.1.png" b/Tests/ChartsTests/__Snapshots__AppleSilicon__/HorizontalBarChartTests/testDefaultValues-tvOS_1920-0_1080-0.1.png similarity index 100% rename from "Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/HorizontalBarChartTests/testDefaultValues-tvOS_1920-0_1080-0.1.png" rename to Tests/ChartsTests/__Snapshots__AppleSilicon__/HorizontalBarChartTests/testDefaultValues-tvOS_1920-0_1080-0.1.png diff --git "a/Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/HorizontalBarChartTests/testHidesValues-iOS_390-0_844-0.1.png" b/Tests/ChartsTests/__Snapshots__AppleSilicon__/HorizontalBarChartTests/testHidesValues-iOS_390-0_844-0.1.png similarity index 100% rename from "Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/HorizontalBarChartTests/testHidesValues-iOS_390-0_844-0.1.png" rename to Tests/ChartsTests/__Snapshots__AppleSilicon__/HorizontalBarChartTests/testHidesValues-iOS_390-0_844-0.1.png diff --git "a/Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/HorizontalBarChartTests/testHidesValues-tvOS_1920-0_1080-0.1.png" b/Tests/ChartsTests/__Snapshots__AppleSilicon__/HorizontalBarChartTests/testHidesValues-tvOS_1920-0_1080-0.1.png similarity index 100% rename from "Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/HorizontalBarChartTests/testHidesValues-tvOS_1920-0_1080-0.1.png" rename to Tests/ChartsTests/__Snapshots__AppleSilicon__/HorizontalBarChartTests/testHidesValues-tvOS_1920-0_1080-0.1.png diff --git "a/Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/HorizontalBarChartTests/testNotDrawValueAboveBars-iOS_390-0_844-0.1.png" b/Tests/ChartsTests/__Snapshots__AppleSilicon__/HorizontalBarChartTests/testNotDrawValueAboveBars-iOS_390-0_844-0.1.png similarity index 100% rename from "Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/HorizontalBarChartTests/testNotDrawValueAboveBars-iOS_390-0_844-0.1.png" rename to Tests/ChartsTests/__Snapshots__AppleSilicon__/HorizontalBarChartTests/testNotDrawValueAboveBars-iOS_390-0_844-0.1.png diff --git "a/Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/HorizontalBarChartTests/testNotDrawValueAboveBars-tvOS_1920-0_1080-0.1.png" b/Tests/ChartsTests/__Snapshots__AppleSilicon__/HorizontalBarChartTests/testNotDrawValueAboveBars-tvOS_1920-0_1080-0.1.png similarity index 100% rename from "Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/HorizontalBarChartTests/testNotDrawValueAboveBars-tvOS_1920-0_1080-0.1.png" rename to Tests/ChartsTests/__Snapshots__AppleSilicon__/HorizontalBarChartTests/testNotDrawValueAboveBars-tvOS_1920-0_1080-0.1.png diff --git "a/Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/HorizontalBarChartTests/testStackedDrawValues-iOS_390-0_844-0.1.png" b/Tests/ChartsTests/__Snapshots__AppleSilicon__/HorizontalBarChartTests/testStackedDrawValues-iOS_390-0_844-0.1.png similarity index 100% rename from "Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/HorizontalBarChartTests/testStackedDrawValues-iOS_390-0_844-0.1.png" rename to Tests/ChartsTests/__Snapshots__AppleSilicon__/HorizontalBarChartTests/testStackedDrawValues-iOS_390-0_844-0.1.png diff --git "a/Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/HorizontalBarChartTests/testStackedDrawValues-tvOS_1920-0_1080-0.1.png" b/Tests/ChartsTests/__Snapshots__AppleSilicon__/HorizontalBarChartTests/testStackedDrawValues-tvOS_1920-0_1080-0.1.png similarity index 100% rename from "Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/HorizontalBarChartTests/testStackedDrawValues-tvOS_1920-0_1080-0.1.png" rename to Tests/ChartsTests/__Snapshots__AppleSilicon__/HorizontalBarChartTests/testStackedDrawValues-tvOS_1920-0_1080-0.1.png diff --git "a/Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/HorizontalBarChartTests/testStackedNotDrawValues-iOS_390-0_844-0.1.png" b/Tests/ChartsTests/__Snapshots__AppleSilicon__/HorizontalBarChartTests/testStackedNotDrawValues-iOS_390-0_844-0.1.png similarity index 100% rename from "Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/HorizontalBarChartTests/testStackedNotDrawValues-iOS_390-0_844-0.1.png" rename to Tests/ChartsTests/__Snapshots__AppleSilicon__/HorizontalBarChartTests/testStackedNotDrawValues-iOS_390-0_844-0.1.png diff --git "a/Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/HorizontalBarChartTests/testStackedNotDrawValues-tvOS_1920-0_1080-0.1.png" b/Tests/ChartsTests/__Snapshots__AppleSilicon__/HorizontalBarChartTests/testStackedNotDrawValues-tvOS_1920-0_1080-0.1.png similarity index 100% rename from "Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/HorizontalBarChartTests/testStackedNotDrawValues-tvOS_1920-0_1080-0.1.png" rename to Tests/ChartsTests/__Snapshots__AppleSilicon__/HorizontalBarChartTests/testStackedNotDrawValues-tvOS_1920-0_1080-0.1.png diff --git "a/Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/HorizontalBarChartTests/testStackedNotDrawValuesAboveBars-iOS_390-0_844-0.1.png" b/Tests/ChartsTests/__Snapshots__AppleSilicon__/HorizontalBarChartTests/testStackedNotDrawValuesAboveBars-iOS_390-0_844-0.1.png similarity index 100% rename from "Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/HorizontalBarChartTests/testStackedNotDrawValuesAboveBars-iOS_390-0_844-0.1.png" rename to Tests/ChartsTests/__Snapshots__AppleSilicon__/HorizontalBarChartTests/testStackedNotDrawValuesAboveBars-iOS_390-0_844-0.1.png diff --git "a/Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/HorizontalBarChartTests/testStackedNotDrawValuesAboveBars-tvOS_1920-0_1080-0.1.png" b/Tests/ChartsTests/__Snapshots__AppleSilicon__/HorizontalBarChartTests/testStackedNotDrawValuesAboveBars-tvOS_1920-0_1080-0.1.png similarity index 100% rename from "Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/HorizontalBarChartTests/testStackedNotDrawValuesAboveBars-tvOS_1920-0_1080-0.1.png" rename to Tests/ChartsTests/__Snapshots__AppleSilicon__/HorizontalBarChartTests/testStackedNotDrawValuesAboveBars-tvOS_1920-0_1080-0.1.png diff --git "a/Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/LineChartTests/testDefaultValues-iOS_390-0_844-0.1.png" b/Tests/ChartsTests/__Snapshots__AppleSilicon__/LineChartTests/testDefaultValues-iOS_390-0_844-0.1.png similarity index 100% rename from "Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/LineChartTests/testDefaultValues-iOS_390-0_844-0.1.png" rename to Tests/ChartsTests/__Snapshots__AppleSilicon__/LineChartTests/testDefaultValues-iOS_390-0_844-0.1.png diff --git "a/Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/LineChartTests/testDefaultValues-tvOS_1920-0_1080-0.1.png" b/Tests/ChartsTests/__Snapshots__AppleSilicon__/LineChartTests/testDefaultValues-tvOS_1920-0_1080-0.1.png similarity index 100% rename from "Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/LineChartTests/testDefaultValues-tvOS_1920-0_1080-0.1.png" rename to Tests/ChartsTests/__Snapshots__AppleSilicon__/LineChartTests/testDefaultValues-tvOS_1920-0_1080-0.1.png diff --git "a/Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/LineChartTests/testDoesntDrawCircleHole-iOS_390-0_844-0.1.png" b/Tests/ChartsTests/__Snapshots__AppleSilicon__/LineChartTests/testDoesntDrawCircleHole-iOS_390-0_844-0.1.png similarity index 100% rename from "Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/LineChartTests/testDoesntDrawCircleHole-iOS_390-0_844-0.1.png" rename to Tests/ChartsTests/__Snapshots__AppleSilicon__/LineChartTests/testDoesntDrawCircleHole-iOS_390-0_844-0.1.png diff --git "a/Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/LineChartTests/testDoesntDrawCircleHole-tvOS_1920-0_1080-0.1.png" b/Tests/ChartsTests/__Snapshots__AppleSilicon__/LineChartTests/testDoesntDrawCircleHole-tvOS_1920-0_1080-0.1.png similarity index 100% rename from "Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/LineChartTests/testDoesntDrawCircleHole-tvOS_1920-0_1080-0.1.png" rename to Tests/ChartsTests/__Snapshots__AppleSilicon__/LineChartTests/testDoesntDrawCircleHole-tvOS_1920-0_1080-0.1.png diff --git "a/Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/LineChartTests/testDoesntDrawCircles-iOS_390-0_844-0.1.png" b/Tests/ChartsTests/__Snapshots__AppleSilicon__/LineChartTests/testDoesntDrawCircles-iOS_390-0_844-0.1.png similarity index 100% rename from "Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/LineChartTests/testDoesntDrawCircles-iOS_390-0_844-0.1.png" rename to Tests/ChartsTests/__Snapshots__AppleSilicon__/LineChartTests/testDoesntDrawCircles-iOS_390-0_844-0.1.png diff --git "a/Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/LineChartTests/testDoesntDrawCircles-tvOS_1920-0_1080-0.1.png" b/Tests/ChartsTests/__Snapshots__AppleSilicon__/LineChartTests/testDoesntDrawCircles-tvOS_1920-0_1080-0.1.png similarity index 100% rename from "Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/LineChartTests/testDoesntDrawCircles-tvOS_1920-0_1080-0.1.png" rename to Tests/ChartsTests/__Snapshots__AppleSilicon__/LineChartTests/testDoesntDrawCircles-tvOS_1920-0_1080-0.1.png diff --git "a/Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/LineChartTests/testDrawIcons-iOS_390-0_844-0.1.png" b/Tests/ChartsTests/__Snapshots__AppleSilicon__/LineChartTests/testDrawIcons-iOS_390-0_844-0.1.png similarity index 100% rename from "Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/LineChartTests/testDrawIcons-iOS_390-0_844-0.1.png" rename to Tests/ChartsTests/__Snapshots__AppleSilicon__/LineChartTests/testDrawIcons-iOS_390-0_844-0.1.png diff --git "a/Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/LineChartTests/testDrawIcons-tvOS_1920-0_1080-0.1.png" b/Tests/ChartsTests/__Snapshots__AppleSilicon__/LineChartTests/testDrawIcons-tvOS_1920-0_1080-0.1.png similarity index 100% rename from "Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/LineChartTests/testDrawIcons-tvOS_1920-0_1080-0.1.png" rename to Tests/ChartsTests/__Snapshots__AppleSilicon__/LineChartTests/testDrawIcons-tvOS_1920-0_1080-0.1.png diff --git "a/Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/LineChartTests/testHidesValues-iOS_390-0_844-0.1.png" b/Tests/ChartsTests/__Snapshots__AppleSilicon__/LineChartTests/testHidesValues-iOS_390-0_844-0.1.png similarity index 100% rename from "Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/LineChartTests/testHidesValues-iOS_390-0_844-0.1.png" rename to Tests/ChartsTests/__Snapshots__AppleSilicon__/LineChartTests/testHidesValues-iOS_390-0_844-0.1.png diff --git "a/Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/LineChartTests/testHidesValues-tvOS_1920-0_1080-0.1.png" b/Tests/ChartsTests/__Snapshots__AppleSilicon__/LineChartTests/testHidesValues-tvOS_1920-0_1080-0.1.png similarity index 100% rename from "Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/LineChartTests/testHidesValues-tvOS_1920-0_1080-0.1.png" rename to Tests/ChartsTests/__Snapshots__AppleSilicon__/LineChartTests/testHidesValues-tvOS_1920-0_1080-0.1.png diff --git "a/Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/LineChartTests/testIsCubic-iOS_390-0_844-0.1.png" b/Tests/ChartsTests/__Snapshots__AppleSilicon__/LineChartTests/testIsCubic-iOS_390-0_844-0.1.png similarity index 100% rename from "Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/LineChartTests/testIsCubic-iOS_390-0_844-0.1.png" rename to Tests/ChartsTests/__Snapshots__AppleSilicon__/LineChartTests/testIsCubic-iOS_390-0_844-0.1.png diff --git "a/Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/LineChartTests/testIsCubic-tvOS_1920-0_1080-0.1.png" b/Tests/ChartsTests/__Snapshots__AppleSilicon__/LineChartTests/testIsCubic-tvOS_1920-0_1080-0.1.png similarity index 100% rename from "Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/LineChartTests/testIsCubic-tvOS_1920-0_1080-0.1.png" rename to Tests/ChartsTests/__Snapshots__AppleSilicon__/LineChartTests/testIsCubic-tvOS_1920-0_1080-0.1.png diff --git "a/Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/PieChartTests/testDefaultValues-iOS_390-0_844-0.1.png" b/Tests/ChartsTests/__Snapshots__AppleSilicon__/PieChartTests/testDefaultValues-iOS_390-0_844-0.1.png similarity index 100% rename from "Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/PieChartTests/testDefaultValues-iOS_390-0_844-0.1.png" rename to Tests/ChartsTests/__Snapshots__AppleSilicon__/PieChartTests/testDefaultValues-iOS_390-0_844-0.1.png diff --git "a/Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/PieChartTests/testDefaultValues-tvOS_1920-0_1080-0.1.png" b/Tests/ChartsTests/__Snapshots__AppleSilicon__/PieChartTests/testDefaultValues-tvOS_1920-0_1080-0.1.png similarity index 100% rename from "Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/PieChartTests/testDefaultValues-tvOS_1920-0_1080-0.1.png" rename to Tests/ChartsTests/__Snapshots__AppleSilicon__/PieChartTests/testDefaultValues-tvOS_1920-0_1080-0.1.png diff --git "a/Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/PieChartTests/testDrawIcons-iOS_390-0_844-0.1.png" b/Tests/ChartsTests/__Snapshots__AppleSilicon__/PieChartTests/testDrawIcons-iOS_390-0_844-0.1.png similarity index 100% rename from "Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/PieChartTests/testDrawIcons-iOS_390-0_844-0.1.png" rename to Tests/ChartsTests/__Snapshots__AppleSilicon__/PieChartTests/testDrawIcons-iOS_390-0_844-0.1.png diff --git "a/Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/PieChartTests/testDrawIcons-tvOS_1920-0_1080-0.1.png" b/Tests/ChartsTests/__Snapshots__AppleSilicon__/PieChartTests/testDrawIcons-tvOS_1920-0_1080-0.1.png similarity index 100% rename from "Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/PieChartTests/testDrawIcons-tvOS_1920-0_1080-0.1.png" rename to Tests/ChartsTests/__Snapshots__AppleSilicon__/PieChartTests/testDrawIcons-tvOS_1920-0_1080-0.1.png diff --git "a/Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/PieChartTests/testHideCenterLabel-iOS_390-0_844-0.1.png" b/Tests/ChartsTests/__Snapshots__AppleSilicon__/PieChartTests/testHideCenterLabel-iOS_390-0_844-0.1.png similarity index 100% rename from "Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/PieChartTests/testHideCenterLabel-iOS_390-0_844-0.1.png" rename to Tests/ChartsTests/__Snapshots__AppleSilicon__/PieChartTests/testHideCenterLabel-iOS_390-0_844-0.1.png diff --git "a/Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/PieChartTests/testHideCenterLabel-tvOS_1920-0_1080-0.1.png" b/Tests/ChartsTests/__Snapshots__AppleSilicon__/PieChartTests/testHideCenterLabel-tvOS_1920-0_1080-0.1.png similarity index 100% rename from "Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/PieChartTests/testHideCenterLabel-tvOS_1920-0_1080-0.1.png" rename to Tests/ChartsTests/__Snapshots__AppleSilicon__/PieChartTests/testHideCenterLabel-tvOS_1920-0_1080-0.1.png diff --git "a/Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/PieChartTests/testHidesValues-iOS_390-0_844-0.1.png" b/Tests/ChartsTests/__Snapshots__AppleSilicon__/PieChartTests/testHidesValues-iOS_390-0_844-0.1.png similarity index 100% rename from "Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/PieChartTests/testHidesValues-iOS_390-0_844-0.1.png" rename to Tests/ChartsTests/__Snapshots__AppleSilicon__/PieChartTests/testHidesValues-iOS_390-0_844-0.1.png diff --git "a/Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/PieChartTests/testHidesValues-tvOS_1920-0_1080-0.1.png" b/Tests/ChartsTests/__Snapshots__AppleSilicon__/PieChartTests/testHidesValues-tvOS_1920-0_1080-0.1.png similarity index 100% rename from "Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/PieChartTests/testHidesValues-tvOS_1920-0_1080-0.1.png" rename to Tests/ChartsTests/__Snapshots__AppleSilicon__/PieChartTests/testHidesValues-tvOS_1920-0_1080-0.1.png diff --git "a/Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/PieChartTests/testHighlightDisabled-iOS_390-0_844-0.1.png" b/Tests/ChartsTests/__Snapshots__AppleSilicon__/PieChartTests/testHighlightDisabled-iOS_390-0_844-0.1.png similarity index 100% rename from "Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/PieChartTests/testHighlightDisabled-iOS_390-0_844-0.1.png" rename to Tests/ChartsTests/__Snapshots__AppleSilicon__/PieChartTests/testHighlightDisabled-iOS_390-0_844-0.1.png diff --git "a/Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/PieChartTests/testHighlightDisabled-tvOS_1920-0_1080-0.1.png" b/Tests/ChartsTests/__Snapshots__AppleSilicon__/PieChartTests/testHighlightDisabled-tvOS_1920-0_1080-0.1.png similarity index 100% rename from "Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/PieChartTests/testHighlightDisabled-tvOS_1920-0_1080-0.1.png" rename to Tests/ChartsTests/__Snapshots__AppleSilicon__/PieChartTests/testHighlightDisabled-tvOS_1920-0_1080-0.1.png diff --git "a/Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/PieChartTests/testHighlightEnabled-iOS_390-0_844-0.1.png" b/Tests/ChartsTests/__Snapshots__AppleSilicon__/PieChartTests/testHighlightEnabled-iOS_390-0_844-0.1.png similarity index 100% rename from "Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/PieChartTests/testHighlightEnabled-iOS_390-0_844-0.1.png" rename to Tests/ChartsTests/__Snapshots__AppleSilicon__/PieChartTests/testHighlightEnabled-iOS_390-0_844-0.1.png diff --git "a/Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/PieChartTests/testHighlightEnabled-tvOS_1920-0_1080-0.1.png" b/Tests/ChartsTests/__Snapshots__AppleSilicon__/PieChartTests/testHighlightEnabled-tvOS_1920-0_1080-0.1.png similarity index 100% rename from "Tests/ChartsTests/__Snapshots__\357\243\277Silicon__/PieChartTests/testHighlightEnabled-tvOS_1920-0_1080-0.1.png" rename to Tests/ChartsTests/__Snapshots__AppleSilicon__/PieChartTests/testHighlightEnabled-tvOS_1920-0_1080-0.1.png diff --git a/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testDefaultBarDataSetLabels-iOS_390-0_844-0.1.png b/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testDefaultBarDataSetLabels-iOS_393-0_852-0.1.png similarity index 100% rename from Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testDefaultBarDataSetLabels-iOS_390-0_844-0.1.png rename to Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testDefaultBarDataSetLabels-iOS_393-0_852-0.1.png diff --git a/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testDefaultValues-iOS_390-0_844-0.1.png b/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testDefaultValues-iOS_393-0_852-0.1.png similarity index 84% rename from Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testDefaultValues-iOS_390-0_844-0.1.png rename to Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testDefaultValues-iOS_393-0_852-0.1.png index 0892d2dec8..3412fd695c 100644 Binary files a/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testDefaultValues-iOS_390-0_844-0.1.png and b/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testDefaultValues-iOS_393-0_852-0.1.png differ diff --git a/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testDefaultValues-tvOS_1920-0_1080-0.1.png b/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testDefaultValues-tvOS_1920-0_1080-0.1.png index 09049799b2..3455e2bab6 100644 Binary files a/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testDefaultValues-tvOS_1920-0_1080-0.1.png and b/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testDefaultValues-tvOS_1920-0_1080-0.1.png differ diff --git a/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testDrawIcons-iOS_390-0_844-0.1.png b/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testDrawIcons-iOS_390-0_844-0.1.png deleted file mode 100644 index 3883e47cca..0000000000 Binary files a/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testDrawIcons-iOS_390-0_844-0.1.png and /dev/null differ diff --git a/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testDrawIcons-iOS_393-0_852-0.1.png b/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testDrawIcons-iOS_393-0_852-0.1.png new file mode 100644 index 0000000000..09d527cbe3 Binary files /dev/null and b/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testDrawIcons-iOS_393-0_852-0.1.png differ diff --git a/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testDrawIcons-tvOS_1920-0_1080-0.1.png b/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testDrawIcons-tvOS_1920-0_1080-0.1.png index c4f9641fba..4c7c51b2ea 100644 Binary files a/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testDrawIcons-tvOS_1920-0_1080-0.1.png and b/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testDrawIcons-tvOS_1920-0_1080-0.1.png differ diff --git a/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testHideHorizontalGridlines-iOS_390-0_844-0.1.png b/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testHideHorizontalGridlines-iOS_393-0_852-0.1.png similarity index 85% rename from Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testHideHorizontalGridlines-iOS_390-0_844-0.1.png rename to Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testHideHorizontalGridlines-iOS_393-0_852-0.1.png index c4fcdfda66..a001308e0c 100644 Binary files a/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testHideHorizontalGridlines-iOS_390-0_844-0.1.png and b/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testHideHorizontalGridlines-iOS_393-0_852-0.1.png differ diff --git a/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testHideHorizontalGridlines-tvOS_1920-0_1080-0.1.png b/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testHideHorizontalGridlines-tvOS_1920-0_1080-0.1.png index 7cd2816ca1..6a9df672da 100644 Binary files a/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testHideHorizontalGridlines-tvOS_1920-0_1080-0.1.png and b/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testHideHorizontalGridlines-tvOS_1920-0_1080-0.1.png differ diff --git a/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testHideLeftAxis-iOS_390-0_844-0.1.png b/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testHideLeftAxis-iOS_393-0_852-0.1.png similarity index 85% rename from Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testHideLeftAxis-iOS_390-0_844-0.1.png rename to Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testHideLeftAxis-iOS_393-0_852-0.1.png index 21a429fe00..aabe11d945 100644 Binary files a/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testHideLeftAxis-iOS_390-0_844-0.1.png and b/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testHideLeftAxis-iOS_393-0_852-0.1.png differ diff --git a/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testHideLeftAxis-tvOS_1920-0_1080-0.1.png b/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testHideLeftAxis-tvOS_1920-0_1080-0.1.png index eef3f98ff8..7ad6b9047e 100644 Binary files a/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testHideLeftAxis-tvOS_1920-0_1080-0.1.png and b/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testHideLeftAxis-tvOS_1920-0_1080-0.1.png differ diff --git a/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testHideRightAxis-iOS_390-0_844-0.1.png b/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testHideRightAxis-iOS_393-0_852-0.1.png similarity index 86% rename from Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testHideRightAxis-iOS_390-0_844-0.1.png rename to Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testHideRightAxis-iOS_393-0_852-0.1.png index db8347db76..965bf56e9d 100644 Binary files a/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testHideRightAxis-iOS_390-0_844-0.1.png and b/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testHideRightAxis-iOS_393-0_852-0.1.png differ diff --git a/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testHideRightAxis-tvOS_1920-0_1080-0.1.png b/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testHideRightAxis-tvOS_1920-0_1080-0.1.png index e19a58f5df..bbfb0edbc1 100644 Binary files a/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testHideRightAxis-tvOS_1920-0_1080-0.1.png and b/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testHideRightAxis-tvOS_1920-0_1080-0.1.png differ diff --git a/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testHideVerticalGridlines-iOS_390-0_844-0.1.png b/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testHideVerticalGridlines-iOS_393-0_852-0.1.png similarity index 87% rename from Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testHideVerticalGridlines-iOS_390-0_844-0.1.png rename to Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testHideVerticalGridlines-iOS_393-0_852-0.1.png index c212898f05..2394aba9d6 100644 Binary files a/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testHideVerticalGridlines-iOS_390-0_844-0.1.png and b/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testHideVerticalGridlines-iOS_393-0_852-0.1.png differ diff --git a/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testHideVerticalGridlines-tvOS_1920-0_1080-0.1.png b/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testHideVerticalGridlines-tvOS_1920-0_1080-0.1.png index 2f74c65e13..3e9e798f8a 100644 Binary files a/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testHideVerticalGridlines-tvOS_1920-0_1080-0.1.png and b/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testHideVerticalGridlines-tvOS_1920-0_1080-0.1.png differ diff --git a/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testHidesValues-iOS_390-0_844-0.1.png b/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testHidesValues-iOS_393-0_852-0.1.png similarity index 86% rename from Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testHidesValues-iOS_390-0_844-0.1.png rename to Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testHidesValues-iOS_393-0_852-0.1.png index 1668755ece..dfe20ee442 100644 Binary files a/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testHidesValues-iOS_390-0_844-0.1.png and b/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testHidesValues-iOS_393-0_852-0.1.png differ diff --git a/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testHidesValues-tvOS_1920-0_1080-0.1.png b/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testHidesValues-tvOS_1920-0_1080-0.1.png index 925ebdd17c..42a120b175 100644 Binary files a/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testHidesValues-tvOS_1920-0_1080-0.1.png and b/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testHidesValues-tvOS_1920-0_1080-0.1.png differ diff --git a/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testInvertedLeftAxis-iOS_390-0_844-0.1.png b/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testInvertedLeftAxis-iOS_393-0_852-0.1.png similarity index 84% rename from Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testInvertedLeftAxis-iOS_390-0_844-0.1.png rename to Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testInvertedLeftAxis-iOS_393-0_852-0.1.png index 17e80d5f1d..575377103d 100644 Binary files a/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testInvertedLeftAxis-iOS_390-0_844-0.1.png and b/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testInvertedLeftAxis-iOS_393-0_852-0.1.png differ diff --git a/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testInvertedLeftAxis-tvOS_1920-0_1080-0.1.png b/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testInvertedLeftAxis-tvOS_1920-0_1080-0.1.png index 8852d3d07d..bfbe71d9cf 100644 Binary files a/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testInvertedLeftAxis-tvOS_1920-0_1080-0.1.png and b/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testInvertedLeftAxis-tvOS_1920-0_1080-0.1.png differ diff --git a/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testInvertedLeftAxisWithNegativeValues-iOS_390-0_844-0.1.png b/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testInvertedLeftAxisWithNegativeValues-iOS_393-0_852-0.1.png similarity index 71% rename from Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testInvertedLeftAxisWithNegativeValues-iOS_390-0_844-0.1.png rename to Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testInvertedLeftAxisWithNegativeValues-iOS_393-0_852-0.1.png index b9747b50db..5b5bef43b1 100644 Binary files a/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testInvertedLeftAxisWithNegativeValues-iOS_390-0_844-0.1.png and b/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testInvertedLeftAxisWithNegativeValues-iOS_393-0_852-0.1.png differ diff --git a/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testInvertedLeftAxisWithNegativeValues-tvOS_1920-0_1080-0.1.png b/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testInvertedLeftAxisWithNegativeValues-tvOS_1920-0_1080-0.1.png index 9af55f080d..5eda8f9665 100644 Binary files a/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testInvertedLeftAxisWithNegativeValues-tvOS_1920-0_1080-0.1.png and b/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testInvertedLeftAxisWithNegativeValues-tvOS_1920-0_1080-0.1.png differ diff --git a/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testInvertedLeftAxisWithPositiveValues-iOS_390-0_844-0.1.png b/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testInvertedLeftAxisWithPositiveValues-iOS_393-0_852-0.1.png similarity index 86% rename from Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testInvertedLeftAxisWithPositiveValues-iOS_390-0_844-0.1.png rename to Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testInvertedLeftAxisWithPositiveValues-iOS_393-0_852-0.1.png index 54080ecc1e..93ebc61976 100644 Binary files a/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testInvertedLeftAxisWithPositiveValues-iOS_390-0_844-0.1.png and b/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testInvertedLeftAxisWithPositiveValues-iOS_393-0_852-0.1.png differ diff --git a/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testInvertedLeftAxisWithPositiveValues-tvOS_1920-0_1080-0.1.png b/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testInvertedLeftAxisWithPositiveValues-tvOS_1920-0_1080-0.1.png index abd85b9a9f..ce9bfd6ecf 100644 Binary files a/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testInvertedLeftAxisWithPositiveValues-tvOS_1920-0_1080-0.1.png and b/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testInvertedLeftAxisWithPositiveValues-tvOS_1920-0_1080-0.1.png differ diff --git a/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testInvertedRightAxis-iOS_390-0_844-0.1.png b/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testInvertedRightAxis-iOS_393-0_852-0.1.png similarity index 84% rename from Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testInvertedRightAxis-iOS_390-0_844-0.1.png rename to Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testInvertedRightAxis-iOS_393-0_852-0.1.png index fd4c6dbe4a..98987b50b1 100644 Binary files a/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testInvertedRightAxis-iOS_390-0_844-0.1.png and b/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testInvertedRightAxis-iOS_393-0_852-0.1.png differ diff --git a/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testInvertedRightAxis-tvOS_1920-0_1080-0.1.png b/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testInvertedRightAxis-tvOS_1920-0_1080-0.1.png index f2bbef8898..c8ba64da8d 100644 Binary files a/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testInvertedRightAxis-tvOS_1920-0_1080-0.1.png and b/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testInvertedRightAxis-tvOS_1920-0_1080-0.1.png differ diff --git a/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testInvertedRightAxisWithNegativeValues-iOS_390-0_844-0.1.png b/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testInvertedRightAxisWithNegativeValues-iOS_393-0_852-0.1.png similarity index 71% rename from Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testInvertedRightAxisWithNegativeValues-iOS_390-0_844-0.1.png rename to Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testInvertedRightAxisWithNegativeValues-iOS_393-0_852-0.1.png index 6dff576bb3..4604f75298 100644 Binary files a/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testInvertedRightAxisWithNegativeValues-iOS_390-0_844-0.1.png and b/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testInvertedRightAxisWithNegativeValues-iOS_393-0_852-0.1.png differ diff --git a/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testInvertedRightAxisWithNegativeValues-tvOS_1920-0_1080-0.1.png b/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testInvertedRightAxisWithNegativeValues-tvOS_1920-0_1080-0.1.png index 0c1ad46ada..d8d407be76 100644 Binary files a/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testInvertedRightAxisWithNegativeValues-tvOS_1920-0_1080-0.1.png and b/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testInvertedRightAxisWithNegativeValues-tvOS_1920-0_1080-0.1.png differ diff --git a/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testInvertedRightAxisWithPositiveValues-iOS_390-0_844-0.1.png b/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testInvertedRightAxisWithPositiveValues-iOS_393-0_852-0.1.png similarity index 88% rename from Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testInvertedRightAxisWithPositiveValues-iOS_390-0_844-0.1.png rename to Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testInvertedRightAxisWithPositiveValues-iOS_393-0_852-0.1.png index 934c3fe73d..8ae2da0fff 100644 Binary files a/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testInvertedRightAxisWithPositiveValues-iOS_390-0_844-0.1.png and b/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testInvertedRightAxisWithPositiveValues-iOS_393-0_852-0.1.png differ diff --git a/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testInvertedRightAxisWithPositiveValues-tvOS_1920-0_1080-0.1.png b/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testInvertedRightAxisWithPositiveValues-tvOS_1920-0_1080-0.1.png index 2220543b51..96d3ac9fa1 100644 Binary files a/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testInvertedRightAxisWithPositiveValues-tvOS_1920-0_1080-0.1.png and b/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testInvertedRightAxisWithPositiveValues-tvOS_1920-0_1080-0.1.png differ diff --git a/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testNegativeValues-iOS_390-0_844-0.1.png b/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testNegativeValues-iOS_393-0_852-0.1.png similarity index 81% rename from Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testNegativeValues-iOS_390-0_844-0.1.png rename to Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testNegativeValues-iOS_393-0_852-0.1.png index 837500f587..40118dd5c3 100644 Binary files a/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testNegativeValues-iOS_390-0_844-0.1.png and b/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testNegativeValues-iOS_393-0_852-0.1.png differ diff --git a/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testNegativeValues-tvOS_1920-0_1080-0.1.png b/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testNegativeValues-tvOS_1920-0_1080-0.1.png index 6f9a2cb6f5..705fc977b5 100644 Binary files a/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testNegativeValues-tvOS_1920-0_1080-0.1.png and b/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testNegativeValues-tvOS_1920-0_1080-0.1.png differ diff --git a/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testNegativeValuesWithCustomAxisMaximum-iOS_390-0_844-0.1.png b/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testNegativeValuesWithCustomAxisMaximum-iOS_393-0_852-0.1.png similarity index 78% rename from Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testNegativeValuesWithCustomAxisMaximum-iOS_390-0_844-0.1.png rename to Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testNegativeValuesWithCustomAxisMaximum-iOS_393-0_852-0.1.png index 2711bf4b48..0468cb6b76 100644 Binary files a/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testNegativeValuesWithCustomAxisMaximum-iOS_390-0_844-0.1.png and b/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testNegativeValuesWithCustomAxisMaximum-iOS_393-0_852-0.1.png differ diff --git a/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testNegativeValuesWithCustomAxisMaximum-tvOS_1920-0_1080-0.1.png b/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testNegativeValuesWithCustomAxisMaximum-tvOS_1920-0_1080-0.1.png index 033f959609..a40fddf032 100644 Binary files a/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testNegativeValuesWithCustomAxisMaximum-tvOS_1920-0_1080-0.1.png and b/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testNegativeValuesWithCustomAxisMaximum-tvOS_1920-0_1080-0.1.png differ diff --git a/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testNegativeValuesWithCustomAxisMaximum2-iOS_390-0_844-0.1.png b/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testNegativeValuesWithCustomAxisMaximum2-iOS_393-0_852-0.1.png similarity index 87% rename from Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testNegativeValuesWithCustomAxisMaximum2-iOS_390-0_844-0.1.png rename to Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testNegativeValuesWithCustomAxisMaximum2-iOS_393-0_852-0.1.png index a8ab93f71f..cd94e4ac0d 100644 Binary files a/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testNegativeValuesWithCustomAxisMaximum2-iOS_390-0_844-0.1.png and b/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testNegativeValuesWithCustomAxisMaximum2-iOS_393-0_852-0.1.png differ diff --git a/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testNegativeValuesWithCustomAxisMaximum2-tvOS_1920-0_1080-0.1.png b/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testNegativeValuesWithCustomAxisMaximum2-tvOS_1920-0_1080-0.1.png index 6017ba2034..7d03295fa1 100644 Binary files a/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testNegativeValuesWithCustomAxisMaximum2-tvOS_1920-0_1080-0.1.png and b/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testNegativeValuesWithCustomAxisMaximum2-tvOS_1920-0_1080-0.1.png differ diff --git a/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testNegativeValuesWithCustomAxisMaximumAndCustomAxisMaximum-iOS_390-0_844-0.1.png b/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testNegativeValuesWithCustomAxisMaximumAndCustomAxisMaximum-iOS_393-0_852-0.1.png similarity index 92% rename from Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testNegativeValuesWithCustomAxisMaximumAndCustomAxisMaximum-iOS_390-0_844-0.1.png rename to Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testNegativeValuesWithCustomAxisMaximumAndCustomAxisMaximum-iOS_393-0_852-0.1.png index a3cbab697e..752d5b08b1 100644 Binary files a/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testNegativeValuesWithCustomAxisMaximumAndCustomAxisMaximum-iOS_390-0_844-0.1.png and b/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testNegativeValuesWithCustomAxisMaximumAndCustomAxisMaximum-iOS_393-0_852-0.1.png differ diff --git a/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testNegativeValuesWithCustomAxisMaximumAndCustomAxisMaximum-tvOS_1920-0_1080-0.1.png b/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testNegativeValuesWithCustomAxisMaximumAndCustomAxisMaximum-tvOS_1920-0_1080-0.1.png index 3dfd3d5889..8591c015c2 100644 Binary files a/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testNegativeValuesWithCustomAxisMaximumAndCustomAxisMaximum-tvOS_1920-0_1080-0.1.png and b/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testNegativeValuesWithCustomAxisMaximumAndCustomAxisMaximum-tvOS_1920-0_1080-0.1.png differ diff --git a/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testNegativeValuesWithCustomAxisMinimum-iOS_390-0_844-0.1.png b/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testNegativeValuesWithCustomAxisMinimum-iOS_393-0_852-0.1.png similarity index 92% rename from Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testNegativeValuesWithCustomAxisMinimum-iOS_390-0_844-0.1.png rename to Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testNegativeValuesWithCustomAxisMinimum-iOS_393-0_852-0.1.png index f4e494c86b..d9e608f0a2 100644 Binary files a/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testNegativeValuesWithCustomAxisMinimum-iOS_390-0_844-0.1.png and b/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testNegativeValuesWithCustomAxisMinimum-iOS_393-0_852-0.1.png differ diff --git a/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testNegativeValuesWithCustomAxisMinimum-tvOS_1920-0_1080-0.1.png b/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testNegativeValuesWithCustomAxisMinimum-tvOS_1920-0_1080-0.1.png index a8e384f101..75c755fb79 100644 Binary files a/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testNegativeValuesWithCustomAxisMinimum-tvOS_1920-0_1080-0.1.png and b/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testNegativeValuesWithCustomAxisMinimum-tvOS_1920-0_1080-0.1.png differ diff --git a/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testNegativeValuesWithCustomAxisMinimum2-iOS_390-0_844-0.1.png b/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testNegativeValuesWithCustomAxisMinimum2-iOS_393-0_852-0.1.png similarity index 90% rename from Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testNegativeValuesWithCustomAxisMinimum2-iOS_390-0_844-0.1.png rename to Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testNegativeValuesWithCustomAxisMinimum2-iOS_393-0_852-0.1.png index 6be13199f0..916535526d 100644 Binary files a/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testNegativeValuesWithCustomAxisMinimum2-iOS_390-0_844-0.1.png and b/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testNegativeValuesWithCustomAxisMinimum2-iOS_393-0_852-0.1.png differ diff --git a/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testNegativeValuesWithCustomAxisMinimum2-tvOS_1920-0_1080-0.1.png b/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testNegativeValuesWithCustomAxisMinimum2-tvOS_1920-0_1080-0.1.png index 5df868b0c6..8b2a15206d 100644 Binary files a/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testNegativeValuesWithCustomAxisMinimum2-tvOS_1920-0_1080-0.1.png and b/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testNegativeValuesWithCustomAxisMinimum2-tvOS_1920-0_1080-0.1.png differ diff --git a/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testNotDrawValueAboveBars-iOS_390-0_844-0.1.png b/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testNotDrawValueAboveBars-iOS_393-0_852-0.1.png similarity index 86% rename from Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testNotDrawValueAboveBars-iOS_390-0_844-0.1.png rename to Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testNotDrawValueAboveBars-iOS_393-0_852-0.1.png index c867b55900..e1b895ed0f 100644 Binary files a/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testNotDrawValueAboveBars-iOS_390-0_844-0.1.png and b/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testNotDrawValueAboveBars-iOS_393-0_852-0.1.png differ diff --git a/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testNotDrawValueAboveBars-tvOS_1920-0_1080-0.1.png b/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testNotDrawValueAboveBars-tvOS_1920-0_1080-0.1.png index 5e48c901ed..722b055688 100644 Binary files a/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testNotDrawValueAboveBars-tvOS_1920-0_1080-0.1.png and b/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testNotDrawValueAboveBars-tvOS_1920-0_1080-0.1.png differ diff --git a/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testPositiveValues-iOS_390-0_844-0.1.png b/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testPositiveValues-iOS_393-0_852-0.1.png similarity index 75% rename from Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testPositiveValues-iOS_390-0_844-0.1.png rename to Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testPositiveValues-iOS_393-0_852-0.1.png index 6866816781..df1c59eee3 100644 Binary files a/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testPositiveValues-iOS_390-0_844-0.1.png and b/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testPositiveValues-iOS_393-0_852-0.1.png differ diff --git a/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testPositiveValues-tvOS_1920-0_1080-0.1.png b/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testPositiveValues-tvOS_1920-0_1080-0.1.png index 9de6c48070..c82ab6fb67 100644 Binary files a/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testPositiveValues-tvOS_1920-0_1080-0.1.png and b/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testPositiveValues-tvOS_1920-0_1080-0.1.png differ diff --git a/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testPositiveValuesWithCustomAxisMaximum-iOS_390-0_844-0.1.png b/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testPositiveValuesWithCustomAxisMaximum-iOS_393-0_852-0.1.png similarity index 76% rename from Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testPositiveValuesWithCustomAxisMaximum-iOS_390-0_844-0.1.png rename to Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testPositiveValuesWithCustomAxisMaximum-iOS_393-0_852-0.1.png index 49977084eb..d530ccd0c4 100644 Binary files a/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testPositiveValuesWithCustomAxisMaximum-iOS_390-0_844-0.1.png and b/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testPositiveValuesWithCustomAxisMaximum-iOS_393-0_852-0.1.png differ diff --git a/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testPositiveValuesWithCustomAxisMaximum-tvOS_1920-0_1080-0.1.png b/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testPositiveValuesWithCustomAxisMaximum-tvOS_1920-0_1080-0.1.png index b7a865d70d..23de7e9989 100644 Binary files a/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testPositiveValuesWithCustomAxisMaximum-tvOS_1920-0_1080-0.1.png and b/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testPositiveValuesWithCustomAxisMaximum-tvOS_1920-0_1080-0.1.png differ diff --git a/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testPositiveValuesWithCustomAxisMaximum2-iOS_390-0_844-0.1.png b/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testPositiveValuesWithCustomAxisMaximum2-iOS_393-0_852-0.1.png similarity index 91% rename from Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testPositiveValuesWithCustomAxisMaximum2-iOS_390-0_844-0.1.png rename to Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testPositiveValuesWithCustomAxisMaximum2-iOS_393-0_852-0.1.png index db91ee6dbc..1ccf81e3d3 100644 Binary files a/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testPositiveValuesWithCustomAxisMaximum2-iOS_390-0_844-0.1.png and b/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testPositiveValuesWithCustomAxisMaximum2-iOS_393-0_852-0.1.png differ diff --git a/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testPositiveValuesWithCustomAxisMaximum2-tvOS_1920-0_1080-0.1.png b/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testPositiveValuesWithCustomAxisMaximum2-tvOS_1920-0_1080-0.1.png index eeae48f4c5..4767422d80 100644 Binary files a/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testPositiveValuesWithCustomAxisMaximum2-tvOS_1920-0_1080-0.1.png and b/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testPositiveValuesWithCustomAxisMaximum2-tvOS_1920-0_1080-0.1.png differ diff --git a/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testPositiveValuesWithCustomAxisMaximumAndCustomAxisMaximum-iOS_390-0_844-0.1.png b/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testPositiveValuesWithCustomAxisMaximumAndCustomAxisMaximum-iOS_393-0_852-0.1.png similarity index 71% rename from Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testPositiveValuesWithCustomAxisMaximumAndCustomAxisMaximum-iOS_390-0_844-0.1.png rename to Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testPositiveValuesWithCustomAxisMaximumAndCustomAxisMaximum-iOS_393-0_852-0.1.png index 93b7c8f5c1..843d540f7a 100644 Binary files a/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testPositiveValuesWithCustomAxisMaximumAndCustomAxisMaximum-iOS_390-0_844-0.1.png and b/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testPositiveValuesWithCustomAxisMaximumAndCustomAxisMaximum-iOS_393-0_852-0.1.png differ diff --git a/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testPositiveValuesWithCustomAxisMaximumAndCustomAxisMaximum-tvOS_1920-0_1080-0.1.png b/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testPositiveValuesWithCustomAxisMaximumAndCustomAxisMaximum-tvOS_1920-0_1080-0.1.png index ca4ac87748..282dd594c2 100644 Binary files a/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testPositiveValuesWithCustomAxisMaximumAndCustomAxisMaximum-tvOS_1920-0_1080-0.1.png and b/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testPositiveValuesWithCustomAxisMaximumAndCustomAxisMaximum-tvOS_1920-0_1080-0.1.png differ diff --git a/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testPositiveValuesWithCustomAxisMinimum-iOS_390-0_844-0.1.png b/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testPositiveValuesWithCustomAxisMinimum-iOS_393-0_852-0.1.png similarity index 72% rename from Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testPositiveValuesWithCustomAxisMinimum-iOS_390-0_844-0.1.png rename to Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testPositiveValuesWithCustomAxisMinimum-iOS_393-0_852-0.1.png index 55c60434d7..30aab63879 100644 Binary files a/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testPositiveValuesWithCustomAxisMinimum-iOS_390-0_844-0.1.png and b/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testPositiveValuesWithCustomAxisMinimum-iOS_393-0_852-0.1.png differ diff --git a/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testPositiveValuesWithCustomAxisMinimum-tvOS_1920-0_1080-0.1.png b/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testPositiveValuesWithCustomAxisMinimum-tvOS_1920-0_1080-0.1.png index 54c6fd0f6f..07b5e176fe 100644 Binary files a/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testPositiveValuesWithCustomAxisMinimum-tvOS_1920-0_1080-0.1.png and b/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testPositiveValuesWithCustomAxisMinimum-tvOS_1920-0_1080-0.1.png differ diff --git a/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testPositiveValuesWithCustomAxisMinimum2-iOS_390-0_844-0.1.png b/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testPositiveValuesWithCustomAxisMinimum2-iOS_393-0_852-0.1.png similarity index 83% rename from Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testPositiveValuesWithCustomAxisMinimum2-iOS_390-0_844-0.1.png rename to Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testPositiveValuesWithCustomAxisMinimum2-iOS_393-0_852-0.1.png index 1bbfc6b7bb..0323acc422 100644 Binary files a/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testPositiveValuesWithCustomAxisMinimum2-iOS_390-0_844-0.1.png and b/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testPositiveValuesWithCustomAxisMinimum2-iOS_393-0_852-0.1.png differ diff --git a/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testPositiveValuesWithCustomAxisMinimum2-tvOS_1920-0_1080-0.1.png b/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testPositiveValuesWithCustomAxisMinimum2-tvOS_1920-0_1080-0.1.png index 271de6a323..58eecf44e2 100644 Binary files a/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testPositiveValuesWithCustomAxisMinimum2-tvOS_1920-0_1080-0.1.png and b/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testPositiveValuesWithCustomAxisMinimum2-tvOS_1920-0_1080-0.1.png differ diff --git a/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testStackedDrawValues-iOS_390-0_844-0.1.png b/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testStackedDrawValues-iOS_393-0_852-0.1.png similarity index 78% rename from Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testStackedDrawValues-iOS_390-0_844-0.1.png rename to Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testStackedDrawValues-iOS_393-0_852-0.1.png index 9e6dac5da7..e2a6a4c635 100644 Binary files a/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testStackedDrawValues-iOS_390-0_844-0.1.png and b/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testStackedDrawValues-iOS_393-0_852-0.1.png differ diff --git a/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testStackedDrawValues-tvOS_1920-0_1080-0.1.png b/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testStackedDrawValues-tvOS_1920-0_1080-0.1.png index 70cf6c0121..b643c885d1 100644 Binary files a/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testStackedDrawValues-tvOS_1920-0_1080-0.1.png and b/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testStackedDrawValues-tvOS_1920-0_1080-0.1.png differ diff --git a/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testStackedNotDrawValues-iOS_390-0_844-0.1.png b/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testStackedNotDrawValues-iOS_393-0_852-0.1.png similarity index 84% rename from Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testStackedNotDrawValues-iOS_390-0_844-0.1.png rename to Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testStackedNotDrawValues-iOS_393-0_852-0.1.png index af4666a8f4..6f843716f9 100644 Binary files a/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testStackedNotDrawValues-iOS_390-0_844-0.1.png and b/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testStackedNotDrawValues-iOS_393-0_852-0.1.png differ diff --git a/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testStackedNotDrawValues-tvOS_1920-0_1080-0.1.png b/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testStackedNotDrawValues-tvOS_1920-0_1080-0.1.png index 9f324a709c..0189112d13 100644 Binary files a/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testStackedNotDrawValues-tvOS_1920-0_1080-0.1.png and b/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testStackedNotDrawValues-tvOS_1920-0_1080-0.1.png differ diff --git a/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testStackedNotDrawValuesAboveBars-iOS_390-0_844-0.1.png b/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testStackedNotDrawValuesAboveBars-iOS_393-0_852-0.1.png similarity index 76% rename from Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testStackedNotDrawValuesAboveBars-iOS_390-0_844-0.1.png rename to Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testStackedNotDrawValuesAboveBars-iOS_393-0_852-0.1.png index 3b19058905..be58dc0bf2 100644 Binary files a/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testStackedNotDrawValuesAboveBars-iOS_390-0_844-0.1.png and b/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testStackedNotDrawValuesAboveBars-iOS_393-0_852-0.1.png differ diff --git a/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testStackedNotDrawValuesAboveBars-tvOS_1920-0_1080-0.1.png b/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testStackedNotDrawValuesAboveBars-tvOS_1920-0_1080-0.1.png index e5abe404da..dbe41df93d 100644 Binary files a/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testStackedNotDrawValuesAboveBars-tvOS_1920-0_1080-0.1.png and b/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testStackedNotDrawValuesAboveBars-tvOS_1920-0_1080-0.1.png differ diff --git a/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testZeroValues-iOS_390-0_844-0.1.png b/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testZeroValues-iOS_393-0_852-0.1.png similarity index 87% rename from Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testZeroValues-iOS_390-0_844-0.1.png rename to Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testZeroValues-iOS_393-0_852-0.1.png index b2ab786a97..e3e34702e3 100644 Binary files a/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testZeroValues-iOS_390-0_844-0.1.png and b/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testZeroValues-iOS_393-0_852-0.1.png differ diff --git a/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testZeroValues-tvOS_1920-0_1080-0.1.png b/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testZeroValues-tvOS_1920-0_1080-0.1.png index 6e1b511235..ddae25ee6f 100644 Binary files a/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testZeroValues-tvOS_1920-0_1080-0.1.png and b/Tests/ChartsTests/__Snapshots__x86__/BarChartTests/testZeroValues-tvOS_1920-0_1080-0.1.png differ diff --git a/Tests/ChartsTests/__Snapshots__x86__/CombinedChartTests/testAllRightAxisDependency-iOS_390-0_844-0.1.png b/Tests/ChartsTests/__Snapshots__x86__/CombinedChartTests/testAllRightAxisDependency-iOS_393-0_852-0.1.png similarity index 78% rename from Tests/ChartsTests/__Snapshots__x86__/CombinedChartTests/testAllRightAxisDependency-iOS_390-0_844-0.1.png rename to Tests/ChartsTests/__Snapshots__x86__/CombinedChartTests/testAllRightAxisDependency-iOS_393-0_852-0.1.png index fe74075f71..a4d4cc0b75 100644 Binary files a/Tests/ChartsTests/__Snapshots__x86__/CombinedChartTests/testAllRightAxisDependency-iOS_390-0_844-0.1.png and b/Tests/ChartsTests/__Snapshots__x86__/CombinedChartTests/testAllRightAxisDependency-iOS_393-0_852-0.1.png differ diff --git a/Tests/ChartsTests/__Snapshots__x86__/CombinedChartTests/testAllRightAxisDependency-tvOS_1920-0_1080-0.1.png b/Tests/ChartsTests/__Snapshots__x86__/CombinedChartTests/testAllRightAxisDependency-tvOS_1920-0_1080-0.1.png index 12d273d938..3795eadd7e 100644 Binary files a/Tests/ChartsTests/__Snapshots__x86__/CombinedChartTests/testAllRightAxisDependency-tvOS_1920-0_1080-0.1.png and b/Tests/ChartsTests/__Snapshots__x86__/CombinedChartTests/testAllRightAxisDependency-tvOS_1920-0_1080-0.1.png differ diff --git a/Tests/ChartsTests/__Snapshots__x86__/CombinedChartTests/testDefaultAxisDependency-iOS_390-0_844-0.1.png b/Tests/ChartsTests/__Snapshots__x86__/CombinedChartTests/testDefaultAxisDependency-iOS_393-0_852-0.1.png similarity index 78% rename from Tests/ChartsTests/__Snapshots__x86__/CombinedChartTests/testDefaultAxisDependency-iOS_390-0_844-0.1.png rename to Tests/ChartsTests/__Snapshots__x86__/CombinedChartTests/testDefaultAxisDependency-iOS_393-0_852-0.1.png index fe74075f71..a4d4cc0b75 100644 Binary files a/Tests/ChartsTests/__Snapshots__x86__/CombinedChartTests/testDefaultAxisDependency-iOS_390-0_844-0.1.png and b/Tests/ChartsTests/__Snapshots__x86__/CombinedChartTests/testDefaultAxisDependency-iOS_393-0_852-0.1.png differ diff --git a/Tests/ChartsTests/__Snapshots__x86__/CombinedChartTests/testDefaultAxisDependency-tvOS_1920-0_1080-0.1.png b/Tests/ChartsTests/__Snapshots__x86__/CombinedChartTests/testDefaultAxisDependency-tvOS_1920-0_1080-0.1.png index 12d273d938..3795eadd7e 100644 Binary files a/Tests/ChartsTests/__Snapshots__x86__/CombinedChartTests/testDefaultAxisDependency-tvOS_1920-0_1080-0.1.png and b/Tests/ChartsTests/__Snapshots__x86__/CombinedChartTests/testDefaultAxisDependency-tvOS_1920-0_1080-0.1.png differ diff --git a/Tests/ChartsTests/__Snapshots__x86__/CombinedChartTests/testLeftRightAxisDependency-iOS_390-0_844-0.1.png b/Tests/ChartsTests/__Snapshots__x86__/CombinedChartTests/testLeftRightAxisDependency-iOS_393-0_852-0.1.png similarity index 82% rename from Tests/ChartsTests/__Snapshots__x86__/CombinedChartTests/testLeftRightAxisDependency-iOS_390-0_844-0.1.png rename to Tests/ChartsTests/__Snapshots__x86__/CombinedChartTests/testLeftRightAxisDependency-iOS_393-0_852-0.1.png index b271521e6e..f7b522525d 100644 Binary files a/Tests/ChartsTests/__Snapshots__x86__/CombinedChartTests/testLeftRightAxisDependency-iOS_390-0_844-0.1.png and b/Tests/ChartsTests/__Snapshots__x86__/CombinedChartTests/testLeftRightAxisDependency-iOS_393-0_852-0.1.png differ diff --git a/Tests/ChartsTests/__Snapshots__x86__/CombinedChartTests/testLeftRightAxisDependency-tvOS_1920-0_1080-0.1.png b/Tests/ChartsTests/__Snapshots__x86__/CombinedChartTests/testLeftRightAxisDependency-tvOS_1920-0_1080-0.1.png index 4d5fc540a5..4484537d03 100644 Binary files a/Tests/ChartsTests/__Snapshots__x86__/CombinedChartTests/testLeftRightAxisDependency-tvOS_1920-0_1080-0.1.png and b/Tests/ChartsTests/__Snapshots__x86__/CombinedChartTests/testLeftRightAxisDependency-tvOS_1920-0_1080-0.1.png differ diff --git a/Tests/ChartsTests/__Snapshots__x86__/HorizontalBarChartTests/testDefaultValues-iOS_390-0_844-0.1.png b/Tests/ChartsTests/__Snapshots__x86__/HorizontalBarChartTests/testDefaultValues-iOS_393-0_852-0.1.png similarity index 86% rename from Tests/ChartsTests/__Snapshots__x86__/HorizontalBarChartTests/testDefaultValues-iOS_390-0_844-0.1.png rename to Tests/ChartsTests/__Snapshots__x86__/HorizontalBarChartTests/testDefaultValues-iOS_393-0_852-0.1.png index 78d7674f18..46626b0c1d 100644 Binary files a/Tests/ChartsTests/__Snapshots__x86__/HorizontalBarChartTests/testDefaultValues-iOS_390-0_844-0.1.png and b/Tests/ChartsTests/__Snapshots__x86__/HorizontalBarChartTests/testDefaultValues-iOS_393-0_852-0.1.png differ diff --git a/Tests/ChartsTests/__Snapshots__x86__/HorizontalBarChartTests/testDefaultValues-tvOS_1920-0_1080-0.1.png b/Tests/ChartsTests/__Snapshots__x86__/HorizontalBarChartTests/testDefaultValues-tvOS_1920-0_1080-0.1.png index bd7d26f4e9..e12611e008 100644 Binary files a/Tests/ChartsTests/__Snapshots__x86__/HorizontalBarChartTests/testDefaultValues-tvOS_1920-0_1080-0.1.png and b/Tests/ChartsTests/__Snapshots__x86__/HorizontalBarChartTests/testDefaultValues-tvOS_1920-0_1080-0.1.png differ diff --git a/Tests/ChartsTests/__Snapshots__x86__/HorizontalBarChartTests/testHidesValues-iOS_390-0_844-0.1.png b/Tests/ChartsTests/__Snapshots__x86__/HorizontalBarChartTests/testHidesValues-iOS_393-0_852-0.1.png similarity index 92% rename from Tests/ChartsTests/__Snapshots__x86__/HorizontalBarChartTests/testHidesValues-iOS_390-0_844-0.1.png rename to Tests/ChartsTests/__Snapshots__x86__/HorizontalBarChartTests/testHidesValues-iOS_393-0_852-0.1.png index 0d30832851..04a3c7337a 100644 Binary files a/Tests/ChartsTests/__Snapshots__x86__/HorizontalBarChartTests/testHidesValues-iOS_390-0_844-0.1.png and b/Tests/ChartsTests/__Snapshots__x86__/HorizontalBarChartTests/testHidesValues-iOS_393-0_852-0.1.png differ diff --git a/Tests/ChartsTests/__Snapshots__x86__/HorizontalBarChartTests/testHidesValues-tvOS_1920-0_1080-0.1.png b/Tests/ChartsTests/__Snapshots__x86__/HorizontalBarChartTests/testHidesValues-tvOS_1920-0_1080-0.1.png index 93dcf9bae6..667372c00b 100644 Binary files a/Tests/ChartsTests/__Snapshots__x86__/HorizontalBarChartTests/testHidesValues-tvOS_1920-0_1080-0.1.png and b/Tests/ChartsTests/__Snapshots__x86__/HorizontalBarChartTests/testHidesValues-tvOS_1920-0_1080-0.1.png differ diff --git a/Tests/ChartsTests/__Snapshots__x86__/HorizontalBarChartTests/testNotDrawValueAboveBars-iOS_390-0_844-0.1.png b/Tests/ChartsTests/__Snapshots__x86__/HorizontalBarChartTests/testNotDrawValueAboveBars-iOS_393-0_852-0.1.png similarity index 82% rename from Tests/ChartsTests/__Snapshots__x86__/HorizontalBarChartTests/testNotDrawValueAboveBars-iOS_390-0_844-0.1.png rename to Tests/ChartsTests/__Snapshots__x86__/HorizontalBarChartTests/testNotDrawValueAboveBars-iOS_393-0_852-0.1.png index 31bc074b0e..6650205d6b 100644 Binary files a/Tests/ChartsTests/__Snapshots__x86__/HorizontalBarChartTests/testNotDrawValueAboveBars-iOS_390-0_844-0.1.png and b/Tests/ChartsTests/__Snapshots__x86__/HorizontalBarChartTests/testNotDrawValueAboveBars-iOS_393-0_852-0.1.png differ diff --git a/Tests/ChartsTests/__Snapshots__x86__/HorizontalBarChartTests/testNotDrawValueAboveBars-tvOS_1920-0_1080-0.1.png b/Tests/ChartsTests/__Snapshots__x86__/HorizontalBarChartTests/testNotDrawValueAboveBars-tvOS_1920-0_1080-0.1.png index 56b7ff3046..3185db97af 100644 Binary files a/Tests/ChartsTests/__Snapshots__x86__/HorizontalBarChartTests/testNotDrawValueAboveBars-tvOS_1920-0_1080-0.1.png and b/Tests/ChartsTests/__Snapshots__x86__/HorizontalBarChartTests/testNotDrawValueAboveBars-tvOS_1920-0_1080-0.1.png differ diff --git a/Tests/ChartsTests/__Snapshots__x86__/HorizontalBarChartTests/testStackedDrawValues-iOS_390-0_844-0.1.png b/Tests/ChartsTests/__Snapshots__x86__/HorizontalBarChartTests/testStackedDrawValues-iOS_393-0_852-0.1.png similarity index 83% rename from Tests/ChartsTests/__Snapshots__x86__/HorizontalBarChartTests/testStackedDrawValues-iOS_390-0_844-0.1.png rename to Tests/ChartsTests/__Snapshots__x86__/HorizontalBarChartTests/testStackedDrawValues-iOS_393-0_852-0.1.png index a720689084..8b03f9e11d 100644 Binary files a/Tests/ChartsTests/__Snapshots__x86__/HorizontalBarChartTests/testStackedDrawValues-iOS_390-0_844-0.1.png and b/Tests/ChartsTests/__Snapshots__x86__/HorizontalBarChartTests/testStackedDrawValues-iOS_393-0_852-0.1.png differ diff --git a/Tests/ChartsTests/__Snapshots__x86__/HorizontalBarChartTests/testStackedDrawValues-tvOS_1920-0_1080-0.1.png b/Tests/ChartsTests/__Snapshots__x86__/HorizontalBarChartTests/testStackedDrawValues-tvOS_1920-0_1080-0.1.png index cc59dbea73..7059c72777 100644 Binary files a/Tests/ChartsTests/__Snapshots__x86__/HorizontalBarChartTests/testStackedDrawValues-tvOS_1920-0_1080-0.1.png and b/Tests/ChartsTests/__Snapshots__x86__/HorizontalBarChartTests/testStackedDrawValues-tvOS_1920-0_1080-0.1.png differ diff --git a/Tests/ChartsTests/__Snapshots__x86__/HorizontalBarChartTests/testStackedNotDrawValues-iOS_390-0_844-0.1.png b/Tests/ChartsTests/__Snapshots__x86__/HorizontalBarChartTests/testStackedNotDrawValues-iOS_393-0_852-0.1.png similarity index 90% rename from Tests/ChartsTests/__Snapshots__x86__/HorizontalBarChartTests/testStackedNotDrawValues-iOS_390-0_844-0.1.png rename to Tests/ChartsTests/__Snapshots__x86__/HorizontalBarChartTests/testStackedNotDrawValues-iOS_393-0_852-0.1.png index 2a1e0256cc..eeccffc698 100644 Binary files a/Tests/ChartsTests/__Snapshots__x86__/HorizontalBarChartTests/testStackedNotDrawValues-iOS_390-0_844-0.1.png and b/Tests/ChartsTests/__Snapshots__x86__/HorizontalBarChartTests/testStackedNotDrawValues-iOS_393-0_852-0.1.png differ diff --git a/Tests/ChartsTests/__Snapshots__x86__/HorizontalBarChartTests/testStackedNotDrawValues-tvOS_1920-0_1080-0.1.png b/Tests/ChartsTests/__Snapshots__x86__/HorizontalBarChartTests/testStackedNotDrawValues-tvOS_1920-0_1080-0.1.png index c214925371..cc48355f73 100644 Binary files a/Tests/ChartsTests/__Snapshots__x86__/HorizontalBarChartTests/testStackedNotDrawValues-tvOS_1920-0_1080-0.1.png and b/Tests/ChartsTests/__Snapshots__x86__/HorizontalBarChartTests/testStackedNotDrawValues-tvOS_1920-0_1080-0.1.png differ diff --git a/Tests/ChartsTests/__Snapshots__x86__/HorizontalBarChartTests/testStackedNotDrawValuesAboveBars-iOS_390-0_844-0.1.png b/Tests/ChartsTests/__Snapshots__x86__/HorizontalBarChartTests/testStackedNotDrawValuesAboveBars-iOS_393-0_852-0.1.png similarity index 83% rename from Tests/ChartsTests/__Snapshots__x86__/HorizontalBarChartTests/testStackedNotDrawValuesAboveBars-iOS_390-0_844-0.1.png rename to Tests/ChartsTests/__Snapshots__x86__/HorizontalBarChartTests/testStackedNotDrawValuesAboveBars-iOS_393-0_852-0.1.png index af53b13d28..7eaf3526ad 100644 Binary files a/Tests/ChartsTests/__Snapshots__x86__/HorizontalBarChartTests/testStackedNotDrawValuesAboveBars-iOS_390-0_844-0.1.png and b/Tests/ChartsTests/__Snapshots__x86__/HorizontalBarChartTests/testStackedNotDrawValuesAboveBars-iOS_393-0_852-0.1.png differ diff --git a/Tests/ChartsTests/__Snapshots__x86__/HorizontalBarChartTests/testStackedNotDrawValuesAboveBars-tvOS_1920-0_1080-0.1.png b/Tests/ChartsTests/__Snapshots__x86__/HorizontalBarChartTests/testStackedNotDrawValuesAboveBars-tvOS_1920-0_1080-0.1.png index 3a1cffca7d..9b3ac25b4e 100644 Binary files a/Tests/ChartsTests/__Snapshots__x86__/HorizontalBarChartTests/testStackedNotDrawValuesAboveBars-tvOS_1920-0_1080-0.1.png and b/Tests/ChartsTests/__Snapshots__x86__/HorizontalBarChartTests/testStackedNotDrawValuesAboveBars-tvOS_1920-0_1080-0.1.png differ diff --git a/Tests/ChartsTests/__Snapshots__x86__/LineChartTests/testDefaultValues-iOS_390-0_844-0.1.png b/Tests/ChartsTests/__Snapshots__x86__/LineChartTests/testDefaultValues-iOS_393-0_852-0.1.png similarity index 100% rename from Tests/ChartsTests/__Snapshots__x86__/LineChartTests/testDefaultValues-iOS_390-0_844-0.1.png rename to Tests/ChartsTests/__Snapshots__x86__/LineChartTests/testDefaultValues-iOS_393-0_852-0.1.png diff --git a/Tests/ChartsTests/__Snapshots__x86__/LineChartTests/testDoesntDrawCircleHole-iOS_390-0_844-0.1.png b/Tests/ChartsTests/__Snapshots__x86__/LineChartTests/testDoesntDrawCircleHole-iOS_393-0_852-0.1.png similarity index 100% rename from Tests/ChartsTests/__Snapshots__x86__/LineChartTests/testDoesntDrawCircleHole-iOS_390-0_844-0.1.png rename to Tests/ChartsTests/__Snapshots__x86__/LineChartTests/testDoesntDrawCircleHole-iOS_393-0_852-0.1.png diff --git a/Tests/ChartsTests/__Snapshots__x86__/LineChartTests/testDoesntDrawCircles-iOS_390-0_844-0.1.png b/Tests/ChartsTests/__Snapshots__x86__/LineChartTests/testDoesntDrawCircles-iOS_393-0_852-0.1.png similarity index 100% rename from Tests/ChartsTests/__Snapshots__x86__/LineChartTests/testDoesntDrawCircles-iOS_390-0_844-0.1.png rename to Tests/ChartsTests/__Snapshots__x86__/LineChartTests/testDoesntDrawCircles-iOS_393-0_852-0.1.png diff --git a/Tests/ChartsTests/__Snapshots__x86__/LineChartTests/testDrawIcons-iOS_390-0_844-0.1.png b/Tests/ChartsTests/__Snapshots__x86__/LineChartTests/testDrawIcons-iOS_390-0_844-0.1.png deleted file mode 100644 index 34f8800fa2..0000000000 Binary files a/Tests/ChartsTests/__Snapshots__x86__/LineChartTests/testDrawIcons-iOS_390-0_844-0.1.png and /dev/null differ diff --git a/Tests/ChartsTests/__Snapshots__x86__/LineChartTests/testDrawIcons-iOS_393-0_852-0.1.png b/Tests/ChartsTests/__Snapshots__x86__/LineChartTests/testDrawIcons-iOS_393-0_852-0.1.png new file mode 100644 index 0000000000..ce742de9f2 Binary files /dev/null and b/Tests/ChartsTests/__Snapshots__x86__/LineChartTests/testDrawIcons-iOS_393-0_852-0.1.png differ diff --git a/Tests/ChartsTests/__Snapshots__x86__/LineChartTests/testDrawIcons-tvOS_1920-0_1080-0.1.png b/Tests/ChartsTests/__Snapshots__x86__/LineChartTests/testDrawIcons-tvOS_1920-0_1080-0.1.png index 03d30f79c2..97977e2032 100644 Binary files a/Tests/ChartsTests/__Snapshots__x86__/LineChartTests/testDrawIcons-tvOS_1920-0_1080-0.1.png and b/Tests/ChartsTests/__Snapshots__x86__/LineChartTests/testDrawIcons-tvOS_1920-0_1080-0.1.png differ diff --git a/Tests/ChartsTests/__Snapshots__x86__/LineChartTests/testHidesValues-iOS_390-0_844-0.1.png b/Tests/ChartsTests/__Snapshots__x86__/LineChartTests/testHidesValues-iOS_393-0_852-0.1.png similarity index 100% rename from Tests/ChartsTests/__Snapshots__x86__/LineChartTests/testHidesValues-iOS_390-0_844-0.1.png rename to Tests/ChartsTests/__Snapshots__x86__/LineChartTests/testHidesValues-iOS_393-0_852-0.1.png diff --git a/Tests/ChartsTests/__Snapshots__x86__/LineChartTests/testIsCubic-iOS_390-0_844-0.1.png b/Tests/ChartsTests/__Snapshots__x86__/LineChartTests/testIsCubic-iOS_393-0_852-0.1.png similarity index 100% rename from Tests/ChartsTests/__Snapshots__x86__/LineChartTests/testIsCubic-iOS_390-0_844-0.1.png rename to Tests/ChartsTests/__Snapshots__x86__/LineChartTests/testIsCubic-iOS_393-0_852-0.1.png diff --git a/Tests/ChartsTests/__Snapshots__x86__/PieChartTests/testHighlightDisabled-iOS_390-0_844-0.1.png b/Tests/ChartsTests/__Snapshots__x86__/PieChartTests/testDefaultValues-iOS_393-0_852-0.1.png similarity index 70% rename from Tests/ChartsTests/__Snapshots__x86__/PieChartTests/testHighlightDisabled-iOS_390-0_844-0.1.png rename to Tests/ChartsTests/__Snapshots__x86__/PieChartTests/testDefaultValues-iOS_393-0_852-0.1.png index 57f59ece0a..d7191b20ea 100644 Binary files a/Tests/ChartsTests/__Snapshots__x86__/PieChartTests/testHighlightDisabled-iOS_390-0_844-0.1.png and b/Tests/ChartsTests/__Snapshots__x86__/PieChartTests/testDefaultValues-iOS_393-0_852-0.1.png differ diff --git a/Tests/ChartsTests/__Snapshots__x86__/PieChartTests/testDefaultValues-tvOS_1920-0_1080-0.1.png b/Tests/ChartsTests/__Snapshots__x86__/PieChartTests/testDefaultValues-tvOS_1920-0_1080-0.1.png index 181877a9c3..9665996291 100644 Binary files a/Tests/ChartsTests/__Snapshots__x86__/PieChartTests/testDefaultValues-tvOS_1920-0_1080-0.1.png and b/Tests/ChartsTests/__Snapshots__x86__/PieChartTests/testDefaultValues-tvOS_1920-0_1080-0.1.png differ diff --git a/Tests/ChartsTests/__Snapshots__x86__/PieChartTests/testDrawIcons-iOS_390-0_844-0.1.png b/Tests/ChartsTests/__Snapshots__x86__/PieChartTests/testDrawIcons-iOS_390-0_844-0.1.png deleted file mode 100644 index 37896c9c13..0000000000 Binary files a/Tests/ChartsTests/__Snapshots__x86__/PieChartTests/testDrawIcons-iOS_390-0_844-0.1.png and /dev/null differ diff --git a/Tests/ChartsTests/__Snapshots__x86__/PieChartTests/testDrawIcons-iOS_393-0_852-0.1.png b/Tests/ChartsTests/__Snapshots__x86__/PieChartTests/testDrawIcons-iOS_393-0_852-0.1.png new file mode 100644 index 0000000000..5c0628609a Binary files /dev/null and b/Tests/ChartsTests/__Snapshots__x86__/PieChartTests/testDrawIcons-iOS_393-0_852-0.1.png differ diff --git a/Tests/ChartsTests/__Snapshots__x86__/PieChartTests/testDrawIcons-tvOS_1920-0_1080-0.1.png b/Tests/ChartsTests/__Snapshots__x86__/PieChartTests/testDrawIcons-tvOS_1920-0_1080-0.1.png index f70a82ff73..8aec074d4b 100644 Binary files a/Tests/ChartsTests/__Snapshots__x86__/PieChartTests/testDrawIcons-tvOS_1920-0_1080-0.1.png and b/Tests/ChartsTests/__Snapshots__x86__/PieChartTests/testDrawIcons-tvOS_1920-0_1080-0.1.png differ diff --git a/Tests/ChartsTests/__Snapshots__x86__/PieChartTests/testHideCenterLabel-iOS_390-0_844-0.1.png b/Tests/ChartsTests/__Snapshots__x86__/PieChartTests/testHideCenterLabel-iOS_393-0_852-0.1.png similarity index 100% rename from Tests/ChartsTests/__Snapshots__x86__/PieChartTests/testHideCenterLabel-iOS_390-0_844-0.1.png rename to Tests/ChartsTests/__Snapshots__x86__/PieChartTests/testHideCenterLabel-iOS_393-0_852-0.1.png diff --git a/Tests/ChartsTests/__Snapshots__x86__/PieChartTests/testHidesValues-iOS_390-0_844-0.1.png b/Tests/ChartsTests/__Snapshots__x86__/PieChartTests/testHidesValues-iOS_393-0_852-0.1.png similarity index 74% rename from Tests/ChartsTests/__Snapshots__x86__/PieChartTests/testHidesValues-iOS_390-0_844-0.1.png rename to Tests/ChartsTests/__Snapshots__x86__/PieChartTests/testHidesValues-iOS_393-0_852-0.1.png index aba01d1d5f..40f3534a72 100644 Binary files a/Tests/ChartsTests/__Snapshots__x86__/PieChartTests/testHidesValues-iOS_390-0_844-0.1.png and b/Tests/ChartsTests/__Snapshots__x86__/PieChartTests/testHidesValues-iOS_393-0_852-0.1.png differ diff --git a/Tests/ChartsTests/__Snapshots__x86__/PieChartTests/testHidesValues-tvOS_1920-0_1080-0.1.png b/Tests/ChartsTests/__Snapshots__x86__/PieChartTests/testHidesValues-tvOS_1920-0_1080-0.1.png index 727d8dc48c..460d0c3ecd 100644 Binary files a/Tests/ChartsTests/__Snapshots__x86__/PieChartTests/testHidesValues-tvOS_1920-0_1080-0.1.png and b/Tests/ChartsTests/__Snapshots__x86__/PieChartTests/testHidesValues-tvOS_1920-0_1080-0.1.png differ diff --git a/Tests/ChartsTests/__Snapshots__x86__/PieChartTests/testDefaultValues-iOS_390-0_844-0.1.png b/Tests/ChartsTests/__Snapshots__x86__/PieChartTests/testHighlightDisabled-iOS_393-0_852-0.1.png similarity index 70% rename from Tests/ChartsTests/__Snapshots__x86__/PieChartTests/testDefaultValues-iOS_390-0_844-0.1.png rename to Tests/ChartsTests/__Snapshots__x86__/PieChartTests/testHighlightDisabled-iOS_393-0_852-0.1.png index 57f59ece0a..d7191b20ea 100644 Binary files a/Tests/ChartsTests/__Snapshots__x86__/PieChartTests/testDefaultValues-iOS_390-0_844-0.1.png and b/Tests/ChartsTests/__Snapshots__x86__/PieChartTests/testHighlightDisabled-iOS_393-0_852-0.1.png differ diff --git a/Tests/ChartsTests/__Snapshots__x86__/PieChartTests/testHighlightDisabled-tvOS_1920-0_1080-0.1.png b/Tests/ChartsTests/__Snapshots__x86__/PieChartTests/testHighlightDisabled-tvOS_1920-0_1080-0.1.png index 181877a9c3..9665996291 100644 Binary files a/Tests/ChartsTests/__Snapshots__x86__/PieChartTests/testHighlightDisabled-tvOS_1920-0_1080-0.1.png and b/Tests/ChartsTests/__Snapshots__x86__/PieChartTests/testHighlightDisabled-tvOS_1920-0_1080-0.1.png differ diff --git a/Tests/ChartsTests/__Snapshots__x86__/PieChartTests/testHighlightEnabled-iOS_390-0_844-0.1.png b/Tests/ChartsTests/__Snapshots__x86__/PieChartTests/testHighlightEnabled-iOS_393-0_852-0.1.png similarity index 70% rename from Tests/ChartsTests/__Snapshots__x86__/PieChartTests/testHighlightEnabled-iOS_390-0_844-0.1.png rename to Tests/ChartsTests/__Snapshots__x86__/PieChartTests/testHighlightEnabled-iOS_393-0_852-0.1.png index c4ffda6085..0ea3baf2ce 100644 Binary files a/Tests/ChartsTests/__Snapshots__x86__/PieChartTests/testHighlightEnabled-iOS_390-0_844-0.1.png and b/Tests/ChartsTests/__Snapshots__x86__/PieChartTests/testHighlightEnabled-iOS_393-0_852-0.1.png differ diff --git a/Tests/ChartsTests/__Snapshots__x86__/PieChartTests/testHighlightEnabled-tvOS_1920-0_1080-0.1.png b/Tests/ChartsTests/__Snapshots__x86__/PieChartTests/testHighlightEnabled-tvOS_1920-0_1080-0.1.png index 1794f68073..969126b7da 100644 Binary files a/Tests/ChartsTests/__Snapshots__x86__/PieChartTests/testHighlightEnabled-tvOS_1920-0_1080-0.1.png and b/Tests/ChartsTests/__Snapshots__x86__/PieChartTests/testHighlightEnabled-tvOS_1920-0_1080-0.1.png differ