@opendata-ai/openchart-core 6.5.0 → 6.5.1
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 +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/types/spec.ts +1 -1
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:
|
|
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';
|