MoritzStefaner / Elastic-Lists

Elastic Lists are a fluid, rich interface for facet browsing. Apache licensed, AS3 project for use in Flash CS4 or Flex.
http://moritz.stefaner.eu/projects/elastic-lists/
Apache License 2.0
108 stars 25 forks source link

subValues #12

Open danieloostra opened 11 years ago

danieloostra commented 11 years ago

Moritz,

Great product, I love it. Question though: how do I implement the subValues and what do they do? I've tried playing with it a number of ways, this is what I have there now.

I'm working with the example code...

Any advice please.

Thank you!

--dano

I'm trying to do something like this:

... contentitems....

Monthly Aerosol Optical Depth Atmosphere Aerosols MISR N/A 2000 ...facets... ``` atmosphere aerosols airquality atmosphericpressure atmospherictemperature atmosphericwatervapor clouds precipitation ```
MoritzStefaner commented 11 years ago

Hi, I have to answer from memory, but I think that worked only for hierarchical facets. So you could have a geo facet, and "Spain" would be a subvalue of the "Europe" facet. Does that make sense?

danieloostra commented 11 years ago

Thanks, I'll play around with it some more and see how I can implement it. So, to add on to my last question, I'd also like to do some color tabs and things the way you've done it in the "5 years of inforgraphics". Would you make that code available for me to look at as well?

Thanks again for your great work.

dano