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.cjs.js CHANGED
@@ -8338,7 +8338,7 @@ const EChartsUtilsAll = {
8338
8338
  lineStyle: {
8339
8339
  color: lineData[0].lineColor,
8340
8340
  //线条类型(solid:实线、dashed:粗虚线、dotted:细虚线)
8341
- type: 'dotted',
8341
+ type: 'solid',
8342
8342
  },
8343
8343
  //线条上数据点的颜色
8344
8344
  itemStyle: {