chromatic updates

This commit is contained in:
Nate Kelley 2025-04-11 11:16:09 -06:00
parent c24ca755e9
commit a6179bff2e
No known key found for this signature in database
GPG Key ID: FD90372AB8D98B4F
3 changed files with 7 additions and 2 deletions

View File

@ -0,0 +1,6 @@
{
"onlyChanged": true,
"projectId": "Project:67f94933d60e4dac93994155",
"storybookBaseDir": "web",
"zip": true
}

View File

@ -9,7 +9,6 @@ export const formatBarAndLineDataLabel = (
columnLabelFormat: ColumnLabelFormat
) => {
if (!percentageMode) {
console.log('formatBarAndLineDataLabel', value, columnLabelFormat);
return formatLabel(value, columnLabelFormat);
}

View File

@ -4,7 +4,7 @@ import { Combobox } from './Combobox';
import { Window, WindowUser, WindowSettings } from '@/components/ui/icons/NucleoIconOutlined';
const meta: Meta<typeof Combobox> = {
title: 'UI/combobox/Combobox',
title: 'UI/Combobox/Combobox',
component: Combobox,
parameters: {
layout: 'centered'