@meshmakers/octo-meshboard 3.4.280 → 3.4.290

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@meshmakers/octo-meshboard",
3
- "version": "3.4.280",
3
+ "version": "3.4.290",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^22.0.0",
6
6
  "@angular/core": "^22.0.0",
@@ -4236,6 +4236,9 @@ declare class LineChartWidgetComponent implements DashboardWidget<LineChartWidge
4236
4236
  hasValidConfig(): boolean;
4237
4237
  formatValue(value: number): string;
4238
4238
  getUnitForSeries(seriesName: string): string;
4239
+ /** The downsampling min/max envelope is rendered as a separate `<name> (min/max)` rangeArea
4240
+ * series; it is excluded from the shared tooltip so only the actual value lines are listed. */
4241
+ isBandSeries(seriesName: string): boolean;
4239
4242
  private loadData;
4240
4243
  private buildStreamDataArgs;
4241
4244
  /**