KAGI Chart and Point & Figure Chart
Can we have highcharts extension/module which can create kagi chart and point & figure chart similar to http://stockcharts.com/school/doku.php?id=chart_school:chart_analysis:kagi and http://stockcharts.com/freecharts/pnf.php?c=$INDU,P
-
Paweł Fus commented
Hi Khushboo,
Thank you for the suggestion! Regarding Point Figure chart, you can vote for it here: https://highcharts.uservoice.com/forums/55896-highcharts-javascript-api/suggestions/2320347-point-figure-charts
Actually Point & Figure chart can be created using Scatter series with custom "X" marker, please take a look: http://jsfiddle.net/6gyu5to0/ and Kagi could base on series.step option (docs: http://api.highcharts.com/highstock/plotOptions.series.step ) with zones option (docs: http://api.highcharts.com/highstock/plotOptions.series.zones ).