Options🔗
Definition🔗
export interface Options {
// Show timeline values on chart
showValue: common.VisibilityMode;
// Controls the row height
rowHeight: number;
// Merge equal consecutive values
mergeValues?: boolean;
legend: common.VizLegendOptions;
tooltip: common.VizTooltipOptions;
timezone?: common.TimeZone[];
// Controls value alignment on the timelines
alignValue?: common.TimelineValueAlignment;
}