| BASE_SIG_PLOT_COMPONENT_STYLES |
BASE_SIG_PLOT_COMPONENT_STYLES:
|
Type : []
|
Default value : [`:host { display: block }`]
|
| BASE_SIG_PLOT_COMPONENT_TEMPLATE |
BASE_SIG_PLOT_COMPONENT_TEMPLATE:
|
Default value : `<!-- SigPlot -->`
|
| CHILD_MODULES |
CHILD_MODULES:
|
Type : []
|
Default value : [
CommonModule,
LineComponentModule,
RasterComponentModule
]
|
| LINE_PLOT_OPTIONS |
LINE_PLOT_OPTIONS:
|
Default value : new InjectionToken<ConstructorOptions>('line-plot.options')
|
|
Token for modifying the configuration of the plot instance |
| RASTER_PLOT_OPTIONS |
RASTER_PLOT_OPTIONS:
|
Default value : new InjectionToken<ConstructorOptions>('raster-plot.options')
|
|
Token for modifying the configuration of the plot instance |