sctj-components 1.0.75 → 1.0.76

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.
@@ -3624,6 +3624,7 @@ const _sfc_main$c = {
3624
3624
  }
3625
3625
  };
3626
3626
  const chartClick = (params) => {
3627
+ console.log("Chart clicked:", params);
3627
3628
  emit("chartClick", params);
3628
3629
  };
3629
3630
  const legendSelectChanged = (params) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sctj-components",
3
- "version": "1.0.75",
3
+ "version": "1.0.76",
4
4
  "description": "岁辞苔径组件库",
5
5
  "author": "岁辞苔径",
6
6
  "license": "MIT",