Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
jml0128
/
xrk-bi
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit cb89ae87
authored
Nov 08, 2021
by
jml0128
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:线上推广图表增加hideThisChart字段
1 parent
250cd8ee
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
3 deletions
README.md
package.json
src/packages/bi/src/project/6-zone.vue
README.md
View file @
cb89ae8
...
@@ -3,6 +3,14 @@
...
@@ -3,6 +3,14 @@
*
@Date: 2021-09-08 15:26:40
*
@Date: 2021-09-08 15:26:40
-->
-->
# 0.1.21
1.
线上推广图表增加 hideThisChart 字段控制图表是否隐藏
# 0.1.20
1.
修改线上推广性别图表切换问题
# 0.1.19
# 0.1.19
1.
增加 npmignore 文件
1.
增加 npmignore 文件
...
...
package.json
View file @
cb89ae8
{
{
"name"
:
"xrk-bi"
,
"name"
:
"xrk-bi"
,
"version"
:
"0.1.2
0
"
,
"version"
:
"0.1.2
1
"
,
"description"
:
"xrk-bi"
,
"description"
:
"xrk-bi"
,
"author"
:
"xrk"
,
"author"
:
"xrk"
,
"main"
:
"dist/bundler.js"
,
"main"
:
"dist/bundler.js"
,
...
...
src/packages/bi/src/project/6-zone.vue
View file @
cb89ae8
...
@@ -382,7 +382,7 @@ export default {
...
@@ -382,7 +382,7 @@ export default {
disableTypes
:
[
3
,
4
,
9
,
10
,
11
]
disableTypes
:
[
3
,
4
,
9
,
10
,
11
]
}),
}),
item
=>
({
item
=>
({
hideThisChart
:
item
.
topicCountInfos
.
length
<
7
,
hideThisChart
:
!!
item
.
hideThisChart
,
chartType
:
item
.
chartType
||
randomType
([
1
,
2
,
5
,
6
]),
chartType
:
item
.
chartType
||
randomType
([
1
,
2
,
5
,
6
]),
blockTitle
:
'数字专区单日点击量Top5日期分布图'
,
blockTitle
:
'数字专区单日点击量Top5日期分布图'
,
hideLegend
:
true
,
hideLegend
:
true
,
...
@@ -390,7 +390,7 @@ export default {
...
@@ -390,7 +390,7 @@ export default {
disableTypes
:
[
3
,
4
,
9
,
10
,
11
]
disableTypes
:
[
3
,
4
,
9
,
10
,
11
]
}),
}),
item
=>
({
item
=>
({
hideThisChart
:
item
.
topicCountInfos
.
length
<
7
,
hideThisChart
:
!!
item
.
hideThisChart
,
chartType
:
item
.
chartType
||
9
,
chartType
:
item
.
chartType
||
9
,
blockTitle
:
'数字专区单日点击量Top5占周期总有效点击量占比分析图'
,
blockTitle
:
'数字专区单日点击量Top5占周期总有效点击量占比分析图'
,
hideLegend
:
true
,
hideLegend
:
true
,
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment