-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Infer visualisations from field definition #637
Comments
Some thoughts on execution: Generally speaking, the types of visualisations can be based on the field's What cannot be inferred is whether a field should be visualised/filtered at all. That is mostly based on whether we think it conveys interesting/relevant information. We could include boolean properties like (Alternatively, the interface could be changed to that the user can visualise anything and everything. I don't think that would help user friendliness, but it's worth mentioning.) In the case of A potential issue is when visualisations cannot handle any corpus size: either they are too slow for very large datasets, or they are meaningless for small ones. |
New elasticsearch knowledge gained: setting |
Cf. #987 |
It is within the realm of imagination that |
Yeah, that's already true. A text content field can have The idea was that that you would have a single toggle for all available visualisations on the field rather than toggling each individually - but I don't think that's so useful now. The current status of this is that we have decent validation on whether the given visualisation types are valid, but we don't generate that list automatically. This issue is relevant for #982 - the relevance of is that you want to present a list of options in a corpus form, which is still relevant. Regarding the combinatorial problem mentioned above: very long-term, #1340 is intended to address issues with expanding the number of visualisations. In the short term, I don't think the lists of 2-3 visualisation types are a problem, but we could just consider removing the option and presenting all available visualisations. |
See #987 - if you use the JSON api, visualisations are inferred. They still have to be listed for Python corpora, but that's appropriate since that format is meant to provide more detailed control. As mentioned, I see #1340 as the long-term solution for some of the issues described here, but for now I think we can close this. |
Originally posted by @jgonggrijp in #633 (review)
The text was updated successfully, but these errors were encountered: