CAGR line in highcharts - highcharts

I have a requirement wherein i need to draw CAGR line on column chart as shown in the image below.
Can someone please help me on how to get this done.

Related

Stacked value with line chart with highcharts

I got an situation like this. I would like to using line chart to draw stacked value. I have tried google search but i can't find the solution.
For example: On date May/23 i got 3 values, i would like to display these on line-chart.
How could i achieve this? Does highcharts support to do this one. Please take a look at the link attach to clearer the question
Stacked line chart image
Addition info: Im using highcharts to do this one
Thanks for any comment or answer
Follow jlbriggs
I should use scatter-chart to achieve this one
Regarding the tooltip, I would suggest using a scatter series instead of a line. Set the lineWidth in the plotOptions and it will plot just like a line series, but the tool tips are handled differently. Example: jsfiddle.net/jlbriggs/c1o8Lwgv

Highcharts - get width of each slice of a column chart

I have the highcharts,column chart, wherein I need to draw a notification bar on each of the months.
Please find image, I need to set the yellow bar under each month.
Please can anyone help me get the each width of the slice.
Thanks for ur help
Regards
Ruth

How to build a bar chart with stepline chart using highcharts

I want to create a chart for 'allocated space' and 'usage space' which may vary from time to time. I can`t create this combined chart. If any one help me out it will be very helpful for me.
In your case its column and line chart with defined step.
Example: http://jsfiddle.net/yp6tL6w2

Highcharts display label for pie chart using html table as data source

I have a working pie chart that uses data from a HTML table. I trying to get the corresponding label to show on the chart. Current it shows "slice" on all slices. Here is a jsFiddle link www.jsfiddle.net/codedecks/YJsSg/. Thanks in advance.
Did some more searching and found a couple of sample that was was able to use. In case any one else is looking for the same thing here is the link to the jsFiddle www.jsfiddle.net/codedecks/KB6Zy/.

Drawing a horizontal line till first candlestock

I want to plot a horizontal line starting from the right but then stopping at the first candlestick.
I am showing what I managed to do till now in image below (had to include a link rather than an image) but I do not wish that the line goes through all the candlesticks since I might be having more than one candlestick in the same graph. So I wish to that the line stops at the very first candlestick and does not go through all the candlesticks.
http://s17.postimg.org/luvox5ugf/rightyaxis.jpg
You can use plotLines for yAxis
http://api.highcharts.com/highstock#yAxis.plotLines

Resources