@advt-gpt-chart/package 3.2.4 → 3.2.5

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.
@@ -4,10 +4,10 @@ import type { CompositeSeries } from './types';
4
4
  /**
5
5
  * 构建多 Y 轴配置
6
6
  * - 第 1 个系列:左轴
7
- * - 第 2-5 个系列:右轴(带偏移)
7
+ * - 第 2-6 个系列:右轴(带偏移)
8
8
  * 注意:不包含 X 轴,X 轴由 getCartesianAxesSpec 生成
9
9
  */
10
- export declare function buildCompositeAxesSpec(series: CompositeSeries[], tools: Tools): any[];
10
+ export declare function buildCompositeAxesSpec(series: CompositeSeries[], tools: Tools, seriesColors?: string[]): any[];
11
11
  /**
12
12
  * 为 series 创建 label 格式化函数
13
13
  * 使用顶层的 dataFormat 配置(与单图表保持一致)