diff --git a/package.json b/package.json index 720e608..f01357b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@domoinc/domo-phoenix", - "version": "0.20.1", + "version": "0.20.2", "description": "Build beautiful charts using Domo's powerful charting engine", "main": "build/main/index.js", "typings": "build/main/index.d.ts", diff --git a/src/interfaces/phoenix-chart-data.ts b/src/interfaces/phoenix-chart-data.ts index 085ea5d..e4a9b7c 100644 --- a/src/interfaces/phoenix-chart-data.ts +++ b/src/interfaces/phoenix-chart-data.ts @@ -11,7 +11,7 @@ export const CalendarJoinColumns = { }; export interface PhoenixChartDataColumn extends ChartDataColumnBase { - grainColumnName: keyof typeof CalendarJoinColumns; + grainColumnName?: keyof typeof CalendarJoinColumns; } interface ChartDataColumnBase {