@oliasoft-open-source/charts-library 4.3.3-beta-5 → 4.3.3-beta-6
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.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -26283,7 +26283,7 @@ const annotationDraggerPlugin = {
|
|
|
26283
26283
|
afterUpdate(chart2) {
|
|
26284
26284
|
var _a2, _b2, _c2, _d2, _e2, _f2;
|
|
26285
26285
|
const { canvas: canvas2, scales, hoveredAnnotationId } = chart2;
|
|
26286
|
-
console.log(
|
|
26286
|
+
console.log(chart2);
|
|
26287
26287
|
const pluginOptions = ((_b2 = (_a2 = chart2 == null ? void 0 : chart2.options) == null ? void 0 : _a2.plugins) == null ? void 0 : _b2.annotationDraggerPlugin) || {
|
|
26288
26288
|
enabled: false
|
|
26289
26289
|
};
|