Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion explorer/components/global/StoryClimateStripes2.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const { $Plotly, $_ } = useNuxtApp()
import type { Data, ColorBar } from 'plotly.js-dist-min'

interface ExtendedColorBar extends ColorBar {
orientation?: 'h' | 'v'
orientation: 'h' | 'v'
}

const apiData = computed<Record<string, any>>(() => dataStore.apiData[endpoint])
Expand Down
2 changes: 1 addition & 1 deletion explorer/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ export default defineNuxtConfig({
head: {
noscript: [
{
children: noscriptHtml,
innerHTML: noscriptHtml,
},
],
title: 'Arctic Data Collaborative: ARDAC',
Expand Down
Loading