Only first multiselect answer showing in dashboard widget

For past medical history, several items were selected.

In the “pivotTable” up top, one sees “Diabetes,H…” so we know there are more items, but below in the “conceptNames” only Diabetes appears visible, so we have no way of knowing extra items were selected.

Is there a way to fix this, either in the concepts or json file?

                    "conceptNames":[
                    "Cambodia_Past Medical History",
                    "Cambodia_Past Cancer Details",
                    "Cambodia_Past Medical History Details",
                    "Cambodia_Other Past Medical History",
                    "Cambodia_Past Surgical History",
                    "Cambodia_Social History",
                    "Cambodia_List Medications"
                ],
                "pivotTable":{
                    "numberOfVisits":"5",
                    "groupBy":"encounters",
                    "obsConcepts":[
                        "Cambodia_Past Medical History",
                        "Cambodia_Past Cancer Details",
                        "Cambodia_Past Medical History Details",
                        "Cambodia_Other Past Medical History",
                        "Cambodia_Past Surgical History",
                        "Cambodia_Social History",
                        "Cambodia_List Medications"
                    ]
                }
            },

Screenshot from 2017-11-30 15-46-07

This can be fixed by placing all concepts as members in a ConvSet, and just enter this single set in conceptNames. This also fixed display order issues that occur with long lists of concepts.