1081 results found
-
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
-
Size height of bar graph based on contents when containing DIV has no min height
Have a simple 3 bar graph. The containing DIV has no height defined Graph ends up rather tall with THICK bars. Ugly. If I try to control the bars by setting the plotOptions.groupPadding to .1 and pointPadding to 0 and the series I set pointWidth to 20, end up with lots of white space but graph is STILL taller than it needs to be.
1 voteYou can set the height dynamically based on the data length. See http://jsfiddle.net/highcharts/jMX8G/.
-
How can we create centered bar chart?
I'm trying to create a poor man's funnel. What I mean in the title is this:
http://chart.apis.google.com/chart?cht=bhs&chco=ffffff,FF9900&chxt=x,x,y&chxl=1:|Percentage%20converting|2:|Step%206|Step%205|Step%204|Step%203|Step%202|Step%201&chxp=1,50|3,50&chd=t:0,12.5,28,29,35.5,48.5|100,75,44,42,29,3&chbh=a&chs=800x230&chm=N**%,000000,1,-1,11,,c&chds=0,1001 vote -
exporting.height property
Please add exporting.height configuration option
1 vote -
Shared tooltip among multiple charts
I have 2 charts each chart contains 2 or 3 three series. My question is how can i implement a shared tool tip among this two charts . I already enabled shared and crosshare properties. Please suggest a solution for implementing this
4 votes -
x zoom for multiseries data
I have four series of data, and each series only has one data point. I would like to render these data with x-dimension zoom ability as good as 4 data points in one series. If this is a duplicate topic, I am really sorry, because I could not find a similar one.
Here is the fiddle: http://jsfiddle.net/yMSCZ/8/
I was trying to approach it by adding dummy x value to each data point from each series: http://jsfiddle.net/yMSCZ/9/ But it did not work out.
I understand in the first fiddle, HC will treat all the four points with the same x index,…
24 votesRegarding the OP, the recommended setup would be to use categories like this: http://jsfiddle.net/highcharts/yMSCZ/19/
-
Can CREDITS be modified to take an array (list) of text and hrefs ?
We have some charts that need multiple credits/attributions, can credits be modified to take either a single object or an array of objects each with text and href .
1 vote -
inbound and outbound time series graph
Basically to capture the inbound and outbound bandwidth values not by overwriting on each like the ones which we already have... but to have a graph which is just one below the other
1 vote -
provide keyDecimals option for tooltip
It may be usefull in case if keys are float numbers.
3 votes -
show only y-axis label according to value in serie data
I need show only y-axis label according to value in serie data, how do this?
3 votes -
Handle multiple groupings
For example, we currently have a plot that has three layers of groupings
eg. We have a series of data that each point has a sample type, disease state, probe and gene associated with it. We want to move onto highcharts but would need to be able to show the sample type in the label/colour but show the breakdown for the disease state, probe and gene. See below for our current implementation in flot.https://docs.google.com/open?id=0B0Nu-R_YNfgIb0Fidmt1TFd1TU0
I apologise if I can actually already do this - I thought I would ask first before I tried implementing it - I didn't see…
3 votes -
Export should include all visible elements (Plot Lines / Bands)
Export should include all visible elements of the current chart, this should include all post-added elements, like plot lines and bands. Series do appear to be included if added after-the-fact, but plot lines and bands are not.
3 votes -
pointPlacement 'between' for columns also to the left
You added the new feature 'between' for pointPlacement for column charts. This is exactly what I missed before, except that I need the placement of the columns between the ticks to the left, and not to the right. Could you add an option like e.g. 'between-left'?
We plot a temperature value and a precipitation sum together in a chart. If the temperature value is measured at the beginning of the time period, the actual behavior of 'between' would be ok. But in our case, the temperature value is measured at the end of the time period...
1 vote -
add the capability for HighStock to project future growth based on the past data.
If we have a series that over time is always increasing like this one: http://plus.tehk.org it would be nice to be able to ask highstock to plot a dotted line of future growth based on the average of all data for the period of data displayed. For instance, I would like to know when my count of G+ users will hit 1 billion. I could add this projected point to HighStock js and it would plot out the estimated growth out to this date.
4 votes -
save
save users charts in database for using later. and ability to add points and save them
3 votes -
Downloading hint (such as gif anaimation during Highcharts javascript is downloading)
When data is huge, user may only see a blank space for quite some time. It will be much better, if there is an animation showing that smoething is still loading
3 votes -
dynamic/infinite threshold for area charts
I have a need to display an area above (or below for reversed y-axis) a line. I can certainly specify a threshold above the highest value in the series, however this breaks the yAxis ability to dynamically pick the maximum end of the range based on the data. So I suggest either (a) have an option for the yAxis to ignore the threshold when dynamically choosing the min/max of the range, or (b) having special "positive infinity" and "negative infinity" values for the threshold that would of course be ignored by the yAxis ranging.
Thanks!
16 votes
- Don't see your idea?