Options🔗
Definition🔗
export interface Options {
// Set the height of the rows
rowHeight: number;
// Show values on the columns
showValue: common.VisibilityMode;
legend: common.VizLegendOptions;
tooltip: common.VizTooltipOptions;
timezone?: common.TimeZone[];
// Controls the column width
colWidth?: number;
}
Methods🔗
No methods.