Winston Chang
|
4cd5357241
|
Set dragRange=TRUE as the default
|
2015-07-02 20:25:42 -05:00 |
|
Winston Chang
|
0e3938da79
|
Add timezone support
|
2015-07-02 16:50:43 -05:00 |
|
Winston Chang
|
ec9bfc4731
|
sliderInput: add timeFormat argument
|
2015-07-02 16:50:43 -05:00 |
|
Winston Chang
|
9b91ebb8d2
|
Add strftime Javascript library
|
2015-07-02 16:50:43 -05:00 |
|
Winston Chang
|
da3f2367d7
|
Add range dragging functionality
|
2015-07-02 16:50:43 -05:00 |
|
Winston Chang
|
17cdeec34b
|
Add Date and POSIXt support to sliders
|
2015-07-02 16:50:43 -05:00 |
|
Winston Chang
|
3446afd087
|
Move input handlers to separate file
|
2015-07-02 16:50:43 -05:00 |
|
Winston Chang
|
b12fef652c
|
Update to ionRangeSlider 2.0.10
|
2015-07-02 16:50:43 -05:00 |
|
Winston Chang
|
21c7193281
|
Remove unneeded copy of normalize.css
|
2015-07-02 12:48:16 -05:00 |
|
Winston Chang
|
a57e037b05
|
Fix docs for submitButton
|
2015-06-26 16:40:32 -05:00 |
|
Winston Chang
|
7c20e865a5
|
Add width option to input functions. Closes #834, closes #589
|
2015-06-18 13:12:49 -05:00 |
|
Winston Chang
|
79267d4e12
|
Move input functions to separate files
|
2015-06-18 10:47:00 -05:00 |
|
Joe Cheng
|
7f442f4206
|
Un-deprecate data table functions until DT stabilizes
|
2015-06-11 23:27:21 -07:00 |
|
Winston Chang
|
37e552cd36
|
Move sliderInput code into separate file
|
2015-06-02 15:36:03 -05:00 |
|
Winston Chang
|
ac8831b4c7
|
Use methods() instead of .S3methods(). Fixes #849
The .S3methods() function was introduced in R 3.2.0, so this code was broken
on older versions of R.
|
2015-06-02 14:14:31 -05:00 |
|
Winston Chang
|
fdacb4fe7d
|
Add shiny.minified option for minified JavaScript. Closes #826
|
2015-06-01 20:58:10 -05:00 |
|
Winston Chang
|
5c38cb733a
|
Safer method for finding which method would be called
|
2015-05-26 17:05:10 -05:00 |
|
Winston Chang
|
515a67a320
|
Don't attempt to extract coordmap when print.ggplot is not used (#841)
|
2015-05-21 17:00:51 -05:00 |
|
Winston Chang
|
941348f1db
|
Override print.ggplot method in renderPlot. Fixes #841
|
2015-05-21 16:45:39 -05:00 |
|
Joe Cheng
|
15af660424
|
Depend on methods so Rscript doesn't fail
|
2015-05-21 09:56:16 -07:00 |
|
Joe Cheng
|
3cc4df4e29
|
Merge pull request #837 from rstudio/joe/bugfix/callbacks-fifo
Ensure that callbacks fire in a FIFO order
|
2015-05-20 14:32:46 -07:00 |
|
Joe Cheng
|
395d1cee70
|
Ensure that callbacks fire in a FIFO order
Version bump required so Leaflet can detect this fix
|
2015-05-20 13:29:56 -07:00 |
|
Yihui Xie
|
89bc7efbca
|
query$field is either an atomic vector, or a matrix, so use c() to coerce the result to a vector (previously RJSONIO::fromJSON() would return a list, but now jsonlite returns a matrix)
|
2015-05-20 12:44:13 -05:00 |
|
Yihui Xie
|
54e02e412c
|
make sure q$search[['value']] is not of length zero
|
2015-05-19 16:14:30 -05:00 |
|
Winston Chang
|
90c00bed2f
|
Check htmlwidgets version
|
2015-05-18 11:56:02 -05:00 |
|
Yihui Xie
|
46996eb81c
|
closes #807: add messages of deprecation for DataTables in shiny
|
2015-05-15 18:21:58 -05:00 |
|
Yihui Xie
|
8df98c29b8
|
this comment is no longer true
|
2015-05-15 15:06:23 -05:00 |
|
Yihui Xie
|
7554f8395b
|
fixes #814: load options after initialization of selectize in the server mode
|
2015-05-15 15:05:39 -05:00 |
|
Winston Chang
|
d252feddc9
|
Change nullOutside default to TRUE
|
2015-05-13 11:16:48 -05:00 |
|
Winston Chang
|
2ce45eab06
|
Hovering: add option to send NULL when mouse is outside
|
2015-05-13 11:08:16 -05:00 |
|
Winston Chang
|
79e4007732
|
Add option to return all selected rows for mouse interactions
|
2015-05-11 15:56:34 -05:00 |
|
Winston Chang
|
4a74f588b9
|
nearPoints: add _dist column even when zero rows selected
|
2015-05-05 23:11:33 -05:00 |
|
Joe Cheng
|
1136ad09ee
|
Merge pull request #802 from rstudio/interact-ggplot
BOOM!!!!
|
2015-05-01 09:51:51 -07:00 |
|
Winston Chang
|
a2841f7cf2
|
Allow selectBrush to operate in just x or y direction
|
2015-05-01 11:28:43 -05:00 |
|
Winston Chang
|
4fa6e9dafe
|
Fix off-by-one positioning error for base graphics
|
2015-05-01 11:28:43 -05:00 |
|
Winston Chang
|
7ebd7959f9
|
Document data structures for plot interactions
|
2015-05-01 09:58:00 -05:00 |
|
Winston Chang
|
4386015cff
|
brushedPoints and nearPoints: handle Dates and POSIXt properly
|
2015-05-01 09:56:24 -05:00 |
|
Winston Chang
|
30d0bfbdf0
|
Rename selectBrush to brushedPoints
|
2015-05-01 09:56:24 -05:00 |
|
Joe Cheng
|
48cfeca220
|
Merge pull request #797 from rstudio/joe/input-logging
Add session$onInputReceived
|
2015-04-30 22:10:21 -07:00 |
|
Winston Chang
|
5fefc48a0b
|
Fix variable name
|
2015-04-29 13:19:46 -05:00 |
|
Winston Chang
|
42f2ae16ec
|
Document missing argument
|
2015-04-29 13:19:46 -05:00 |
|
Winston Chang
|
3d47b0201f
|
Simplify selectBrush and nearPoints code
|
2015-04-29 12:17:28 -05:00 |
|
Winston Chang
|
eae2b40898
|
Add nearPoints() function
|
2015-04-29 11:48:33 -05:00 |
|
pvictor
|
b0e17f02b5
|
Change in sliderInput
Add `animate$playButton` and `animate$pauseButton` in `sliderTag` to add possibility to custom button with `animateOptions`
|
2015-04-29 15:30:25 +02:00 |
|
Winston Chang
|
3f3c131737
|
Automatically find var names for brush selection
|
2015-04-27 17:04:07 -05:00 |
|
Winston Chang
|
2b227fcca5
|
Send variable mappings in coordmap
|
2015-04-27 15:22:43 -05:00 |
|
Winston Chang
|
639e55b537
|
Rename underBrush to selectBrush
|
2015-04-25 18:00:11 -04:00 |
|
Winston Chang
|
8386404b25
|
Capture and display coordmap errors
|
2015-04-25 09:38:40 -04:00 |
|
Winston Chang
|
a093afb630
|
More informative comments
|
2015-04-23 11:53:31 -05:00 |
|
Winston Chang
|
7208688128
|
Simplify facet code
|
2015-04-23 11:53:31 -05:00 |
|