1069 results found
-
Bar/Column Stacked Chart Labels like Pie Chart?
It would be nice if it is possible to create a bar chart with labels like the pie chart. I need to be able to create the labels outside the column and create that line to them. Just like the pie chart does here:
http://www.highcharts.com/demo/pie-basicI have a Stacked Bar Chart that shows percentages and the labels wont be visible if the value is too small. or if I make them visible they will be overlapping.
Here is an Example Fiddle to show the problem
http://jsfiddle.net/xdbLscn7/24 votes -
Require scrolling feature
If I tend to display huge volume of data, chart GUI is not stretching to accomodate all contents, instead it reduces their dimensions to incorporate them within given area. This makes chart unreadable, also leads to overlapping of data during display. It will be great if chart length grows horizontally on more data and provides a scroll bar
23 votes -
Ability to persist tooltip post mouse leave.
Would like the ability to keep the tooltip shown after the users mouse has left the chart. Pretty easy to add.
Add option tooltip.sticky
Current 3.2.0.
Line: 1613. Add sticky: false.
Line: 8672. Add && !chart.options.tooltip.sticky.
Line: 8618. Wrap with if statement (!chart.options.tooltip.sticky).23 votes -
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.
-
Ribbon Chart
A "ribbon chart" which is a new way to look at a stacked area/column chart. Looks much prettier and easier to compared to the normal stacked styles that have commonly existed in most chart systems.
This site wrote up an article about the style being added to another chart system.
http://radacad.com/ribbon-chart-is-the-next-generation-of-stacked-column-chart
thanks!
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 Renko chart type to the charting cabability, here is a link for charting Renko
Create highstock renko chart type. https://stockcharts.com/school/doku.php?id=chart_school:chart_analysis:renko
21 votes
- Don't see your idea?