1081 results found
-
Programmatic line chart selection ( http://highslide.com/forum/viewtopic.php?f=9&t=8769 )
Allow programmatic selection of a line/lines on a line chart, to allow them to be made visibly distinctive from other lines. (Use different formatting).
Discussion as to why it is required is here:
http://highslide.com/forum/viewtopic.php?f=9&t=87693 votes -
have options for pie charts with single values
When a pie chart has only one item, a white line appears (the border). This is easily fixed by specifying a borderWidth of 0. But on hover, the line reappears. It'd be nice to be able to disable that border on hover as well
2 votes -
Remove div after close (clickable points)
I propose to remove div after closure (div created by clickable points).
In highslide-full.min.js:2932 to afterClose function i've added:
hs.expanders[this.key].content.parentNode.parentNode.removeChild(hs.expanders[this.key].content.parentNode);this solutin will be very helpfull
6 votes -
DataGrid with Hscroll moveVscroll move
Create datagrid but vscroll move fields move Hscroll move Field lock
3 votes -
A chart that uses 3D cristal recipients shapes instead 3D bars
For example test tubes graduated with different fill liquids and quantity, or any other shape, this is helpful for formulas inventory
3 votes -
Allow formatters to return svg source
Currently formatters can only return strings that then get wrapped in a svg text element.
It would be great if formatters could optionally return svg source themselves (or even have access to the svg renderer) so that it would be possible / easier to implement custom modifications to the way data labels and legend items are rendered.
10 votes -
Predefined set of lineargradients
If define global.lineargradient, then switch lineargradient on. Also I hope highcharts has it own set of default colorscheme for gradient which I don't need to worry about.
2 votes -
Cylinder gauge
Would be cool to support something like this in a future
http://www.fusioncharts.com/widgets/Gallery/Cylinder1.html
http://www.fusioncharts.com/widgets/Gallery/Cylinder2.html
http://www.fusioncharts.com/widgets/Gallery/Cylinder3.htmlkeep up with the great work
;)43 votes -
BUG with Arabic tooltip
hi
i see one bug with arabic or other right to left languages.this bug in tooltip that has a new break line (<br /> tag). my code same this:
var chart = new Highcharts.Chart({
chart: {
renderTo: 'container' , defaultSeriesType: 'bar'
},credits: { enabled: false }, legend: { enabled: true }, plotOptions: { column: { pointPadding: 0.2, borderWidth: 0 } }, title: {"text":"سعید محمدهاشم"}, subtitle: {"text":"سعید تست میکند"}, xAxis: {"title":null,"align":null,"categories":["سعید","حمید","امیر","مهدی","حسین"]}, yAxis: {"title":{"text":"سعید"},"align":null,"categories":null}, tooltip: { formatter: function() { return '<b>'+this.series.name +'</b><br />'+ this.x +':'+ this.y; } }, series: [{"name":"حقوق","data":[4,15,5,17,14],"color":null},{"name":"مزایا","data":[4,25,6,12,6],"color":null},{"name":"مرخصی","data":[7,19,2,34,5],"color":null},{"name":"پاداش","data":[3,14,6,21,9],"color":null}] });10 votes -
Drop-down box
Add drop-down box to select (up to 10) data records from external csv-file for charting.
6 votes -
add reset colorCounter method
When updating all series on chart it would be nice to have option to reset colorCounter - rather than having to define colours when adding in the new series
i.e
chart.resetColorCounter = resetColorCounter;
function resetColorCounter(){colorCounter=0;}7 votes -
options to make labels of two yAxis aligned
options to make labels of two yAxis aligned
refer to:
http://highslide.com/forum/viewtopic.php?f=9&t=7740just like:
yAxis: [{
title: {
text: 'yAxis one'
},
opposite: false,
bindGridLine:{
to:1, //bind chart.yAxis[0] to chart.yAxis[1]
values:[100,0] //two values from chart.yAxis[0] and chart.yAxis[1]
}
},{
title: {
text: 'yAxis two'
},
opposite: true
}]9 votes -
"Highmap" - Represent data structures like Array, Tree, Hash table etc. Mindmap.
Interactive with easy collapse/expand.
8 votes -
Wen hide series and export the series hidden not have exported
Wen hide series and export the series hidden not have exported , and a file in java servlet for export, another option to .php
1 vote -
Brushing - Selecting multiple data points with the mouse
This would be a fantastic feature - the ability to select multiple data points by creating an enclosure using the mouse. e.g.Outliers could be selected in one movement and used filter other data in the app.
See Stephen Few's Newsletter for more information - http://bit.ly/9A8wiD16 votesSelection of points within a rectangle can be done with the current API, though it needs a few lines of custom code:
http://jsfiddle.net/highcharts/nsuA6/ -
Automatic creation of "Others"-Series
Every Series with a sum of its values less than a defined threshold will be put automatically in a Series call "Others".
11 votes -
dynamic change chart type
When you right click on the chart you can select to view the same data in a different chart type like change from bar to pie
14 votes -
web service
It could be a great idea to develop a module to display some graphics based on data from an other server using webservices. We have a server from wich we can import data using web services and we need some charts to display the data.
4 votes -
multiple chart export
It would be really great to be able to export multiple charts to a single image
27 votesSee http://highslide.com/forum/viewtopic.php?f=10&t=10463 for a working solution
-
10 votes
- Don't see your idea?