Skip to content
Snippets Groups Projects
Commit 357cd886 authored by Remi  PLANEL's avatar Remi PLANEL
Browse files

ssr true

parent c9b6088a
No related branches found
No related tags found
1 merge request!226Resolve "Design of the structure section in a system's page"
Pipeline #126761 waiting for manual action with stages
in 8 minutes and 12 seconds
......@@ -128,12 +128,12 @@ const computedPDocksMatrixPlotOptions = computed(() => {
marginBottom,
grid: true,
x: { axis: "top", label: "Proteins", tickRotate: 45 },
y: { label: "Proteins" },
x: { axis: "top", label: "Protein on x", tickRotate: 45 },
y: { label: "Proteins on y" },
legend: { label: matrix[0] },
color: { scheme: "plasma", legend: true, reverse: true, domain: [0, 1] },
marks: [
Plot.frame(),
// Plot.frame(),
Plot.cell(toValue(matrix[1]), {
x: (d) => d.protX,
y: (d) => d.protY,
......
import { md3 } from 'vuetify/blueprints'
// https://v3.nuxtjs.org/api/configuration/nuxt.config
export default defineNuxtConfig({
ssr: false,
ssr: true,
modules: [
'@unocss/nuxt',
'@nuxt/content',
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment