Hallo Moritz,
a workaround would may be, to filter on the datasource you use in the InfoChart, worked for me.
example:
DS_1.clearAllFilters();
DS_1.setFilter("Keyfigures", "54SRQ4HVHBMD651YECSQUA8ZH");
INFOCHART_1.setDataSource(DS_1);
best regards
Marc