Skip to content

Commit 6c90701

Browse files
authored
chore: ignore trend line in storybook (coder#6003)
1 parent aab9e3a commit 6c90701

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

site/src/components/DAUChart/DAUChart.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ export const DAUChart: FC<DAUChartProps> = ({ daus }) => {
111111
}
112112
>
113113
<Line
114+
data-chromatic="ignore"
114115
data={{
115116
labels: labels,
116117
datasets: [

0 commit comments

Comments
 (0)