wujingjing
2024-10-17 ef721915b1a4afc33454e71460769bd3d7c264a9
src/components/chat/chatComponents/common.ts
@@ -54,7 +54,6 @@
   originData: {
      type: Object as PropType<any>,
   },
} as const);
export type ChatComPropsType = ExtractPropTypes<typeof chatComProps>;
@@ -63,12 +62,14 @@
      grid: {
         // bottom: 120,
         // right: '15%',
         left: 35,
         top: 65,
         left: 65,
         right: 45,
      },
      tooltip: {
         show: true,
         trigger: 'axis',
      },
      toolbox: {
         show: true,
@@ -93,10 +94,10 @@
               show: true,
               icon: PATH_ICON.line,
            },
            dataView: {
               readOnly: true,
               optionToContent: timeDataOptionToContent,
            },
            // dataView: {
            //    readOnly: true,
            //    optionToContent: timeDataOptionToContent,
            // },
            saveAsImage: {},
         },
      },