Shows Le

Results 31 issues of Shows Le

Hi, Just curious, is it possible to add hex bin capability to this package? thanks.

Brief description of the problem Hi I need to have a cleaner version of sankey diagram but couldn't find the option in API doc. The dom class name is text-shadow,...

plotly.js

Hi, In my work I found there's frequent use of box(collapse feature) and tabBox(tab feature) together, but it seems to be a bit redundant and waste of space to wrap...

backlog

Error in x[[i]] : subscript out of bounds In addition: Warning message: In pander.default(x$result) : No pander.method for "plotly", reverting to default.No pander.method for "htmlwidget", reverting to default.

enhancement

Hi, After some digging, I realize the below has to be removed to achieve my goal. background = url('images/markers-soft.png') no-repeat 0 0 However, I tried to put markerOptions( style =...

Hi, sometimes it's just rounding issue and should be ignored. something like below: https://github.com/alexsanjoseph/compareDF

Hi, I'm wondering if wrapping below feature (in bootstrap style) into the package is a good idea. I don't think there's any shiny ui related package has this feature. https://www.r-bloggers.com/paging-widget-for-shiny-apps/

``` px.density_heatmap(iris, x="sepal_length", y="sepal_width", facet_row='species', marginal_x="rug", marginal_y="histogram",width=800) ``` same for density_contour ![image](https://user-images.githubusercontent.com/3208181/60757219-38b4dd00-9fcd-11e9-93ab-a84f419df72b.png) In stead of faceting, the chart default to overlay somehow.

My dates on x-axis ``` ['2019-05-11T00:00:00.000000000' '2019-05-22T00:00:00.000000000' '2019-05-23T00:00:00.000000000' '2019-05-24T00:00:00.000000000' '2019-05-25T00:00:00.000000000' '2019-05-27T00:00:00.000000000' '2019-05-28T00:00:00.000000000' '2019-05-29T00:00:00.000000000' '2019-05-30T00:00:00.000000000' '2019-05-31T00:00:00.000000000' '2019-06-01T00:00:00.000000000' '2019-05-21T00:00:00.000000000' '2019-05-13T00:00:00.000000000'] ``` Dash / Jupyter won't plot it. However, if it's offline mode,...