Dashboard schema: Review and mature fiscalYearStartMonth property (#62105)
This commit is contained in:
@@ -647,7 +647,7 @@ export interface Dashboard {
|
||||
*/
|
||||
editable: boolean;
|
||||
/**
|
||||
* TODO docs
|
||||
* The month that the fiscal year starts on. 0 = January, 11 = December
|
||||
*/
|
||||
fiscalYearStartMonth?: number;
|
||||
gnetId?: string;
|
||||
@@ -800,6 +800,7 @@ export interface Dashboard {
|
||||
|
||||
export const defaultDashboard: Partial<Dashboard> = {
|
||||
editable: true,
|
||||
fiscalYearStartMonth: 0,
|
||||
graphTooltip: DashboardCursorSync.Off,
|
||||
links: [],
|
||||
panels: [],
|
||||
|
||||
Reference in New Issue
Block a user