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
...@@ -128,12 +128,12 @@ const computedPDocksMatrixPlotOptions = computed(() => { ...@@ -128,12 +128,12 @@ const computedPDocksMatrixPlotOptions = computed(() => {
marginBottom, marginBottom,
grid: true, grid: true,
x: { axis: "top", label: "Proteins", tickRotate: 45 }, x: { axis: "top", label: "Protein on x", tickRotate: 45 },
y: { label: "Proteins" }, y: { label: "Proteins on y" },
legend: { label: matrix[0] }, legend: { label: matrix[0] },
color: { scheme: "plasma", legend: true, reverse: true, domain: [0, 1] }, color: { scheme: "plasma", legend: true, reverse: true, domain: [0, 1] },
marks: [ marks: [
Plot.frame(), // Plot.frame(),
Plot.cell(toValue(matrix[1]), { Plot.cell(toValue(matrix[1]), {
x: (d) => d.protX, x: (d) => d.protX,
y: (d) => d.protY, y: (d) => d.protY,
......
import { md3 } from 'vuetify/blueprints' import { md3 } from 'vuetify/blueprints'
// https://v3.nuxtjs.org/api/configuration/nuxt.config // https://v3.nuxtjs.org/api/configuration/nuxt.config
export default defineNuxtConfig({ export default defineNuxtConfig({
ssr: false, ssr: true,
modules: [ modules: [
'@unocss/nuxt', '@unocss/nuxt',
'@nuxt/content', '@nuxt/content',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment