Commit 1ae7c536 by jml0128

fix:修改数字问卷标题

1 parent bfa51a34
{
"name": "xrk-bi",
"version": "0.3.0-beta.11",
"version": "0.3.0-beta.12",
"description": "xrk-bi",
"author": "xrk",
"main": "dist/bundler.js",
......
......@@ -432,8 +432,8 @@ export default {
chartType: 2,
blockTitle:
singleChoiceName === 'singleChoiceHistory'
? '数字问卷各篇内容浏览排行'
: '数字问卷各篇内容反馈排行',
? '数字专区各篇内容有效点击量排名'
: '数字专区各篇内容本次反馈排行',
hideTypes: true,
hideLegend: true,
hideDesc: true
......@@ -442,8 +442,8 @@ export default {
chartType: 13,
blockTitle:
singleChoiceName === 'singleChoiceHistory'
? '数字问卷浏览分布区域热力图'
: '数字问卷反馈分布区域热力图',
? '数字专区有效点击量分布区域热力图'
: '数字专区本次反馈分布区域热力图',
hideTypes: true,
hideColor: true,
hideLegend: true,
......@@ -453,8 +453,8 @@ export default {
chartType: item.chartType || randomType([1, 2, 5, 6]),
blockTitle:
singleChoiceName === 'singleChoiceHistory'
? '数字问卷单日浏览走势图'
: '数字问卷单日反馈走势图',
? '数字专区单日有效点击量走势图'
: '数字专区本次反馈单日走势图',
hideLegend: true,
hideDesc: true,
disableTypes: [3, 4, 9, 10, 11]
......@@ -463,8 +463,8 @@ export default {
chartType: 2,
blockTitle:
singleChoiceName === 'singleChoiceHistory'
? '数字问卷各篇内容单日最大浏览量排名'
: '数字问卷各篇内容单日最大反馈排名',
? '数字专区单日最大点击量各篇内容点击量排名'
: '数字专区各篇内容单日最大量本次反馈排名',
hideTypes: true,
hideLegend: true,
hideDesc: true
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!