1077 results found
-
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 -
1 vote
-
Make plotLines work without explicit width or color
Most things in HighCharts have smart defaults, so unset options will do something reasonable. But plotLines is not this way: if the user does not explicitly specify a width and color, no line will be drawn (and sometimes a JS error will happen).
Example which works but includes comments on how to easily break it: http://jsfiddle.net/LKayp/
I think plotLines (and addPlotLines) should default to a reasonable width and color, just as regular series lines do.
1 voteThank you for the request.
-
How to Print graph related extra information along with the graphs?
I want to print graph related extra information along with the graph. Please help me with this feature.
1 vote -
Column chart: gradient fill per column over height of chart
I'm trying to create a column chart showing advice based on weather data. Values are between 0 and 2. Based on the value the height is determined, and currently a singular color. I'm trying to modify this to have a gradient range for top to bottom of the chart, not as a background. Colors should start at the bottom showing red, showing a gradient to yellow (at value 1) and green (at value 2). However, I want the gradient shown even if the value for the column is say 0.615, which would need to show a gradient past halfway, still…
3 votes -
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 -
8 votes
-
Columns for tooltip
It would be nice to be able to specify the number of columns in the tooltip. For instance, I have a chart with 44 line series, 22 each for two different data sets. This makes the tooltip too long for the chart area. If I could specify two columns, it would fit fine, and be easy to read.
3 votes -
pinch zoom for ipad/tablet
I would like to give the user the ability to pinch zoom much like sencha charts
15 votesPinch zooming is being developed for Highcharts 3.0.
-
Dynamically show/hide tooltips
It would be nice to be able to dinamically show and hide multiple tooltips, and also be able to show multiple tooltips from different points at the same time.
4 votes -
Add a button to zoom out the chart to previous selection.
A button that zoom out the chart to previous selection because the button provided is zooming out it completely. I have added the a function (zoomOutPrev) for it along with some modifications in drop function and its working for me.
Here is the link for :
An HTML file used to test the function :
https://docs.google.com/open?id=0B_RgA2-RAxl0S2w0QmRvaHNfTmc
Edited Highchart Src :
https://docs.google.com/open?id=0B_RgA2-RAxl0VWt2X05HUzJVZlE
3 votes -
i hope we can set styles of headerFormat
headerFormat:'<span style="font-size: 12px">
this font-size and any other styles can not be change.
1 vote -
Step Position ('on', 'between')
I'd like to specify a stepPosition (such as 'on' or 'between') when step: true. Currently the step always occurs on the actual data point. I'd like to be able to have it step before the data point, so you end up with a plot more similar to a column chart.
My example is that I have an area chart with overlapping series, but I need a step chart, because I'm representing a fixed number of reads at specific loci on a strand of DNA.
7 votesActually we just implemented this. See http://jsfiddle.net/highcharts/vQS2n/. It will be released with the next maintenance.
-
Multi-color data series
Sometimes we want to see more information in one data series, so a single Y value isn't enough. For example, I want plot a stock series where Y represents price and color/brightness represents the volume.
I started a discussion on this topic in the support forum:
http://highslide.com/forum/viewtopic.php?f=12&t=22326&p=87651#p87651
and people suggested I post here.1 vote -
Complete auto scale (auto resize) option for charts
When resizing a chart, it would be great if the all chart elements (titles, labels, legend items, axis, all fonts) auto scaled appropriately with the chart.
This would apply not just to expanded/contracting the height and width area of the chart, but also when using the zoom feature.
Thanks.
11 votes -
Justified text alignment in legend box
I have the following in a legend:
labelFormatter: function () { return this.name + " - " + this.value; }
That looks fine, except, I want to remove the " - " and have all the values aligned to the right in their line.
1 vote -
Add support for Range Select via Shift+Click to match OS Behavior
Currently Ctrl+Click and Shift+Click will multi-select data points. Allowing Shift-Click to support range select behaviour would be more inline with common OS behavior and also allow for rapid selection of multiple data points
3 votes -
Configuration of line color for individual bars/columns in bar/column chart
Being able to configure not just the fill colour of the bars in a chart, but the outline colour as well.
3 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.
-
4 votes
- Don't see your idea?