Skip to content

Commit

Permalink
feat: add over time graph, comment echart import
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanzavisic committed Oct 18, 2024
1 parent 2bce4bf commit 88ad87b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lib/src/over-time/over-time.wc.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<script lang="ts">
import {onMount} from 'svelte';
import {Service} from '../shared/utils/service';
import * as echarts from 'echarts';
// import * as echarts from 'echarts';
export let service: Service = window.GaReportService;
Expand Down

0 comments on commit 88ad87b

Please sign in to comment.