|
@@ -104,7 +104,7 @@ export const useChartRender = (Data,lang='zh',) => {
|
|
|
let chartOptions:any;
|
|
|
|
|
|
//eta图
|
|
|
- if ([1,11].includes(Data.ChartInfo.Source)) {
|
|
|
+ if ([1,11,14,15].includes(Data.ChartInfo.Source)) {
|
|
|
setLimitData(state.dataList,Data)
|
|
|
const typeMap = {
|
|
|
1: setDefaultLineOptions,
|