File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
components/data-vis/position-chart Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 15
15
16
16
const range = Array .from ({ length: 10 }, (_ , i ) => i);
17
17
18
- $inspect (value, " what is it" );
19
-
20
18
// the 'chart' is the bar and the marker - its height is a prop and its width is binded to clientWidth
21
19
22
20
// the 'marker' is the circle
Original file line number Diff line number Diff line change @@ -49,3 +49,4 @@ export { default as Tabs } from "./components/ui/Tabs.svelte";
49
49
export { default as WhatsNew } from "./components/ui/WhatsNew.svelte" ;
50
50
export { default as PositionChart } from "./components/data-vis/position-chart/PositionChart.svelte" ;
51
51
export { default as PositionChartAxis } from "./components/data-vis/position-chart/PositionChartAxis.svelte" ;
52
+ export { default as MultiSelectSearchAutocomplete } from "./components/ui/MultiSelectSearchAutocomplete.svelte" ;
You can’t perform that action at this time.
0 commit comments