Skip to content

Commit

Permalink
chore: fix profitDistribution visualization
Browse files Browse the repository at this point in the history
  • Loading branch information
xmatthias committed Dec 25, 2024
1 parent 8736d97 commit a54f00b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/charts/ProfitDistributionChart.vue
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@ const chartOptions = computed((): EChartsOption => {
<ECharts v-if="trades" :option="chartOptions" autoresize :theme="settingsStore.chartTheme" />
</div>
<BFormGroup
class="z-2"
:class="showTitle ? 'ms-5 ps-5' : 'position-absolute'"
class="z-2 position-absolute fixed-top"
:class="{ 'mx-auto': showTitle }"
label="Bins"
style="width: 33%; min-width: 12rem"
label-for="input-bins"
Expand Down

0 comments on commit a54f00b

Please sign in to comment.