Skip to content

Filtering

Our visualization tool introduces a parsed syntax language, a linguistic magic wand for data crafting. 🚀

Illustry is providing some common constructions and some specific words in order for the syntax to be correctly parsed:

Constructions

  • &&
  • ’>’ (greater than)
  • ’<’ (less than)
  • ’=’ (equal)
  • ’>=’ (greater than or equal)
  • ’<=’ (less than or equal)
  • ’!=’ (not equal)

Bar Chart / Line Chart

Accepted Words

  • headers
  • values

Calendar

Accepted Words

  • categories
  • dates

Funnel / Pie Chart

Accepted Words

  • values

Treemap / Sunburst

Accepted Words

  • values
  • categories

Hierarchical-Edge-Bundling / Forced-Layout-Graph / Sankey Diagram

Accepted Words

  • values
  • categories
  • targets
  • names

Scatter

Accepted Words

  • categories
  • xCoord
  • yCoord

Timeline

Accepted Words

  • types
  • dates
  • authors

Wordcloud

Accepted Words

  • values

Example filtering

Example filtering