Highcharts custom markers in pie chart - javascript

I am trying to create a chart in which the marker symbol/image like this pie example.
I tried searching for it in the highcharts API and googled it as well. Couldn't find a solution.
Thanks for any help.

Related

Creating Kagi Chart with Highcharts/Highstocks

I have Highcharts integrated into my project and would like to create Kagi chart. It looks similar to Step Line chart, however, the thickness/thinness of the lines cannot be handled as currently highcharts doesn't provide any such options.
Is there any way to tweak the Step Line chart or any available charts in highcharts to create Kagi chart shown on StockCharts (http://stockcharts.com/school/doku.php?id=chart_school:chart_analysis:kagi)?
Need a quick solution for my problem.
Thank you!

Jquery Flot Pie Chart Legend Formatting

I am currenly working ith jquery.flot pie charts and i can't find solution to this problem.
I currently have this kind of display for pie chart and it's legend:
What i would like to achieve is to somehow connect the labels with the part of the pie chart that it is linked to. It should look similar to this:
http://demos.telerik.com/aspnet-ajax/htmlchart/examples/charttypes/piechart/defaultcs.aspx
Any help is appreciated!

Google charts - Drill up

I was able to get drill down functionality using google charts api working. So basically in my view class, I have javascript which loads the google charts library and draws a pie chart.
On that pie chart selection handler, i do an Ajax call which generates a datatable and draw another chart for me.
I could not figure out how to implement a drill up using google charts. Basically I want to get the drill up functionality as same as HighCharts provide, I cannot use highcharts as it is licensed.
Can someone post some examples or ideas on how to get drill up working using google charts ?Basically i want a button to the top right corner of my level 2 pie chart and when i click that button it should take me to level 1 pie chart.
Thanks so much for your help!

How to explode a pie chart into another pie chart using PHP/Javascript?

I’ve been trying to find a code that can explode a pie chart into another pie chart. This is because at the start when the pie chart loads it looks cramped up with so many entries. On the net I’m only able to find tutorials to do this using Excel. Can anyone help me here? Thanks in advance!
You might want to check out this lib, you can create dynamic and explorable pie charts with it (it š html5, javascript based).
Click and see yourself:
http://datavisualizationsoftwarelab.com/en/products/pie-chart/
Example of a Pie Chart:
This will help you: Google Charts

Render GEO cities on chart using highchart

I need to Render GEO cities on chart using highchart javascript library. Is it possible with highgchart. By using google chating library it is possible but I need to implement chart using highchart.
I found it is possible using google charts:
https://developers.google.com/chart/interactive/docs/gallery/geomap
but need to do same using highchart. Any idea?
Thx

Categories

Resources