Hi all,
I'm trying to filter values in lists in Bar charts.
But I end up displaying all values of list in Bar Charts
Example:
Here I'm trying to filter with language - English
Below field with list:
contentepisodes_ref.title
{
"language": "Hindi",
"text": "मास्टर होम डिजाइन"
},
{
"language": "English",
"text": "Master Home Design"
}
Now I filter with only English, but still end showing both values of list.
Anyway I can only show English i.e one of the values of the list.
Any ideas?
