1077 results found
-
Add top border to PlotBand
When plotting a plodBand it doesn't plot the top border, if it's required to not plot the top border for some use cases, there should be an option to plot or not the top border.
1 voteThe plot bands are only single shapes so we can’t currently give them individual borders. What you can do is to add a plotLine at the top value of the plot band.
See http://jsfiddle.net/highcharts/8bkL6pty/ -
Map of Lebanon with all districts?! Please
Please post a map of Lebanon with all districts!
9 votes -
Pie Title
Introduce a pie title that displays the series name. There should be option for placement: 'above', 'below' and 'inside'.
Pie titles are necessary when you use charts with 2 or more pies is them.
See these 3 mockups I made:
Above: http://jsfiddle.net/kzoon/Nw2cC/
Below: http://jsfiddle.net/kzoon/qMvc9/
Inside: http://jsfiddle.net/kzoon/8SdqV/11 votesI created this small plugin that allows a pie plugin to be aligned using the regular Highcharts alignment options (align, verticalAlign, x, y).
-
Please add the feature of spacing between series
Please add the feature of spacing between series
3 votesCan you elaborate on that? What kind of series? Where do you want the spacing? A sketch or screenshot would be helpful.
-
Allow specifying borderRadius for individual corners
'Border radius' on a column chart currently affects all 4 corners of a column identically. Please, could we have the ability to set individual corners at different radii?
Personally I would like this so that I can round just the top of a stacked column chart, but i think it would be a great addition and allow some nice extra flexibility in look & feel.147 votesI created a plugin for this feature, see http://www.highcharts.com/plugin-registry/single/5/Rounded-Corners
Edit 2014-05-07: Co-worker Stephane also has a nice drop-in code snippet for creating custom shapes: http://jsfiddle.net/highcharts/My9Qp/
-
Bubble Chart - Stacked events are not easily seen and only 1 message is displayed.
Maybe display a label indicating how many stacked items are on top of one another.
1 vote -
Allow injecting a tooltip into the document body directly
Allows using highcharts within more complex stacking contexts, and offers a much cleaner solution to issues like http://stackoverflow.com/questions/18658043/highcharts-pie-tooltip-cuts-off, http://stackoverflow.com/questions/10734746/highcharts-tooltip-overflow-is-hidden, http://stackoverflow.com/questions/31415313/force-highcharts-to-display-tooltip-outside-of-div-container, http://stackoverflow.com/questions/20556824/highcharts-tooltip-z-index, http://stackoverflow.com/questions/15130311/highcharts-labels-visible-over-tooltip, etc.
4 votesI think this study addresses the problem:
http://jsfiddle.net/gh/get/jquery/1.7.2/highcharts/highcharts/tree/master/samples/highcharts/studies/tooltip-outside-box/We are considering making this a part of the core. Does it resolve your problem?
-
highchart solid gauge show a default tooltip or series
many people don't have the idea to move the mouse over the apple watch solid gauge at the first impression, is there anyway to show one tooltip to pretend it's selected by default? or show series around the circle ?
1 voteYou can show the tooltip programmatically: http://jsfiddle.net/highcharts/9ydqmou9/
-
Ability to put a marker on Gauges
It would be great if we can add an extra UI (any UI shape , triangle or arrow shape) on Angular or Solid gauge chart to indicate extra value(probably a target value or goal value) other than the current value.
I know I can put a label anywhere (with x,y pixel values) but this is not dependant on the location of the value on graph. It would be awesome if I can put "marker" (one or more?) with a series data value to insert a shape or something similar.
1 voteOne way to do it would be to add a static dial: http://jsfiddle.net/highcharts/mgucea1x/, but you are limited to the options given for the dial shape.
-
Show value in legend
Today one big problem is that when we have a Stock chart with around 5 series & data for about 3 years, the tooltip hides important data.
It'd be great to have an option to show the values aside the legend items instead of the tooltip like http://www.amcharts.com/stock/multiple-datasets/. That way we can make sure that the values are shown & nothing in the chart area is hidden from the viewer.45 votesIn the Highstock you can position the tooltip absolutely, which provides a similar effect: http://jsfiddle.net/highcharts/j7BSy/
// Updated 2013-07-22
To use a true legend, a plugin is needed. See http://jsfiddle.net/highcharts/DVvdZ/ -
Hide Overlapping StackLabels
For stacked bar and column charts, it would be great to have collision detection for stack labels that overlap with each other. Since this is already enabled for regular data labels it would be nice to have stack labels behave in the same way and be toggled through a similar allowOverlap property.
13 votes -
3d surface charts
Anyway plans for 3d surface charts?
http://code.google.com/p/javascript-surface-plot/154 votesCheck out Paulo Costa’s plugin for 3D surface charts: http://www.highcharts.com/plugin-registry/single/35/contour
-
Highchart scroll
Can I move scroll to particular x-axis location on chart through Javascript?
1 vote -
highchart - chart should be overflow = auto
Can we have any highchart functionality/feature that dashboard can automatically adjust width(HScroll bar) & height(VScroll bar) ?
Like chart should be overflow = auto (as per data)
1 voteHi, with the new axis scrollbar feature it is possible to set a fixed range on the axis, so that the scrollbar is visible for longer series: http://jsfiddle.net/highcharts/fh0ormh5/
-
1 vote
-
Stacked area (spline etc) in irregular datetime series
When you create more datetime irregular series, by now only the same datetime values are used to create the stack, resulting in a correct-but-ugly graph.
327 votesWe have done improvements in this behaviour in Highcharts 3.0. See http://jsfiddle.net/highcharts/QuteB/. Would you consider this case solved?
-
please add 3d arrow markers (refer http://jsfiddle.net/qy4chs3y/13/)
we need arrow in the z-axis. I have written an example in jsfiddle as mentioned above. I need the arrows to be shown in 3D (z axis)
2 votes -
Allow the tooltip to appear when a point is clicked (instead of hover).
Tool tip only appears when a point is clicked rather than hover. The tool tip would persist until another point is clicked or if the user clicks anywhere on the chart.
82 votesHere’s a small drop-in snippets that stops tooltips from the mousemove event, and applies them to the click instead. Touch devices should be unaltered.
-
little things to get dusty enterprises into web era to enable HighCharts (more)
Some enterprises:
-have websystems that force you to save files locally instead of letting the browser handle it, which sabotages AJAX and with that pretty much HighCharts
-think in filePaths not HTTP URLs (partly because of the previous)
-have mostly employees for which "Save As CSV" is about the most technical thing they're capable of
-have an Oracle person, who can't do JS, e-mails a lot of .xls files, or gets expensive outsiders to code custom solutions not as nice and flexible as HighChartsMy suggestions to fix these matters are:
dataviz ideas:
genericCSV2barChart
openWebFilesInsteadOfDownload
parseOracleUserSnippetsJS
filePath2URL
filePath2URLinFileExploreropened github…
1 vote -
Adapt chart height to legend height
Auto sized (height) "renderTo" container on bottom aligned legendgroup with fixed chart height + option for legend items with the same (max) width for better readability
298 votesThere’s a plugin for this, please see http://www.highcharts.com/plugin-registry/single/8/Adapt-Chart-To-Legend
- Don't see your idea?