- add platform-detail.component
- remove helgoland modules depiction and selector and angular/forms
This commit is contained in:
parent
e797122055
commit
7f13e31251
13 changed files with 174 additions and 1145 deletions
|
@ -21,10 +21,10 @@ export interface InternalDataEntry {
|
|||
axisOptions: {
|
||||
uom: string;
|
||||
label?: string;
|
||||
zeroBased?: boolean;
|
||||
// yAxisRange?: MinMaxRange;
|
||||
autoRangeSelection?: boolean;
|
||||
separateYAxis?: boolean;
|
||||
// zeroBased?: boolean;
|
||||
// // yAxisRange?: MinMaxRange;
|
||||
// autoRangeSelection?: boolean;
|
||||
// separateYAxis?: boolean;
|
||||
parameters?: {
|
||||
feature?: { id: string, label: string };
|
||||
phenomenon?: { id: string, label: string };
|
||||
|
|
|
@ -21,26 +21,7 @@ export class DatasetOptions {
|
|||
*/
|
||||
public visible: boolean = true;
|
||||
|
||||
/**
|
||||
* separate y axis of datasets with same unit
|
||||
*/
|
||||
public separateYAxis?: boolean = false;
|
||||
|
||||
/**
|
||||
* align graph that zero y axis is visible
|
||||
*/
|
||||
public zeroBasedYAxis?: boolean = false;
|
||||
|
||||
/**
|
||||
* auto zoom when range selection
|
||||
*/
|
||||
public autoRangeSelection?: boolean = false;
|
||||
|
||||
/**
|
||||
* marker to request dataset data generalized
|
||||
*/
|
||||
public generalize?: boolean = false;
|
||||
|
||||
|
||||
/**
|
||||
* list of visible reference values
|
||||
*/
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue