@opendata-ai/openchart-core 6.5.0 → 6.5.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.d.ts CHANGED
@@ -645,7 +645,7 @@ interface SeriesStyle {
645
645
  type AnimationEase = 'smooth' | 'snappy';
646
646
  /** Stagger configuration for sequential element reveal. */
647
647
  interface AnimationStagger {
648
- /** Delay between each element in ms. Default: 30 */
648
+ /** Delay between each element in ms. Default: 80 */
649
649
  delay?: number;
650
650
  /** Ordering strategy. Default: 'index' (DOM order) */
651
651
  order?: 'index' | 'value' | 'reverse';
@@ -1837,8 +1837,8 @@ interface ResolvedLabel {
1837
1837
  to: Point;
1838
1838
  /** Connector line color. */
1839
1839
  stroke: string;
1840
- /** Connector style: straight line, curved arrow, or directional caret. */
1841
- style: 'straight' | 'curve' | 'caret';
1840
+ /** Connector style: straight line or curved arrow. */
1841
+ style: 'straight' | 'curve';
1842
1842
  };
1843
1843
  /** Background color behind the label text. */
1844
1844
  background?: string;