Skip to content

Commit

Permalink
Merge pull request #10460 from dataease/pr@dev-v2@refacter_yoy
Browse files Browse the repository at this point in the history
refactor(图表): 优化同环比日期字段过滤逻辑
  • Loading branch information
XiaJunjie2020 committed Jun 24, 2024
2 parents 7c347b4 + a048599 commit c5e3c74
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/core-frontend/src/locales/zh-CN.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1235,7 +1235,8 @@ export default {
map_symbol_pentagon: '五角形',
map_symbol_hexagon: '六角形',
map_symbol_octagon: '八角形',
map_symbol_hexagram: '菱形'
map_symbol_hexagram: '菱形',
tip: '提示'
},
dataset: {
scope_edit: '仅编辑时生效',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,12 @@ initCompareType()
>(本期数据 / |上期数据| - 1) * 100%</span
>
</el-form-item>

<el-form-item :label="t('chart.tip')">
<span class="exp-style">
当对比日期需要过滤时,请使用过滤组件实现过滤;使用视图过滤器,仪表板下钻和联动等功能,会导致结果不一致
</span>
</el-form-item>
</el-form>
</div>
</template>
Expand Down

0 comments on commit c5e3c74

Please sign in to comment.