fix: wrong header content-type for curl tts

This commit is contained in:
jialin
2025-05-08 18:25:53 +08:00
parent 80a6658769
commit 92b4be90d0
4 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -168,7 +168,7 @@ const Scatter: React.FC<ChartProps> = (props) => {
tooltip: {
trigger: 'item',
borderWidth: 0,
backgroundColor: chartColorMap.splitLineColor,
backgroundColor: chartColorMap.colorBgContainerHover,
borderColor: 'transparent',
formatter(params: any, callback?: (val: any) => any) {
const dataList = findOverlappingPoints(seriseDataList, params.data);