We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7c0482 commit ae99c48Copy full SHA for ae99c48
frontend/src/routes/joins/[slug]/observability/distributions/+page.svelte
@@ -1,5 +1,5 @@
1
<script lang="ts">
2
- import { connect, type EChartsType } from 'echarts';
+ import { connect, type EChartsType, type EChartOption } from 'echarts';
3
import { queryParameters } from 'sveltekit-search-params';
4
5
import CollapsibleSection from '$lib/components/CollapsibleSection.svelte';
0 commit comments