@oliasoft-open-source/charts-library 4.5.2 → 4.6.0
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
CHANGED
|
@@ -25495,7 +25495,6 @@ const generateAnnotations = (annotationsData) => {
|
|
|
25495
25495
|
const onDragEnd = () => (cord, annotation2) => (ann == null ? void 0 : ann.onDragEnd) ? ann == null ? void 0 : ann.onDragEnd(cord, annotation2) : void 0;
|
|
25496
25496
|
return {
|
|
25497
25497
|
...ann,
|
|
25498
|
-
drawTime: "afterDraw",
|
|
25499
25498
|
display: ann == null ? void 0 : ann.display,
|
|
25500
25499
|
annotationIndex: idx,
|
|
25501
25500
|
id: `${ann == null ? void 0 : ann.label}-${ann == null ? void 0 : ann.value}-${idx}`,
|