@univerjs-pro/engine-chart 0.8.0-nightly.202505271607 → 0.8.0-nightly.202505281606

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.
@@ -407,11 +407,6 @@ export declare class ChartModel extends Disposable {
407
407
  format?: string | undefined;
408
408
  } | undefined;
409
409
  allSeriesStyle?: {
410
- point?: {
411
- shape?: import('..').LinePointShape | undefined;
412
- size?: number | undefined;
413
- color?: import('@univerjs/core').Nullable<string>;
414
- } | undefined;
415
410
  color?: import('@univerjs/core').Nullable<string>;
416
411
  label?: {
417
412
  contentType?: number | undefined;
@@ -439,6 +434,11 @@ export declare class ChartModel extends Disposable {
439
434
  dashType?: import('..').ChartBorderDashType | undefined;
440
435
  } | undefined;
441
436
  rightYAxis?: boolean | undefined;
437
+ point?: {
438
+ shape?: import('..').LinePointShape | undefined;
439
+ size?: number | undefined;
440
+ color?: import('@univerjs/core').Nullable<string>;
441
+ } | undefined;
442
442
  waterfall?: {
443
443
  positive?: {
444
444
  chartType?: (ChartTypeBits.Line | ChartTypeBits.Column | ChartTypeBits.Area) | undefined;
@@ -1561,11 +1561,6 @@ export declare class ChartModel extends Disposable {
1561
1561
  format?: string | undefined;
1562
1562
  } | undefined;
1563
1563
  allSeriesStyle?: {
1564
- point?: {
1565
- shape?: import('..').LinePointShape | undefined;
1566
- size?: number | undefined;
1567
- color?: import('@univerjs/core').Nullable<string>;
1568
- } | undefined;
1569
1564
  color?: import('@univerjs/core').Nullable<string>;
1570
1565
  label?: {
1571
1566
  contentType?: number | undefined;
@@ -1593,6 +1588,11 @@ export declare class ChartModel extends Disposable {
1593
1588
  dashType?: import('..').ChartBorderDashType | undefined;
1594
1589
  } | undefined;
1595
1590
  rightYAxis?: boolean | undefined;
1591
+ point?: {
1592
+ shape?: import('..').LinePointShape | undefined;
1593
+ size?: number | undefined;
1594
+ color?: import('@univerjs/core').Nullable<string>;
1595
+ } | undefined;
1596
1596
  waterfall?: {
1597
1597
  positive?: {
1598
1598
  chartType?: (ChartTypeBits.Line | ChartTypeBits.Column | ChartTypeBits.Area) | undefined;
@@ -2715,11 +2715,6 @@ export declare class ChartModel extends Disposable {
2715
2715
  format?: string | undefined;
2716
2716
  } | undefined;
2717
2717
  allSeriesStyle?: {
2718
- point?: {
2719
- shape?: import('..').LinePointShape | undefined;
2720
- size?: number | undefined;
2721
- color?: import('@univerjs/core').Nullable<string>;
2722
- } | undefined;
2723
2718
  color?: import('@univerjs/core').Nullable<string>;
2724
2719
  label?: {
2725
2720
  contentType?: number | undefined;
@@ -2747,6 +2742,11 @@ export declare class ChartModel extends Disposable {
2747
2742
  dashType?: import('..').ChartBorderDashType | undefined;
2748
2743
  } | undefined;
2749
2744
  rightYAxis?: boolean | undefined;
2745
+ point?: {
2746
+ shape?: import('..').LinePointShape | undefined;
2747
+ size?: number | undefined;
2748
+ color?: import('@univerjs/core').Nullable<string>;
2749
+ } | undefined;
2750
2750
  waterfall?: {
2751
2751
  positive?: {
2752
2752
  chartType?: (ChartTypeBits.Line | ChartTypeBits.Column | ChartTypeBits.Area) | undefined;