[Simile-Widgets] Re: Creating bar chat based on count of records with certain property

2011-05-19 Thread Nik_G @OpenHalton
Hi David - You mentioned it's not _currently_ possible to make the bar chart dynamic, refreshed when new filters are applied. Is it possible in general? Could the exhibit function language support that functionality, and what would it take to make it happen? Nik On Apr 27, 12:24 pm, David

Re: [Simile-Widgets] Re: Creating bar chat based on count of records with certain property

2011-05-19 Thread Thamizh Vaanan
Nik, I don't think he means that the bar chart cannot be dynamic. It is indeed dynamic and refreshes when new filters are applied. (See this example): http://www.simile-widgets.org/exhibit/examples/factbook/factbook-people.html But the limitation he mentions stems from the fact that bar chart

Re: [Simile-Widgets] timeline: Dynamically Changing events displayed

2011-05-19 Thread Michael Nosal
You can change events at any time after they have been loaded. The events are accessible through the EventSource object. Timeline doesn't have event setters, but they are easy enough to add: jQuery.extend(Timeline.DefaultEventSource.Event.prototype,{ setStart: function(start) {if

[Simile-Widgets] Re: Creating bar chat based on count of records with certain property

2011-05-19 Thread Nik_G @OpenHalton
Hi Thamizh David - Yes, sorry I meant: Dynamic for a SUM or COUNT of a specific set of items. In other words, the requirement is similar to what you mentioned, which is an Aggregate Bar Chart / Pivot Chart for items. The hack http://people.csail.mit.edu/karger/Exhibit/Nobelists/nobelists.html

[Simile-Widgets] is there a full installation and a start guide for crowbar?

2011-05-19 Thread cvnshir
Hi, I tried to install crowbar in fedora linux. When I do /usr/bin/xulrunner application.ini I get Error: cannot open display: :10 Before this I did, export DISPLAY=:10, since it was saying Error: no display specified Thanks in advance. cvnshir. -- You received this message because you are

[Simile-Widgets] Re: Timeline: how to put related events in the same line?

2011-05-19 Thread Luis Cabral
Hi there, Many thanks for the replies and tips! I will try them out and let you know how it goes... I didn't know about this trackNum property.I was looking at the wiki hosted in code.google.com (the documentation wiki link links to it) and it does not mention it... I didn't know about the