Skip to content
This repository was archived by the owner on Mar 24, 2022. It is now read-only.

Commit ad25e84

Browse files
committed
Improved BarChart Example
Fixed bugs.
1 parent 128ce7b commit ad25e84

File tree

8 files changed

+977
-766
lines changed

8 files changed

+977
-766
lines changed

Assets/ScreenSpace/BarChart/Prefabs/Bar Chart Component.prefab

+10-8
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ GameObject:
4141
- component: {fileID: 114458941823068036}
4242
m_Layer: 5
4343
m_Name: Bar Chart Component
44-
m_TagString: Untagged
44+
m_TagString: Bar
4545
m_Icon: {fileID: 0}
4646
m_NavMeshLayer: 0
4747
m_StaticEditorFlags: 0
@@ -118,7 +118,9 @@ MonoBehaviour:
118118
m_Script: {fileID: 11500000, guid: 0620ac826f590b749960a0a46e79c920, type: 3}
119119
m_Name:
120120
m_EditorClassIdentifier:
121-
ValueText: {fileID: 114397902062646574}
121+
colour: {r: 255, g: 0, b: 0, a: 1}
122+
showValueText: 0
123+
valueText: {fileID: 114397902062646574}
122124
--- !u!114 &114397902062646574
123125
MonoBehaviour:
124126
m_ObjectHideFlags: 1
@@ -186,7 +188,7 @@ MonoBehaviour:
186188
m_HighlightedTrigger: Highlighted
187189
m_PressedTrigger: Pressed
188190
m_DisabledTrigger: Disabled
189-
m_Interactable: 1
191+
m_Interactable: 0
190192
m_TargetGraphic: {fileID: 0}
191193
m_FillRect: {fileID: 224992173902293002}
192194
m_HandleRect: {fileID: 0}
@@ -239,11 +241,11 @@ MonoBehaviour:
239241
m_Name:
240242
m_EditorClassIdentifier:
241243
ComponentPosition:
242-
Left: 15.43
244+
Left: 0
243245
Top: 0
244246
ComponentScale:
245-
Height: 60
246-
Width: 7.85
247+
Height: 0
248+
Width: 0
247249
Container: {fileID: 0}
248250
DebugText: {fileID: 0}
249251
--- !u!222 &222079425427186588
@@ -282,8 +284,8 @@ RectTransform:
282284
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
283285
m_AnchorMin: {x: 0, y: 0.5}
284286
m_AnchorMax: {x: 0, y: 0.5}
285-
m_AnchoredPosition: {x: 170.50151, y: 0}
286-
m_SizeDelta: {x: 86.7425, y: 327}
287+
m_AnchoredPosition: {x: 0, y: 0}
288+
m_SizeDelta: {x: 0, y: 0}
287289
m_Pivot: {x: 0.5, y: 0.5}
288290
--- !u!224 &224364632094980866
289291
RectTransform:

0 commit comments

Comments
 (0)