diff --git a/web/chromatic.config.json b/web/chromatic.config.json new file mode 100644 index 000000000..1ffeede1b --- /dev/null +++ b/web/chromatic.config.json @@ -0,0 +1,6 @@ +{ + "onlyChanged": true, + "projectId": "Project:67f94933d60e4dac93994155", + "storybookBaseDir": "web", + "zip": true +} diff --git a/web/src/components/ui/charts/BusterChartJS/helpers/formatBarAndLineDataLabel.ts b/web/src/components/ui/charts/BusterChartJS/helpers/formatBarAndLineDataLabel.ts index 0dc344801..34e4359e7 100644 --- a/web/src/components/ui/charts/BusterChartJS/helpers/formatBarAndLineDataLabel.ts +++ b/web/src/components/ui/charts/BusterChartJS/helpers/formatBarAndLineDataLabel.ts @@ -9,7 +9,6 @@ export const formatBarAndLineDataLabel = ( columnLabelFormat: ColumnLabelFormat ) => { if (!percentageMode) { - console.log('formatBarAndLineDataLabel', value, columnLabelFormat); return formatLabel(value, columnLabelFormat); } diff --git a/web/src/components/ui/combobox/Combobox.stories.tsx b/web/src/components/ui/combobox/Combobox.stories.tsx index 0a580f5d2..31165a64b 100644 --- a/web/src/components/ui/combobox/Combobox.stories.tsx +++ b/web/src/components/ui/combobox/Combobox.stories.tsx @@ -4,7 +4,7 @@ import { Combobox } from './Combobox'; import { Window, WindowUser, WindowSettings } from '@/components/ui/icons/NucleoIconOutlined'; const meta: Meta = { - title: 'UI/combobox/Combobox', + title: 'UI/Combobox/Combobox', component: Combobox, parameters: { layout: 'centered'