1081 results found
-
Support more intuitive legend customization - (maxHeight/navigation issue)
Namely, I have an issue with the misleading maxHeight property. If you are digging deep enough in the docs to customize the legend to use maxHeight, this property's value should be taken as gospel.
Either that or allow for the navigation (pagination) of the legend to be disabled without having to have useHTML enabled.18 votes -
Allow tooltip toggling
In current version this scenario is impossible:
1) load data
2) zoom in
3) enable tooltip (whatever that means programmatically - now basically deleting the charts element and constructing new, then zooming in with setExtremes)
4) zoom out to the full range previously loaded (that is what's now impossible)In my current project I run into this scenario quite often.
And, by the way, the Highcharts library is really good, tank you for the job well done!
6 votes -
Add HighCharts to packagist so that it can be managed with composer as a dependency
HighCharts is not found on packagist. So it would be nice to have it added there. Managing the dependencies with composer is so much nicer and cleaner. Thanks.
1 vote -
Multicharts with sliders showing values on all charts as per WeatherUnderground Beta Weather Site.
WeatherUnderground's new beta weather site (http://preview.wunderground.com/cgi-bin/findweather/hdfForecast?query=94965&MR=1) shows the use of three charts showing various weather variables with ONE slider over all three charts showing the values on all three charts. This multi-layered configuration of charts linked by one slider would definitely be great indeed as it avoids crowding too may items on one chart.
1 vote -
INTEGRATION AND Highcharts CakePHP
COMO PUEDO INCLUIR LA LIBRERÍA EN EL FRAMEWORK CAKEPHP
GRACIAS
3 votes -
"Rel=nofollow" -- Google forces webmasters to add "nofollow" on most of the out links, please add the feature in next version.
Google forces webmasters to add "nofollow" on most of the out links, please add the feature in next version.
Billy
1 vote -
highmaps: add demo for svg map-parser
i cant find any code snippet for using map-parser
0 votesThank you for your request.
-
highmaps: add examples
better to use geojson/topojson as an open standard format for encoding collections of simple geographical features
0 votesImplemented natively in Highmaps Beta. See http://api.highcharts.com/highmaps#Highcharts.geojson.
-
dataLabel overlapping in highcharts bubble chart
In semi-overlapping condition where dataLabel of the bubble at back mixes with the one in front.
we have tried by applying greater z-index also, but it is not working.
We want to hide datalabel of behind bubble partially(upto front bubble).
4 votes -
Specify z-min and z-max to correspond to minSize and maxSize on bubble maps
You can specify the minSize and maxSize for the circle size on a bubble map, but you cannot specify the z-min and z-max values that should correspond to those sizes, effectively dictating the distribution.
The goal is to be able to add a legend to the map that displays the z-min value and minSize circle as well as the z-max value and maxSize value, but right now that cannot even be rendered manually since the association of the z-min to minSize and z-max to maxSize is hidden.
1 vote -
Redraw funnel chart the same way as pie chart when a slice is removed
Pie chart ( and others ) redraws when a slice is removed . Example http://jsfiddle.net/2Me2z/134/
When removing a slice , other slices will expand and take up the spaces. Is there a way to have the same behavior on funnel chart?
Same question on stackoverflow:
http://stackoverflow.com/questions/22766844/redraw-funnel-chart-in-highchart-when-a-segment-is-removedThanks
2 votes -
Get Series by name option
Can we have option to get series by name like
chart.series['name'] as of now either need to iterate like
$(chart.series).each(function(i, serie){console.log(serie.name)})
or if we the know the order then fetch chart.series[0].name
2 votes -
Pane Shadows
It would be nice if you could have a shadow for each individual pane in a Highstock chart. Currently you can only do the entire plot area or the collective area of all panes.
1 vote -
Left Shift Last real time updating bar
There should be a function to left shift the bars in the viewing range. so that we can see some space available between the last bar ( which is updating real time) and right side border of the chart.
It is a standard feature available in all stock market software. Particularly if you see meta trader MT4, chart shift feature is available in chart menu.
This is nice feature to have in the charts.
2 votes -
Seperate tooltip pointFormat for nullvalues
If i have a NULL value and
tooltip.pointFormat: '{series.name}<br />{point.x:%e %b, %Y} {point.y}:00: <b>{point.value:,.4f}</b>'The tooltip will be:
ABC<br /> 01.01.2014 30:00 0.0000
but better solution would be:
ABC<br /> 01.01.2014 30:00 No valueHere an example:
http://jsfiddle.net/25MyN/20/Something like
tooltip.nullPointFormatwould mek alot easyer.
2 votes -
Add active text scaling to text beneath column charts.
text beneath a column chart has no scaling. after the creation of a column chart with multiple series the text eventually renders in multiple rows rather than being scaled into just one row of text beneath each respective column.
1 vote -
In bubble charts, give examples based on overlapping bubbles
Hi,
i want proper information regarding series data overlapping conditions in bubble charts .like dont show overlapping bubble's hidden part, something like this.
3 votes -
When the mouse is in the tooltip, the tooltip will not disappear
Sometimes user may add link in the tooltip and click the links. But the tooltip will disappear soon. So it is very hard for a user to put the cursor on the link and click it.
Although user can set a long delay to resolve the issue but when the mouse leaves the tooltip tooltip does not disappearfor long time which is not good either.
11 votes -
Area chart with numerical x-axis rather than categorical x-axis. Our particular application plots the physical boundaries of en
Area chart with a numerical x-axis rather than a categorical x-axis. Our particular application plots the physical boundaries of metallic engineering sample slugs post-impact. (We're studying shock stresses and strains.) We use Highcharts for all our other 2D plotting and it'd be great to preserve the look and feel for these types of plots.
Currently I have a workaround where I plot an invisible line of the correct dimensions to set up the plot and then draw in the boundaries of the slugs using the renderer methods. It works but it's a hack.
1 vote -
Permit use % on labels.items.style
Use % to positioning items on label on left and top.
A diff will be :
http://pastebin.com/mf9RJgCr3 votes
- Don't see your idea?