Browse Source

fix(sb): register chart config in stories

pull/6264/head
KenTandrian 1 week ago
parent
commit
6266fd2a61
  1. 3
      libs/ui/src/lib/line-chart/line-chart.component.stories.ts

3
libs/ui/src/lib/line-chart/line-chart.component.stories.ts

@ -3,8 +3,11 @@ import { moduleMetadata } from '@storybook/angular';
import type { Meta, StoryObj } from '@storybook/angular';
import { NgxSkeletonLoaderModule } from 'ngx-skeleton-loader';
import { registerChartConfiguration } from '../chart';
import { GfLineChartComponent } from './line-chart.component';
registerChartConfiguration();
export default {
title: 'Line Chart',
component: GfLineChartComponent,

Loading…
Cancel
Save