timeline chart + bubble with rCharts - r

I'm trying to do a time series analysis of crime happening like theft. I'm able to create a timeline chart using rChart with Highchart. I need to highlight holidays, is it possble to have bubble chart inside timeline chart
Thanks

Related

Grouped Bar Chart in R using GoogleVis

I am trying to create Grouped bar chart similar to the below attached image with 2 Dimensions and one measure.
[Grouped Bar Chart] [1]: https://i.stack.imgur.com/rUQ5Y.png
I can achieve this using ggplot2 package, but the charts created using ggplot are not interactive like when I place cursor on a bar it wont show the tooltips. So I am preferring ggplot2 here.
How can I create chart similar to the attached image using googleVis package?
We used plotly package for achieving interactive visualizations instead of google visualizations which satisfied our requirement of Grouped bar chart .

How to make vistime plot in R customizable

I want to be able to click one bar of the gantt chart created in vistime plot to see the details of all the related events of that category. Is that customization possible with vistime? Also, how can I add a vertical line in the plot indicating the current date like other gantt charts have?

Too much data on the XAxis to show all the bars Stacked Bar Chart JavaFx

I would like to display a Stacked Bar Chart in JavaFx, but the range of the Data is [0-256], so when I display the Chart, all the bars are not displayed.
I split the Chart with 3 parts parts :
I wonder if there is a better solution to display in one Chart all the data.

How to add line series in stacked bar chart in javafx

I have a stacked bar chart with only two series data. Now i want to add two series line dataset into the same chart. How to do it in javafx.

Datatable and Stacked Bar Chart in One Visualization using ggvis, ggplot2 or googleVis

I would like to create a datatable with a bar chart in one visualization in r. I have created something similar in the DT library, but I am not sure if I have the ability to create a stacked bar in DT and the chart doesn't look quite as good as using ggplot2 or any of the other libraries specifically for visualizations (right orientation is one of the issues).
Here is what I was able to create in DT:

Resources