Skip to content

Commit

Permalink
only show the types of categorical analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
mayswind committed Jun 28, 2024
1 parent fb31512 commit 768b005
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/views/mobile/statistics/TransactionPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
<f7-list-item :title="$t(dataType.name)"
:key="dataType.type"
v-for="dataType in allChartDataTypes"
v-show="dataType.availableAnalysisTypes[analysisType]"
@click="setChartDataType(dataType.type)">
<template #after>
<f7-icon class="list-item-checked-icon" f7="checkmark_alt" v-if="query.chartDataType === dataType.type"></f7-icon>
Expand Down Expand Up @@ -274,6 +275,7 @@ export default {
loading: true,
loadingError: null,
reloading: false,
analysisType: statisticsConstants.allAnalysisTypes.CategoricalAnalysis,
showChartDataTypePopover: false,
showSortingTypePopover: false,
showDatePopover: false,
Expand Down

0 comments on commit 768b005

Please sign in to comment.