402 results found
-
351 votes
Completed as of Highcharts 3.0
-
Implement Shadow Options (Color, Size)
This would allow us to control how the shadows look like, similar to photoshop drop shadow options.
178 votes -
Sparkline Charts
Sure there are lots of sparkline utilities out there, but wouldn't it be great if Highcharts had them too?
106 votesCreating a sparkline in Highcharts is possible by removing all axes, labels etc. The following demo shows how to create a custom constructor with all labels stripped:
-
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.
-
Display the tooltip no matter where the mouse is on the chart
As of today, Highcharts library requires you to mouse over a specific point to show the tooltip. It should also be possible to display the tooltip no matter where the mouse is on the chart. This solution can be found on different Google charts as well as http://www.campaignmonitor.com.
12 votesAdded tooltip.shared option in version 2.1
-
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/
-
Support radial gradients
This would be most useful on pie charts to enable a 3D look.
81 votesImplemented as of Highcharts 2.3
-
Google-style Pie Chart Labels
Sometimes the pie chart labels cannot be displayed, or are difficult to understand when the pie pieces are thin. Google's chart API (http://code.google.com/apis/chart/docs/gallery/pie_charts.html) places the labels outside of the chart with lines denoting pie pieces.
21 votesImplemented as of version 2.1
-
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
-
Implement "Donut" Charts
A donut chart is a pie-chart that supports multiple series. This would be very useful to our organization.
8 votesAdded in version 2.0
-
Fix spline plots to draw a better generalized line.
Current spline plots can be unintuitive when your dataset isn't quite a perfect curve. A dataset of 10,10,10,0 shows a huge spike in the line right when it really shouldn't exist.
24 votesVersion 2.1 released
-
Allow for axis labels to act as links
I would like for you to able able to specify a link URL for each label on an axis. This would allow for people to click on the label to learn more.
5 votesSee docs for axis.labels.formatter
-
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.
167 votesDrill down charts are natively supported since 3.0.7
-
Pass triggering event object when firing events
For example, when an item in a Legend is clicked, the 'legendItemClick' event is sent via 'fireEvent'. The recipient of the event does not get passed information from the original event, however. In our application, we want to deselect all legend items except the clicked item when the click is performed with the alt key selected. Without the actual event object, our code which handles the legendEventClick does not know the state of the Alt key.
As a workaround, we modified the Legend code to do the following:
...
fireEvent (item, strLegendItemClick, {
eventDetails: event
}, fnLegendItemClick);
...Seems like…
3 votes -
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
-
stacked column chart with negative values
Feature in stacked column chart that allows negative values. Positive values should be over the x axis and negative values should be underneath.
18 votesAdded i version 2.1
-
47 votes
-
1,130 votes
Highcharts Gantt were released yesterday October 17th. See https://www.highcharts.com/gantt/demo and https://api.highcharts.com/gantt/.
-
Add Bullet Graphs to the selection list
This is particularly useful for dashboard designs. Here is the wiki page for it. It is essential for visual representation of target based data comparisons in a dashboard setting or for comparing quantitative data to a target in any web environment really.
62 votesThe bullet type chart is available since Highcharts version 6.0.0.
More info: https://www.highcharts.com/docs/chart-and-series-types/bullet-chart
-
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.html265 votesCompleted as of Highcharts 3.0
- Don't see your idea?