humanitiesplusdesign / palladio

An application that brings humanities research methods to data visualization.
BSD 3-Clause "New" or "Revised" License
170 stars 31 forks source link

In timespan tooltip, provide the group name #62

Closed esjewett closed 8 years ago

esjewett commented 8 years ago

Also re-enabling grouped-bars layout.

esjewett commented 8 years ago

@cncoleman Can you check out the latest after this commit? The timespan filter now allows the user to select the layout they want to see again, and we (re)introduce grouped-bar layout. However, the introduction of the layout selector takes up more vertical space, so I expanded the chart to take up the space as well.

cncoleman commented 8 years ago

I think it looks great. We are always going to have a problem with the filters taking up too much screen real estate. That's one reason the "Palladio Building Blocks" component system will be so welcome: no configuration windows in the way and no filters obscuring the primary view.

cncoleman commented 8 years ago

What ever happened to the minimized timeline view? I don't remember why we let that go. Even for the timespan view, to have the ability to get it out of the way, while still being able to brush would be very useful.

esjewett commented 8 years ago

Great - glad you think it looks good.

The minimized timeline was lost when we converted from the double timeline to the single timeline. The minimized timeline was just the "mini" timeline moved up to the top. We should bring back that functionality. Will create an issue.

cncoleman commented 8 years ago

What is the purpose of Group by in the bars layout (vs the grouped bars layout)? Maybe remove that option from the Bars only?

esjewett commented 8 years ago

It's still used in the detail of the tooltip. I can remove it, or I could change the label of the field to "Detail" or something like that if the "Grouped Bars" layout isn't chosen. What do you think?

cncoleman commented 8 years ago

Lets leave it. it's logical once you realize that its in the tooltip.The items still have a group to apply even if the layout does not reveal it.

esjewett commented 8 years ago

Sounds good. We can revisit if it proves confusing.