Skip to content

Commit 77acaf7

Browse files
committed
enhancement: stories
1 parent 025c4ff commit 77acaf7

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

packages/waffle-chart/src/_stories/WaffleChart.stories.tsx

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,4 +217,32 @@ export const Waffle_Chart_TP5_Style_White_Background: Story = {
217217
}
218218
}
219219

220+
export const TP5_Gauge: Story = {
221+
args: {
222+
configUrl: '/packages/waffle-chart/examples/tp5-gauge.json'
223+
},
224+
parameters: {
225+
docs: {
226+
description: {
227+
story:
228+
'TP5 Gauge - A TP5 callout-style gauge with a blue background, callout flag, and title inside the callout header.'
229+
}
230+
}
231+
}
232+
}
233+
234+
export const TP5_Gauge_White_Background: Story = {
235+
args: {
236+
configUrl: '/packages/waffle-chart/examples/tp5-gauge-white.json'
237+
},
238+
parameters: {
239+
docs: {
240+
description: {
241+
story:
242+
'TP5 Gauge with White Background - The white background variant of the TP5 gauge features a white callout with a teal border and no callout flag.'
243+
}
244+
}
245+
}
246+
}
247+
220248
export default meta

0 commit comments

Comments
 (0)