Skip to content

Commit 89ee46f

Browse files
committed
.
1 parent 26f693d commit 89ee46f

16 files changed

Lines changed: 29 additions & 30 deletions

app/(default)/(project)/kai0/chart/advantage/advantage3.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ export function AdvantageBarChart3() {
9898
activeBar={({ ...props }) => <Rectangle {...props} fillOpacity={0.8} />}
9999
>
100100
<ErrorBar
101-
stroke="white"
102101
dataKey="SuccessRate_std"
103102
direction="y"
104103
/>

app/(default)/(project)/kai0/chart/barchart.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ export function ExampleBarChart() {
102102
/>
103103
</Bar>
104104
<Bar dataKey="mobile" fill="var(--color-mobile)" yAxisId="left" radius={4}>
105-
<ErrorBar stroke="white"
105+
< ErrorBar
106106
dataKey="desktopStd"
107107
direction="y"
108108
/>

app/(default)/(project)/kai0/chart/consistency/consistency1.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,13 +107,13 @@ export function ConsistencyBarChart1() {
107107
/>
108108
<ChartLegend content={<ChartLegendContent />} className="text-black"/>
109109
<Bar dataKey="pi05" fill="var(--color-pi05)" yAxisId="left" radius={4}>
110-
<ErrorBar stroke="white"
110+
<ErrorBar
111111
dataKey="pi05_std"
112112
direction="y"
113113
/>
114114
</Bar>
115115
<Bar dataKey="pi0" fill="var(--color-pi0)" yAxisId="left" radius={4}>
116-
<ErrorBar stroke="white"
116+
<ErrorBar
117117
dataKey="pi0_std"
118118
direction="y"
119119
/>

app/(default)/(project)/kai0/chart/consistency/consistency10.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,13 +107,13 @@ export function ConsistencyBarChart10() {
107107
/>
108108
<ChartLegend content={<ChartLegendContent />} className="text-black"/>
109109
<Bar dataKey="absolute" fill="var(--color-absolute)" yAxisId="left" radius={4}>
110-
<ErrorBar stroke="white"
110+
< ErrorBar
111111
dataKey="absolute_std"
112112
direction="y"
113113
/>
114114
</Bar>
115115
<Bar dataKey="delta" fill="var(--color-delta)" yAxisId="left" radius={4}>
116-
<ErrorBar stroke="white"
116+
< ErrorBar
117117
dataKey="delta_std"
118118
direction="y"
119119
/>

app/(default)/(project)/kai0/chart/consistency/consistency11.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,13 +105,13 @@ export function ConsistencyBarChart11() {
105105
/>
106106
<ChartLegend content={<ChartLegendContent />} className="text-black"/>
107107
<Bar dataKey="absolute" fill="var(--color-absolute)" yAxisId="left" radius={4}>
108-
<ErrorBar stroke="white"
108+
< ErrorBar
109109
dataKey="absolute_std"
110110
direction="y"
111111
/>
112112
</Bar>
113113
<Bar dataKey="delta" fill="var(--color-delta)" yAxisId="left" radius={4}>
114-
<ErrorBar stroke="white"
114+
< ErrorBar
115115
dataKey="delta_std"
116116
direction="y"
117117
/>

app/(default)/(project)/kai0/chart/consistency/consistency12.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,13 +105,13 @@ export function ConsistencyBarChart12() {
105105
/>
106106
<ChartLegend content={<ChartLegendContent />} className="text-black"/>
107107
<Bar dataKey="absolute" fill="var(--color-absolute)" yAxisId="left" radius={4}>
108-
<ErrorBar stroke="white"
108+
< ErrorBar
109109
dataKey="absolute_std"
110110
direction="y"
111111
/>
112112
</Bar>
113113
<Bar dataKey="delta" fill="var(--color-delta)" yAxisId="left" radius={4}>
114-
<ErrorBar stroke="white"
114+
< ErrorBar
115115
dataKey="delta_std"
116116
direction="y"
117117
/>

app/(default)/(project)/kai0/chart/consistency/consistency2.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,13 +107,13 @@ export function ConsistencyBarChart2() {
107107
/>
108108
<ChartLegend content={<ChartLegendContent />} className="text-black"/>
109109
<Bar dataKey="pi05" fill="var(--color-pi05)" yAxisId="left" radius={4}>
110-
<ErrorBar stroke="white"
110+
< ErrorBar
111111
dataKey="pi05_std"
112112
direction="y"
113113
/>
114114
</Bar>
115115
<Bar dataKey="pi0" fill="var(--color-pi0)" yAxisId="left" radius={4}>
116-
<ErrorBar stroke="white"
116+
< ErrorBar
117117
dataKey="pi0_std"
118118
direction="y"
119119
/>

app/(default)/(project)/kai0/chart/consistency/consistency3.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,13 +105,13 @@ export function ConsistencyBarChart3() {
105105
/>
106106
<ChartLegend content={<ChartLegendContent />} className="text-black"/>
107107
<Bar dataKey="absolute" fill="var(--color-absolute)" yAxisId="left" radius={4}>
108-
<ErrorBar stroke="white"
108+
< ErrorBar
109109
dataKey="absolute_std"
110110
direction="y"
111111
/>
112112
</Bar>
113113
<Bar dataKey="delta" fill="var(--color-delta)" yAxisId="left" radius={4}>
114-
<ErrorBar stroke="white"
114+
< ErrorBar
115115
dataKey="delta_std"
116116
direction="y"
117117
/>

app/(default)/(project)/kai0/chart/consistency/consistency4.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,13 +105,13 @@ export function ConsistencyBarChart4() {
105105
/>
106106
<ChartLegend content={<ChartLegendContent />} className="text-black"/>
107107
<Bar dataKey="absolute" fill="var(--color-absolute)" yAxisId="left" radius={4}>
108-
<ErrorBar stroke="white"
108+
< ErrorBar
109109
dataKey="absolute_std"
110110
direction="y"
111111
/>
112112
</Bar>
113113
<Bar dataKey="delta" fill="var(--color-delta)" yAxisId="left" radius={4}>
114-
<ErrorBar stroke="white"
114+
< ErrorBar
115115
dataKey="delta_std"
116116
direction="y"
117117
/>

app/(default)/(project)/kai0/chart/consistency/consistency5.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,13 +105,13 @@ export function ConsistencyBarChart5() {
105105
/>
106106
<ChartLegend content={<ChartLegendContent />} className="text-black"/>
107107
<Bar dataKey="absolute" fill="var(--color-absolute)" yAxisId="left" radius={4}>
108-
<ErrorBar stroke="white"
108+
< ErrorBar
109109
dataKey="absolute_std"
110110
direction="y"
111111
/>
112112
</Bar>
113113
<Bar dataKey="delta" fill="var(--color-delta)" yAxisId="left" radius={4}>
114-
<ErrorBar stroke="white"
114+
< ErrorBar
115115
dataKey="delta_std"
116116
direction="y"
117117
/>

0 commit comments

Comments
 (0)