forked from github/dataease
Merge pull request #1043 from dataease/pr@dev@feat_chart_count
feat: 视图支持设置结果展示
This commit is contained in:
commit
ac1425cf91
@ -102,7 +102,9 @@
|
||||
`ext_stack`,
|
||||
`ext_bubble`,
|
||||
`y_axis_ext`,
|
||||
`render`
|
||||
`render`,
|
||||
`result_count`,
|
||||
`result_mode`
|
||||
) SELECT
|
||||
#{newChartId},
|
||||
GET_CHART_VIEW_COPY_NAME ( #{oldChartId} ),
|
||||
@ -123,7 +125,9 @@
|
||||
`ext_stack`,
|
||||
`ext_bubble`,
|
||||
`y_axis_ext`,
|
||||
`render`
|
||||
`render`,
|
||||
`result_count`,
|
||||
`result_mode`
|
||||
FROM
|
||||
chart_view
|
||||
WHERE
|
||||
|
@ -730,6 +730,8 @@ export default {
|
||||
view.tableId = this.table.id
|
||||
view.type = 'bar'
|
||||
view.render = 'antv'
|
||||
view.resultMode = 'custom'
|
||||
view.resultCount = 1000
|
||||
view.customAttr = JSON.stringify({
|
||||
color: DEFAULT_COLOR_CASE,
|
||||
tableColor: DEFAULT_COLOR_CASE,
|
||||
|
Loading…
Reference in New Issue
Block a user