rapid-spreadjs 1.0.77 → 1.0.78

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.esm.js CHANGED
@@ -8316,7 +8316,7 @@ const EChartsUtilsAll = {
8316
8316
  lineStyle: {
8317
8317
  color: lineData[0].lineColor,
8318
8318
  //线条类型(solid:实线、dashed:粗虚线、dotted:细虚线)
8319
- type: 'dotted',
8319
+ type: 'solid',
8320
8320
  },
8321
8321
  //线条上数据点的颜色
8322
8322
  itemStyle: {