@opendata-ai/openchart-engine 6.24.1 → 6.24.2

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
@@ -380,7 +380,8 @@ function resolveTextAnnotation(annotation, scales, chartArea, isDark) {
380
380
  stroke: annotation.stroke ?? "#999999",
381
381
  style: connectorStyle
382
382
  } : void 0,
383
- background: annotation.background
383
+ background: annotation.background,
384
+ halo: annotation.halo
384
385
  };
385
386
  return {
386
387
  type: "text",