gerson
2024-08-10 ed459ba52b9d994acc87e5d45f9293069a2f4aaa
miniprogram/components/chat-components/summary/recordset/recordset.ts
@@ -92,14 +92,17 @@
        grid: {
          bottom: 20,
        },
        tooltip:{
          textStyle:{
            fontSize:BASE_CHART_FONT_SIZE
        tooltip: {
          textStyle: {
            fontSize: BASE_CHART_FONT_SIZE
          }
        },
        legend: {
          top: 19,
          show: series?.length > 1,
          textStyle: {
            fontSize: BASE_CHART_FONT_SIZE
          },
          type: 'scroll',
        },
        toolbox: {