How to show axis coordinate information on a bokeh plot? - graph

I currently have Hover implemented but it's a hassle with so much information to show.
That's why I need to make an axis for my bokeh figure() that shows at the end the information of my axes, Date and Price.
I have tried with crosshair but it only shows information of elements that are painted on the screen, can this be done with bokeh?
Thank you.
info axis
I am trying to look for an option to make an axis that provides information on bokeh plots, I hope someone can guide me if this is possible, my attempts have not been successful.

Related

Custome timeGrid view with specific features

I would like to have a weekly timeGridView which handles the days along the y axis with an horizontal scroll to see the hours along the x axis.
Since I didn't found anything in the docs regarding this kind of customization, do you think it is possible to do with a custom view and do you have any tips in how to create it?
I linked below a sketch of this idea.

Patchwork is squashing my ggplot that has correct aspect when click zoom?

I've tried to make this question clear and I'm sorry that I have not been able to provide an MRE as I wouldn't even know where to begin to make this a MRE, but let me know if you can identify an obvious issue?
In my R script when I run the graph and then click zoom, the following appears: Zoom correct graph
In markdown and also in the bottom right of plots (before clicking zoom), I get the following squashed and misformatted image
Let me know if you can help in any way and I'm sorry if this is not a well worded question.
I guess I want to know in short how to edit my markdown images to appear like they do when I click Zoom function. Sorry I'm pretty new to R and SO.

Formatting Access Chart

I wish to incorporate a barchart in my access database report as a subreport. I have the data and the chart working in a subreport. The issue i have is that I only wish to show the actual barchart with no legend or title.
However no matter what I seem to try i still get large amounts of white space below and beside the chart where these components would normally appear. This means that the actual chart is relatively small within the space allowed for the subreport object.
How can I modify the report so that white space around the edges is removed or minimised.
Thanks

interactive pie chart to deep dive into each category (ideally recursively)

Is there any R package (htmlwidgets-like) to plot interactive pie charts? (please, do not get me started on the drawbacks of pie chart and its awful Tufte's data-ink ratio; the fact is that pie charts are familiar and actually appreciated by some audiences, so I want to -kind of- overcome pie chart's weaknesses with interactivity to tell a good story to an audience that would like to hear such a story using pie charts).
What I specifically want is to plot a pie chart that:
Has custom tooltips providing further details
With one click shows the details of clicked category (ideally using a sub-plot, like an another pie chart, showing how this category breaks down; even more ideally, recursively).
The closest thing I've found is amPie from rAmCharts. It has some tooltips and when you click a category slices it out. But it does not show any further detail of such category.

JavaFX scene buildler charts, is there any easy way to add the ability to zoom into section chart

I just went through a tutorial for scene builder and was able to build a stacked bar chart like I wanted. Is there any easy to add the ability to zoom into certain sections of the chart and only display the selected data??
Also is there any way to add a tooltip ability so that you can select a data point and it will display x,y coordinate or preferably be able to access some object data that you can attach to points.
Thanks you so much. I am new to JavaFX,scenebuilder and I havent' found much information about the charts.

Resources