tvcharts 0.8.4 → 0.8.51

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/echarts.js CHANGED
@@ -65131,6 +65131,7 @@ var CartesianAxisPointer = class extends BaseAxisPointer_default {
65131
65131
  const pixelValue = axis.toGlobalCoord(axis.dataToCoord(value, true));
65132
65132
  if (axisPointerType && axisPointerType !== "none") {
65133
65133
  const elStyle = buildElStyle(axisPointerModel);
65134
+ console.log("%c [ elStyle ]-53", "font-size:13px; background:pink; color:#bf2c9f;", elStyle, axisPointerModel);
65134
65135
  const pointerOption = pointerShapeBuilder[axisPointerType](axis, pixelValue, otherExtent);
65135
65136
  pointerOption.style = elStyle;
65136
65137
  elOption.graphicKey = pointerOption.type;
@@ -70848,7 +70849,7 @@ TooltipModel.defaultOption = {
70848
70849
  textStyle: {}
70849
70850
  },
70850
70851
  pointerStyle: {
70851
- r: 6,
70852
+ r: 4,
70852
70853
  color: "rgb(41,98,255)"
70853
70854
  }
70854
70855
  },