@univerjs-pro/engine-chart 0.6.10-experimental.20250410-b7c4a5b → 0.6.10-experimental.20250411-055c47d

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.
@@ -101,6 +101,7 @@ export interface IChartData {
101
101
  categories: string[];
102
102
  max: number;
103
103
  min: number;
104
+ isValidateRelationSource: boolean;
104
105
  };
105
106
  }
106
107
  export interface IChartDataCategory {