1077 results found
-
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 -
Add rowrange chart type
To build Gantt-charts, we currently use inverted columnrange types. However, if we want to plot another graph type on the same graph, e.g. line, then this will be inverted as well. This causes problems as the x and y values have to be inverted, meaning that the new x data is no longer in order.
9 votes -
solar chart
Solar chart
76 votes -
A way to combine y-axis labels
I plot multiple series with same Y range for data. If I use same y-axis for all series, then I have only one label displayed for the y-axis. If I use multiple y-axis, then I get redundant ticks which display the same range. Is there a way to have multiple y axis labels for each series, but to display only one ticks for y axis? Additionally, if I hide a series by clicking on legend, label for that particular series should preferably be hidden as well.
0 votesThank you for your request.
-
Add 2nd navigator to improve usability of charts with many points
I find it hard to focus on specific parts of a chart once it contains lots of data points: the navigator's "handles" can be so close to each other that it is unusable. My suggestion is the following: show a 2nd navigator if there's a "more-specific data" to show (meaning - the narrowed area itself contains many points).
To demonstrate my suggestion, I implemented this with two separate charts, one sitting on top of the other, with a slightly shorter height (so that the original's chart navigator is still visible):
http://jsfiddle.net/QNV66/Note that this example has only 100 points. It…
1 vote
- Don't see your idea?