I have been working with g.raphael graphs lately,but couldn't find a solution to a particular problem where i want to show bar chart legends outside the bar chart(like one that is available in google graphs),am talking about legends here,not labels,can anybody please help me out?
Related
I have to implement a feature which is to show a bar from A to B in highchart.
What I want to do is to for any two given points, I need to add a red bar. For example: show a red bar between A(10:25) to B(10:35).
I failed to find any answer online, does anybody know how to do that? Thanks.
I found arearange can solve the problem.
I am using the "Custom Events" highchart plugin by Black Label, to detect right click in my chart. My goal is to use the right click in the chart as "Back" button when drilling out from my custom data. I know highchart has drilling options embedded, but this is a highly custom application, and my problem is that I need a way to detect right click on the x-axis crosshair line.Since the crosshair is following the mouse, 90% percent of the right clicks is triggered on the crosshair line itself, and I can not manage to detect that click. I need the event to be catched inside highcharts, because there is multiple charts on my page, and I need to know which chart was clicked on, and on what point.
I hope you understand my explanation and problem.
BR,
Benjamin Kruger
I have a drill down report, it's tool tip is going behind the drillupbutton. How to bring the tool tip front/above of the drillupbutton?
Fiddlehttp://jsfiddle.net/rvg3dw4q/1/
To replicate drill down parent and place cursor on the last column.
you can use the following:
"tooltip":{"xDateFormat":"%m/%d/%Y",followPointer:true},
updated fiddle
hopefully it helps
Does anyone know the setting in highcharts (I've looked through the API but I can't seem to find it - maybe looking in the wrong place?) where I can disable the chart's ability to resize when I click on a legend item?
http://api.highcharts.com/highcharts#legend
If there are two lines on the graph, and toggle off one of them on the legend, the graph resizes to show the one line full sized. I want to prevent this functionality.
There actually is a simple solution to this provided for by the API:
chart: {
ignoreHiddenSeries: false
}
I'm pretty sure this is the behavior you desire.
I have Google visualization Charts and tables inside each Jquery Portlet with sorting option. When i drag a Portlet from aposition to other position, the visualization charts or table inside portlet will hide.
I search on google, got http://forums.openflashchart.com/viewtopic.php?f=3&t=824. In that, someone said this problem is solved, but i am not able find the solution. Please help me solve this problem.
In Google visualization Chart options add 'forceIFrame': false. Now It works fine without hiding chart when dragging portlet.