- start with first timestamp of first dataset in timeseries chart

This commit is contained in:
Arno Kaimbacher 2021-10-27 11:43:43 +02:00
parent 799d08bd0b
commit 02fc2f26f4
4 changed files with 17 additions and 2 deletions

View file

@ -1,3 +1,5 @@
import { FirstLastValue } from './dataset';
export class DatasetOptions {
/**
@ -67,6 +69,9 @@ export class DatasetOptions {
*/
public yAxisRange?: MinMaxRange;
public firstValue: FirstLastValue;
public lastValue: FirstLastValue;
constructor(
internalId: string,
color: string