1077 results found
-
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 -
Provide the option to let piecharts show the larger segments on top
Reading a pie chart is like reading a clock. It's most effective to place the largest segment at 12 o'clock (as it does now). The best way to order the rest of the segments is to place the second biggest slice at 12 o'clock on the left; the rest would follow counterclockwise.
1 voteThanks for your suggestion. For now, you can just sort your data by value before adding it to the chart.
-
outline border to stacked column bar
Instead of individual column border in stacked column.Can we apply one Outer border to Column in a single Stack . Here you can see : http://snag.gy/7KqAY.jpg.
15 votes -
Short Days
when the %a is used for a dateFormat, the first three letters of the corresponding weekday defined in lang is used.
This is a reasonable default.However there are languages, as German, where the usage is to shorten weekdays with 2 letters only
Could the entries for short days be added to lang
Of course directly using shortened day names works as well
4 votes -
Trellis Charts like http://peltiertech.com/WordPress/trellis-plot-alternative-to-stacked-bar-chart/
Trellis Charts like http://peltiertech.com/WordPress/trellis-plot-alternative-to-stacked-bar-chart/
44 votesYou can create Trellis charts in Highcharts by adding multiple charts side-by-side or underneath each other, for example inside a table or floating divs. See http://jsfiddle.net/highcharts/VqruM/.
- Don't see your idea?