File tree Expand file tree Collapse file tree 3 files changed +2
-7
lines changed
projects/js-packages/charts/src Expand file tree Collapse file tree 3 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,3 @@ export type * from './types';
25
25
export type * from './visx/types' ;
26
26
27
27
export type { LineStyles , GridStyles , EventHandlerParams } from '@visx/xychart' ;
28
-
29
- export type { RenderLineStartGlyphProps } from './components/line-chart/line-chart' ;
30
- export type { LegendProps , BaseLegendProps , ChartLegendOptions } from './components/legend' ;
31
- export type { ConversionFunnelChartProps , FunnelStep } from './components/conversion-funnel-chart' ;
Original file line number Diff line number Diff line change 3
3
* Provides reusable, high-quality datasets across all chart components
4
4
*/
5
5
6
+ import type { FunnelStep } from '../../components/conversion-funnel-chart' ;
6
7
import type { LeaderboardEntry } from '../../components/leaderboard-chart' ;
7
- import type { SeriesData , DataPointPercentage , FunnelStep } from '../../types' ;
8
+ import type { DataPointPercentage , SeriesData } from '../../types' ;
8
9
9
10
/**
10
11
* Olympic medals data for top countries (1896-2020)
Original file line number Diff line number Diff line change @@ -368,5 +368,3 @@ export interface ToggleEvent extends Event {
368
368
newState : 'open' | 'closed' ;
369
369
oldState : 'open' | 'closed' ;
370
370
}
371
- // ConversionFunnelChart types
372
- export type { ConversionFunnelChartProps , FunnelStep } from './components/conversion-funnel-chart' ;
You can’t perform that action at this time.
0 commit comments