Commit 765f13d1 authored by delanoe's avatar delanoe

[FIX] Advanced Chart should be more explicit for new users ( I still have some...

[FIX] Advanced Chart should be more explicit for new users ( I still have some modifications to add).
parent 3a023a0e
......@@ -247,7 +247,7 @@
<input ng-if="filter.operator" type="text" ng-model="filter.value" ng-change="updateQuery()">
</span>
<span ng-if="filter.entity.key == 'ngrams'">
are in this list:
are in this list of words or expressions:
<tags-input ng-model="filter.value" display-property="terms" placeholder="Add an ngram" on-tag-added="updateQuery()" on-tag-removed="updateQuery()" add-from-autocomplete-only="true">
<auto-complete source="getNgrams($query)"></auto-complete>
</tags-input ng-model="tags">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment