402 results found
-
3D charts
Add new 3D style pie and bar charts, like http://www.jfree.org/jfreechart/images/PieChart3DDemo1.png
1,235 votesFinished as of Highcharts 4: http://www.highcharts.com/docs/chart-concepts/3d-charts/
-
1,130 votes
Highcharts Gantt were released yesterday October 17th. See https://www.highcharts.com/gantt/demo and https://api.highcharts.com/gantt/.
-
Radar plot
A radar chart or spider chart allows plotting of multivariate data. http://en.wikipedia.org/wiki/Radar_chart.
1,113 votesCompleted as of Highcharts 2.3
-
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…
951 votesCompleted as of Highcharts 2.3
-
630 votes
Treemaps is currently under development, but here is a small taste of what you can expect in the future.
At the moment there is four algorithms implemented to get users up and running quickly. These are the SliceAndDice, Stripes, Squarified, and Strip algorithm. By extending the series object, the users can also add their own algorithms for layouting the data.
A levels object is introduced to let the users set wanted options to a specific level, this is displayed in some of the demos. The levels object is great for using a mix of several algorithms in the same chart.Demos:
- http://jsfiddle.net/highcharts/sqxqq1ry/
- http://jsfiddle.net/highcharts/pa1eoqps/
- http://jsfiddle.net/highcharts/tm720ufm/ -
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)
614 votesAvailable as indicators for Highstock.
-
Stock charts
Full stock charts like the Google Finance charts, with scrolling, panning and master-details navigation.
596 votes -
Add logarithmic axes
For showing really low and really high values on the same axis
593 votesLogarithmic axes were completed as of Highcharts 2.2.
-
Allow navigator to have multiple data series
Please allow navigator to hold multiple data series. I had a request recently to convert a very large data set into separate categories, so that they could be deselected via the legend, but now I don't get the set represented in the navigator window, because it only will hold one series. And with large data, building one composite set will be too much overhead.
563 votesImplemented with Highstock 5, see http://www.highcharts.com/docs/chart-concepts/navigator.
-
551 votes
Highmaps was released last week, check out http://www.highcharts.com/products/highmaps
-
implement dynamic font size
Currently the highcharts have fixed font size, in the javascript many references are found to hard-coded font-sizes of e.g. 9px and 11px. Instead I would prefer that Highcharts use relative font-size (and paddings etc.) like 1em or 0.8em based on the font-size of the container. This would allow to print large-scale graphs on high-resolutions screens and small graphs on tablets.
431 votesImplemented with Highcharts 5, see http://jsfiddle.net/gh/get/jquery/1.7.2/highcharts/highcharts/tree/master/samples/highcharts/css/em/
-
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.
414 votesCompleted as of Highcharts 3.0
-
Add series groups
Allow groups of series so related/paired series could be turned on and off together and group together in the legend.
397 votesCompleted as of Highcharts 3.0. Series can now be paired through the linkedTo option. See http://api.highcharts.com/highcharts#plotOptions.series.linkedTo.
-
Allow irregular datetime xAxis (Note: irregular point intervals are already supported!)
Before voting on this feature, please make sure you understand that this does not apply to irregular data, but irregular axis. Specifying irregular data intervals is straight forward. See http://highslide.com/forum/viewtopic.php?f=10&t=9222.
Instead of fixed intervals for a datetime xAxis, implement support for specific corresponding datetime-value pairs in case there is no constant logging but sporadic or unsteady input data (e.g. temperature logging only if value has actually changed)
385 votesThis feature is completed as of Highstock 1.1. In Stock charts it is enabled by default and can be disabled by setting xAxis.ordinal to false. In basic charts it can be enabled by setting ordinal to true.
-
Heat maps
The values in a two dimensional matrix are represented as colors.
http://en.wikipedia.org/wiki/Heat_map380 votesCompleted as of Highcharts 4. See http://www.highcharts.com/docs/chart-and-series-types/heatmap/
-
Scrolling charts
Allow clipping of the axes and add a scrollbar to navigate the data.
378 votes -
Automatic line break for title and legend labels
Currently titles are always rendered in one line. (Although it is possible to use a br Tag, but it is hard to calculate where to insert a br and the rest of the chart is not automatically shifted.)
It would be great to have an automatic line break for long titles and/or long legend labels and an auto shift of the other chart content.358 votesCompleted as of Highcharts 3.0.3. See http://jsfiddle.net/highcharts/NVmV5/
-
Allow irregular time series to skip nights and weekends
It should be possible to remove sufficiently long empty time spans, such as nights and weekends, from the datetime xAxis. This is currently possible by using the "ordinal" feature, but in that case you need to have an evenly spaced time series (for example, sampled every minute or every hour).
Skipping empty time should also be possible for an arbitrarily timestamped time series. A simple way to implement this would be to set a time threshold. If this threshold is exceeded with no new points, the axis is cut and resumed from the next data point.
This, along with other…
353 votesCompleted as of Highstock 2.1. See http://www.highcharts.com/stock/demo/intraday-breaks
-
351 votes
Completed as of Highcharts 3.0
-
Venn Diagram
A Venn Diagram chart would be excellent. Nice and simple like the Google Charts API Venn, but with the usual HighCharts polish , tooltips, legends etc.
3 way would be great to start, 4 way even cooler ;-)
292 votesPublished in v7: https://www.highcharts.com/demo/venn-diagram
- Don't see your idea?