diff --git a/app/charts/index.ts b/app/charts/index.ts index 189a5ae72..c415f4370 100644 --- a/app/charts/index.ts +++ b/app/charts/index.ts @@ -1522,6 +1522,8 @@ export const getPossibleChartTypes = ({ if (uniqueUnits.length > 1) { possibles.push(...comboChartTypes); + } else { + possibles.push("comboLineSingle"); } } }