|
|
@@ -82,7 +82,7 @@ public class DashboardsToChartsUtilService {
|
|
|
}else if ("population".equals(chartType)){
|
|
|
return getPopulation(fetchConfig, token, filters, chartId, styleConfig);
|
|
|
|
|
|
- }else if ("individual".equals(chartType)){
|
|
|
+ }else if ("individual".equals(chartType) || "indicator".equalsIgnoreCase(chartType)){
|
|
|
return getIndividual(fetchConfig, token, filters, chartsToDashInfo.getTestPage(), chartId, styleConfig);
|
|
|
|
|
|
}else if("scatter".equals(chartType)){
|