LCHansson / iPlot

An example of an interactive plot app - DEPRECATED
4 stars 0 forks source link

Implement performance enhancement button #20

Closed LCHansson closed 10 years ago

LCHansson commented 10 years ago

Include a button for taking a sample of the data (e.g. 10,000 observations)

LCHansson commented 10 years ago

Ping @reinholdsson

reinholdsson commented 10 years ago

The function works, but the button needs to be fixed. Preferably it should only change color on click, otherwise the confirm-icon should be placed right of the button.

LCHansson commented 10 years ago

I think the button should actually change from a fast-forward icon to a stop icon instead of changing color. This would maintain the monochrome theme of the UI buttons.

reinholdsson commented 10 years ago

See new commit in branch issue-20. I have only replaced one button. You have to re-install sparkle from GitHub.

reinholdsson commented 10 years ago

Both of those are now added to sparkle:

LCHansson commented 10 years ago

@reinholdsson claims to have a CSS fix for the button alignment. Please commit and close!