- start with first timestamp of first dataset in timeseries chart
This commit is contained in:
parent
799d08bd0b
commit
02fc2f26f4
4 changed files with 17 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue