@barchart/chart-lib 2.312.4 → 2.313.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.
@@ -1349,7 +1349,7 @@ declare module "@barchart/chart-lib" {
1349
1349
  gradient?: "linLighten" | "linDarken";
1350
1350
  };
1351
1351
 
1352
- export type LineMarker = "None" | "Circle" | "Square" | "TriangleUp" | "TriangleDown" | "Diamond";
1352
+ export type LineMarker = "Circle" | "Square" | "TriangleUp" | "TriangleDown" | "Diamond";
1353
1353
 
1354
1354
  /** Curve is the second most important concept of the chart. It's a smallest drawable unit of time-series data. Most plots consist of several curves, each using a portion of the time-series fields associated with the plot. */
1355
1355
  export interface Curve {