heatmap fix
This commit is contained in:
parent
25f4e0f643
commit
9704ea9d31
@ -6,10 +6,10 @@ import { goto } from '$app/navigation';
|
|||||||
import { Chart } from 'svelte-echarts'
|
import { Chart } from 'svelte-echarts'
|
||||||
|
|
||||||
import { init, use } from 'echarts/core'
|
import { init, use } from 'echarts/core'
|
||||||
import { HeatmapChart } from 'echarts/charts'
|
import { TreemapChart } from 'echarts/charts'
|
||||||
import { GridComponent } from 'echarts/components'
|
import { GridComponent} from 'echarts/components'
|
||||||
import { CanvasRenderer } from 'echarts/renderers'
|
import { CanvasRenderer } from 'echarts/renderers'
|
||||||
use([HeatmapChart, GridComponent, CanvasRenderer])
|
use([TreemapChart, GridComponent, CanvasRenderer])
|
||||||
|
|
||||||
export let data;
|
export let data;
|
||||||
let cloudFrontUrl = import.meta.env.VITE_IMAGE_URL;
|
let cloudFrontUrl = import.meta.env.VITE_IMAGE_URL;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user