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

switch to viridis

parent 2aa42570
No related branches found
No related tags found
No related merge requests found
Pipeline #121283 passed with stages
in 9 minutes and 53 seconds
......@@ -104,7 +104,7 @@ const availableTaxo: Ref<string[]> = ref([
]);
const scaleTypes = ref<string[]>(['linear', 'sqrt', 'log', 'symlog'])
const selectedTaxoRank = ref("phylum");
const selectedTaxoRank = ref("Superkingdom");
const headers = ref([
{ title: "Replicon", key: "replicon" },
......@@ -284,7 +284,7 @@ const binPlotOptions = ref({
grid: true,
x: { tickRotate: 90, tip: true, label: "Systems" },
// y: { tickFormat: 's' },
color: { scheme: "turbo", legend: true },
color: { scheme: "viridis", legend: true },
})
const binPlotDataOptions = computed(() => {
......
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