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

Matrix to Heatmap title

parent f3bb82f1
No related branches found
No related tags found
No related merge requests found
Pipeline #118618 passed with stages
in 7 minutes and 49 seconds
......@@ -279,7 +279,7 @@ const scaleType = ref("linear")
</v-expansion-panel>
<v-expansion-panel elevation="3" value="matrix">
<v-expansion-panel-title color="grey-lighten-4"><v-icon color="primary"
class="mr-2">mdi-data-matrix</v-icon>Matrix</v-expansion-panel-title>
class="mr-2">mdi-data-matrix</v-icon>Heatmap</v-expansion-panel-title>
<v-expansion-panel-text>
<v-card flat color="transparent">
<PlotFigure v-if="toValue(binPlotDataOptions) !== null" :options="unref(binPlotDataOptions)"
......
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