@barchart/chart-lib 2.358.0 → 2.359.0

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.
@@ -1815,6 +1815,10 @@ declare module "@barchart/chart-lib" {
1815
1815
  /** Whether the line transition is enabled or not. */
1816
1816
  /** @default false */
1817
1817
  enabled?: boolean;
1818
+ /** Color used to fill the (alternating) area between the lines
1819
+ * @default rgba(119,119,119,0.1)
1820
+ */
1821
+ fillColor?: string;
1818
1822
  }
1819
1823
 
1820
1824
  interface FillTrait {