File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed
packages/waffle-chart/src/_stories Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff 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+
220248export default meta
You can’t perform that action at this time.
0 commit comments