1077 results found
-
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.
-
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 -
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 -
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 -
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 -
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 -
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 -
exporting.height property
Please add exporting.height configuration option
1 vote -
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/.
-
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 -
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 -
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.
-
1 vote
-
It would be great if scatter plot tools tips could show number of data points in each x/y position
It would be great if scatter plot tools tips could show number of data points in each x/y position
1 vote -
Function graphing for mathematical equations
A way for students to build a graph and plot functions of equations on it - linear, quadratic, sine/cosine, exponential, absolute value.
1 vote -
add margin so showlastvalue = false not needed
add margin setting between top of chart area and zoom / data range row. currently one has to set top variable for all axis to move them all uniformly, also offset for axis labels and axis title not uniform, they should all take into account the opposite value of axis and move as group, also spacing between labels and axis title not dynamic, the width of the labels can leave to much space or to little, even overlap. comments specific to highstock, not sure if highcharts works same way
1 vote -
Vertical scrolling in the legend
Add the ability to add vertical scrolling in the legend box when there are more items in the legend area than the viewable number of items.
1 vote -
I'd like to draw network diagram using highcharts. is it possible?
I'd like to draw network diagram using highcharts.
similar to Gannt chart. but do not need that functions( folding, moving shedule, etc.). just showing dates and schedules.
is it possible?1 vote -
move the time line continuously by pressing the button of scrollbar
Currently, when clicking < or > of scrollbar, the time line moves.
But when pressing < or > of scrollbar, the time line doesn't move.Our users want to be able to move the time line continuously by pressing the button of scrollbar. Can you enhance it?
1 vote -
a property to change height/width of the small scrollbar-buttons
We are using a touchscreen.
At highchart there are two small buttons over the scrollbarbutton.I am not able to change the dimensions of this small buttons which are used to change the timeselection.
This property can also be combined with the dimension of the scrollbar { height: XX, width: XX}1 vote
- Don't see your idea?