feat: dark mode
This commit is contained in:
@@ -117,7 +117,7 @@ const chartOptions = computed(() => {
|
||||
},
|
||||
tooltip: {
|
||||
custom: ({ series, seriesIndex, dataPointIndex, w }) => {
|
||||
return `<div class="text-xs bg-gray-900 text-white font-medium p-1">
|
||||
return `<div class="text-xs bg-surface-gray-7 text-ink-white font-medium p-1">
|
||||
<div class="text-center">${heatmap.data.heatmap_data[seriesIndex].data[dataPointIndex].label}</div>
|
||||
</div>`
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user