-
Restore "target" option in the "credits" configuration
It would be most useful to restore the "target" option in the "credits" configuration so that when the user clicks on the credit text (usually in the lower right angle of the graph), the link can be opened in a new page instead of the current one.
22 votesHere’s a small plugin that you can use that alters the click handler to simulate a HTML anchor click including a target: http://jsfiddle.net/highcharts/ud795/
-
Geo chart is really cool, dont you think. http://googlevisualr.herokuapp.com/examples/interactive/geo_chart
Geo chart is really cool, dont you think. http://googlevisualr.herokuapp.com/examples/interactive/geo_chart
22 votes -
Set off negative against positive values in stacked charts
It should be possible to sum up negative and positive values in the same stack (like excel does for area charts by default).
Currently positive and negative values are stacked seperately above and below the x-axis. To keep BC and keep the old behaviour as well a new stacking mode should be added IMHO.
22 votesThis is the corresponding GitHub issue: https://github.com/highslide-software/highcharts.com/issues/1059
-
Different attributes for inside, outside and separator borders of pie chart
For the slices of a pie chart, allow the user to specify border attributes differently for inside, outside and separator borders. I would like to specify no border for the outside and inside of a donut chart, but still have borders between the slices.
22 votes -
Exporting charts just by right clicking on them
Hi
I would like to suggest a small improvement concerning exporting. At the moment, user that wants to save a highchart has to click on a download icon and choose an option from a dropdown.
A small but great improvement would be to do the same, just by right-clicking on a chart.You just right click on a chart -> save as -> desired format and voila!
I am not sure if sucha feature is possible to implement, but it would be neat to have this! :)22 votesI did an attempt at http://jsfiddle.net/highcharts/spaa2he9/, but it is quite unstable. Maybe it can serve as a starting point for you to figure out how to enable it.
-
Support for (non-breaking space) for legends, labels and categories
It would be great to control line breaks completely using non-breaking spaces ( ), <br> tags and soft hyphens (­).
22 votes -
Auto-PlotLines for Min, AVG and Max values
Auto-Plotlines for aggregate functions like Min, AVG and Max based on the series values.
This would be accessible via the series or plotline objects and would draw the lines automatically (ui default properties for each plotline defined as well and not null) for the aggregates on the values of the series.
22 votes -
Data labels with collision avoidance and connectors for scatter and bubble charts
Scatter and bubble charts do not seem to support collision avoidance for data labels. Along with collision avoidance, connectors that link the points to the data labels would be very helpful.
Thank you for the great library.
22 votesAs you can see from http://jsfiddle.net/highcharts/2cu52v0e/, there is currently collision avoidance.
It hides colliding data labels, but it doesn’t move them, and subsequently doesn’t add connectors.
-
Mixing categories and subtasks in HighCharts Gantt?
Hello,
As I tried explaining here : https://stackoverflow.com/questions/54947746/mix-categories-and-subtasks-in-highcharts-gantt
I was wondering if, in Gantt, it was possible to use parent/subtask (folding and unfolding) while also having multiple tasks on a same "line" (mixing "Interactive gantt" demo with the "subtasks" one). Apparently it is not and so I'm wondering if this behavior can be expected in the future.
For now, I think I will use css classes (or another way of identifying the parents/children) to add a bold + folding icon to parents, and to .hide() the depending yAxis when clicked (that means having an event on the label, but I'm…
22 votes -
Add icon to email pdf chart to an address
There is the ability to print a chart and to create a pdf of it, would be great to have email option to email a pdf of chart to someone
21 votes -
Allow images to be included in axis labels
Provide some way of including an image in an axis label. For example, I may want to prefix the axis labels with an icon.
I've tried including HTML in the axis label and using axis.labels.formatter to add image HTML into the label. Neither worked. I've seen reference to using renderer for doing this, but I haven't been able to find an example.
21 votesThe key is setting useHTML to true: http://jsfiddle.net/highcharts/8FSp6/.
Here’s another approach, allowing true SVG images: http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/highcharts/studies/axis-label-images/. The advantage of using SVG is that these images willl be visible in the exported chart as well.
-
add category label mouse events
Events triggered when a user clicks/hovers/etc a category label (xAxis labels).
I would use this to provide more in depth information about the label clicked. For instance, charting years in xAxis, user clicks 2012, should bring up a menu with additional options for that year
21 votes -
HIghcharts js for mobile
highcharts is a litter larger for mobile,should we have a mobile edition? highcharts should not rely on other frameworks as well,such as jquery.
21 votes -
Add calendar widget (Jquery Date picker) to the range selector input fields to highstock.
Entering date manually is a little outdated using a date picker would provide a better interaction.
21 votes -
tickmarkPlacement for xAxis set as datetime not categories
What I am after is to do exactly what the tickmarkPlacement:'between' setting does for categories. Except I need it for dates. This is a pretty fundamental charting option that should be available.
If I'm doing a chart that is over 12 months and I'm showing the months on the xAxis, I want the labels to be in between the ticks as that represents the month not on the tick that separates one month from the next.
If there is a way of doing this I would love to know. I can't use the label x setting as the charts are…
21 votes -
Graph of Cohort Analysis
What is Cohort Analysis - https://en.wikipedia.org/wiki/Cohort_analysis
Example Graph of Cohort Analysis - http://blogs.thesitedoctor.co.uk/tim/images/How-to-read-and-interpret-a-Cohort-Trian_FC17/Cohort-Created-To-Last-Purchse3.png
21 votes -
Add paging to column charts
if the list of columns are to big to display, I would like a way to paginate them and show the columns in groups of 10, 20, etc.
20 votes -
Heatmap highlight row/column of a given category
The user would click a given category name, for instance, on a list, and the heatmap would highlight the row/column that corresponds to that category. This would allow for users to look for columns/rows if interest in a faster way, especially when dealing with big datasets.
20 votes -
Circular Treemap charts
Instead of having Treemap as groups of rectangles, we can have it as group of circles.
Something like this:
- http://coolmoviebrowser.free.fr/img/circular-treemap.jpg
- http://www.addictivetips.com/windows-tips/analyze-disk-space-usage-via-7-tree-based-data-structure-visualization-treeviz/Hope you can do it :)
Regards,
Sorinel20 votes -
sparklines
Create sparklines like in Google analytics
19 votes
- Don't see your idea?