|
@@ -737,7 +737,7 @@ export default {
|
|
|
*/
|
|
|
const {Source,MyChartType,ChartThemeStyle} = options
|
|
|
const isShowTitle = isShowPPTTitle(Source,MyChartType)
|
|
|
- const isShowOtherTitle = Source===1&&[1,4,5,6,7,11,14].includes(MyChartType)
|
|
|
+ const isShowOtherTitle = Source===1&&[1,4,5,6,11,14].includes(MyChartType)
|
|
|
|
|
|
/* 主题样式*/
|
|
|
const chartTheme = ChartThemeStyle ? JSON.parse(ChartThemeStyle) : null;
|