Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata

This file was deleted.

4 changes: 2 additions & 2 deletions Playgrounds/Charts.playground/Contents.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
import SwiftUI
import Charts
import Shapes

import PlaygroundSupport

struct ContentView: View {
Expand Down Expand Up @@ -137,6 +136,7 @@ struct ContentView: View {
}

@State var selectedChart = 1

var body: some View {
VStack {
Picker("Charts", selection: $selectedChart) {
Expand All @@ -154,7 +154,7 @@ struct ContentView: View {
if selectedChart == 4 { chart4 }
if selectedChart == 5 { chart5 }
}
}.frame(width: 700)
}
}
}

Expand Down
2 changes: 1 addition & 1 deletion Playgrounds/Charts.playground/contents.xcplayground
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<playground version='5.0' target-platform='macos' buildActiveScheme='true'>
<playground version='5.0' target-platform='macos' display-mode='rendered' buildActiveScheme='true' executeOnSourceChanges='true'>
<timeline fileName='timeline.xctimeline'/>
</playground>
6 changes: 6 additions & 0 deletions Playgrounds/Charts.playground/timeline.xctimeline
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Timeline
version = "3.0">
<TimelineItems>
</TimelineItems>
</Timeline>