madec-project / ezvis

A dashboard to visualize a synthesis on a structured corpus, using several charts (pies, histograms, ...)
https://ezvis.readthedocs.org/
17 stars 5 forks source link

How to extend the current features? #94

Open MuseGlobal opened 7 years ago

MuseGlobal commented 7 years ago

I have a list of items I would like to clarify, if they are addressed by documentation, please direct me to it. 1) Are there additional configuration parameters for the available elements (graphs and tables) that would allow changing/controlling their current behavior? For example, how to specify a default sorting by a certain column for the log entries table? How can I add a quick filter input for the facets tables (they are pretty useful to quickly locate the desired values in case the faceting contains hundreds/thousands pages)? 2) Can I specify a more complex filter value to filter on more than one column values in the table with the log entries? For example to be able to filter with date and IP at the same time? Or with more than one values, 2 IPs for example - 192.168.10.12 and 10.10.1.1, 192.168.10.12 || 10.10.1.1, 192.168.10.12 10.10.1.1 3) In any graph page, selecting a faceting entry will filter the graph and the log entries table from bottom.
However filtering in the log entries table from below the graph will not trigger the filtering/update of the graph. Is this as expected? Thank you

parmentf commented 7 years ago
  1. The only thing I see is the ascending ordering of the first column in the chart. But this does not seem to be settable. Maybe an amCharts setting would do that?
  2. If you configure several facets for a chart, including IP and date, you can use them at the same time (selecting a facet value add a filter). Filtering by several values of the same facet is not possible, though.
  3. Yes, this "filter" label is confusing: it only influences the table.
MuseGlobal commented 7 years ago

Thank you, I was evaluating your comments. Regarding 3., is there a way to show a Filter input for the tables in which the faceting is done? For example I have a facet by IP, but the list of IPs is really big, hundreds of pages. Having a Filter input for that table would allow me to quickly locate the desired value rather that going page by page until locating it.

parmentf commented 7 years ago

Oh, I see what you need. You want to easily select a facet within the facets' table (typing the beginning of the facet's label). I'm afraid it is not possible, even using the last version of ezvis.

MuseGlobal commented 7 years ago

Thanks.