General
-
Radar plot
A radar chart or spider chart allows plotting of multivariate data. http://en.wikipedia.org/wiki/Radar_chart.
1,054 votesstarted ·
AdminTorstein Hønsi
(Admin, Highcharts JS)
responded
2010-05-07: I’m thrilled to announce that we started development of polar charts today. It is closely related to the geometry of an angular gauge, so we can reuse much of the code. See live example at http://jsfiddle.net/highcharts/2Y5yF/. Please note that this is a work in progress, you will find bugs.
-
Angular Gauges
Angular Gauges such as the ones on http://www.fusioncharts.com/widgets/gallery.asp (in the top group).
This would allow people to writing financial systems or any kind of alert type of systems to monitor how far away they are from a goal or how close they are to triggering alerts.
Prime example is in the financial world: You set a Budget of $100,000 with a $20,000 threshold for a project, the gauge stays in the Green zone when spendings are below 100k, when its between 100 and 120 it is in the yellow zone (e.g. time to be concerned) and above 120k it would… more
890 votesstarted ·
AdminTorstein Hønsi
(Admin, Highcharts JS)
responded
Today, 2012-03-27, I started implementing the gauge series type – which is quite quickly done, now that we have paved the way by refactoring Highcharts to a more modular architecture for version 3.0. You can follow the development at http://jsfiddle.net/highcharts/qPeFM/. Please note that this is a work in progress. You will find bugs.
OLDER-For those of you who need some form of angular gauges and don’t want to bring in a second library, take a look at this mockup, quickly built on top of the Highcharts drawing API: http://jsfiddle.net/highcharts/bLks3/
While it is undocumented and probalbly needs some hacking to customize it, it could serve as a substitute until we are ready to launch a fully integrated version with intelligent axis handling, tooltips, animations and more of the Highcharts bells and whistles.
-
3D charts
Add new 3D style pie and bar charts, like http://www.jfree.org/jfreechart/images/PieChart3DDemo1.png
744 votesHeres how to use gradients to make the column chart look a bit like cylinders: http://jsfiddle.net/highcharts/2g78t/ . Also check out experimental radial gradients for pies: http://highcharts.uservoice.com/forums/55896-general/suggestions/888449-support-radial-gradients
-
430 votes
A subset of Gantt features can be implemented in a line chart. See http://jsfiddle.net/highcharts/r6emu/ for an example.
-
Funnel Chart Mode
Can you work on Funnel Charts ( like here: http://www.fusioncharts.com/widgets/gallery.asp#funnel )? Those are very helpful to chart processes, sales performance etc.
341 votes -
308 votesplanned ·
AdminTorstein Hønsi
(Admin, Highcharts JS)
responded
We’ve created a small plugin for maps, as seen at http://www.highcharts.com/studies/world-map.htm. So far it supports the basic features of a Highcharts series, with point events, config options etc.
Here’s another example that has both clickable points with drilldown AND data from GS: http://www.highcharts.com/studies/us-map.htm
-
284 votes
-
Support android as well as iDevices
I'm not sure if this is a big one or not, but I know that Android uses a form of WebKit for the built-in browser so it can't be too far removed from the iPhone / iPad
NB - technically you can install Opera or another browser, but most people don't
237 votesstarted ·
AdminTorstein Hønsi
(Admin, Highcharts JS)
responded
This applies to Android 2.x only. Highcharts already runs well on A3 and A4. We are working for a canvas renderer, which will be available for Highcharts 2.2.
-
Autocalculation and plotting of trend lines
Auto calculation and plotting of trend lines in line charts, as described at http://en.wikipedia.org/wiki/Trend_lines_(technical_analysis)
237 votesunder review ·
AdminTorstein Hønsi
(Admin, Highcharts JS)
responded
This pluggable implementation was shared by Chris Stefano: https://github.com/virtualstaticvoid/highcharts_trendline
-
Hiding of Y-Axis
When hiding an Y-Axis (for example when using multiple Y-Axis), I'd suggest to remove the Y-Axis title as well. Yet only the axis disappears.
231 votesstarted ·
AdminTorstein Hønsi
(Admin, Highcharts JS)
responded
We added the new axis.showEmpty option. When you set this to false, empty axes are completely hidden: http://jsfiddle.net/highcharts/gdDbt/. This will be officially released in Highcharts 2.2.
-
Threshold option for colors
Threshold option to set apply different colors , ideally to show negative values or values below target.
eg. http://people.iola.dk/olau/flot/examples/thresholding.html186 votesplanned ·
AdminTorstein Hønsi
(Admin, Highcharts JS)
responded
This feature is planned for Highcharts 3.0. We wrote up a temporary hack, which is limited to SVG browsers. That means that it won’t work in IE6, 7 and 8. See http://jsfiddle.net/highcharts/PMyHQ/.
-
Implement Shadow Options (Color, Size)
This would allow us to control how the shadows look like, similar to photoshop drop shadow options.
174 votes -
Add series groups
Allow groups of series so related/paired series could be turned on and off together and group together in the legend.
158 votes -
error bars
very much required for analysis of statistical samples
http://en.wikipedia.org/wiki/Error_bars148 votes -
132 votes
-
Bubble Chart
Create bubble charts.
126 votesplanned ·
AdminTorstein Hønsi
(Admin, Highcharts JS)
responded
Although Highcharts doesn’t have a specific bubble chart series type yet, you can create a simplified bubble chart from a scatter plot with individual point sizes: http://highcharts.com/cases/bubble.htm
-
Drill Down Charts
There should be drill down facility charts. If I have a pie chart in which I have two data "Desktop" and "Mobile". If I click on "Mobile" part in pie chart it should redirect to column graph or bar graph (whichever i specify) and list ll the mobile device I had used.
124 votes -
Add Range Series
So you can plot ranges of data.
Non straight plot bands would also be nice.
122 votesunder review ·
AdminTorstein Hønsi
(Admin, Highcharts JS)
responded
Check out this nice implementation by Stian Berger: http://jsfiddle.net/stiberger/UhMk4/
-
Heat maps
The values in a two dimensional matrix are represented as colors.
http://en.wikipedia.org/wiki/Heat_map121 votes -
Draggable legend box
As in the example found at: http://www.ejschart.com/
109 votes