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

default color

parent 6d178e07
No related branches found
No related tags found
No related merge requests found
...@@ -150,7 +150,7 @@ const computedDistriSystemOptions = computed(() => { ...@@ -150,7 +150,7 @@ const computedDistriSystemOptions = computed(() => {
toValue(computedSystemDistribution), toValue(computedSystemDistribution),
{ {
y: "count", x: 'type', tip: true, y: "count", x: 'type', tip: true,
fill: "#6750a4", // fill: "#6750a4",
sort: { x: "-y" }, sort: { x: "-y" },
}, },
...@@ -181,7 +181,7 @@ const computedDistriTaxoOptions = computed(() => { ...@@ -181,7 +181,7 @@ const computedDistriTaxoOptions = computed(() => {
y: "count", y: "count",
x: selectedTaxoRank.value, x: selectedTaxoRank.value,
tip: true, tip: true,
fill: "#6750a4", // fill: "#6750a4",
sort: { x: "-y" }, sort: { x: "-y" },
} }
), ),
......
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