mirror of https://github.com/buster-so/buster.git
chromatic updates
This commit is contained in:
parent
c24ca755e9
commit
a6179bff2e
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"onlyChanged": true,
|
||||
"projectId": "Project:67f94933d60e4dac93994155",
|
||||
"storybookBaseDir": "web",
|
||||
"zip": true
|
||||
}
|
|
@ -9,7 +9,6 @@ export const formatBarAndLineDataLabel = (
|
|||
columnLabelFormat: ColumnLabelFormat
|
||||
) => {
|
||||
if (!percentageMode) {
|
||||
console.log('formatBarAndLineDataLabel', value, columnLabelFormat);
|
||||
return formatLabel(value, columnLabelFormat);
|
||||
}
|
||||
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue