1070 results found
-
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
-
Add icon to email pdf chart to an address
There is the ability to print a chart and to create a pdf of it, would be great to have email option to email a pdf of chart to someone
21 votes -
6 votes
-
Watermarks
Watermarks (custom images) with support for alignment from right and bottom (important for 100% width charts with unknown width).
9 votes -
Export to Support utf8 Words
When I used the Export to jpg,png...
I found the chinese word, can't display on the image..
Could you support to print the chinese word?8 votes -
fourfold table
to analyse product sales (dogs/stars) etc.
1 vote -
Marker on hover on the yAxis
it would be nice if a data point is hovered the y-value is not displayed in the tooltip but as a marker in the y-axis.
check this chart for a demonstration: http://www.boerse-go.de/jandaya/#Ticker/Profil/DAX
6 votes -
Data from SQL Database...
A clear example through which people can read about how to manage data from a SQL database with 'While' function.
8 votes -
symbols
Add a property that would turn on the background color for custom symbols. See forum post: http://highslide.com/forum/viewtopic.php?f=9&t=7134
6 votes -
do demo: ajax/json data from tables.googlelabs.com
tables.googlelabs.com has many tables with interesting data. If you could build charts from this data it would be pretty useful.
7 votesThat’s a great idea. Will have a look at it.
-
How to create pyramidal graph with bar chart and series: stacking: 'pyramidal'
To create a pyramidal chart in first time, it's necesary to add over line 4816 of hightcharts.src.js the next code:
if (stacking == 'pyramidal'){
yValue = yValue - yBottom;
}To show a pyramidal chart, the plotOptions can be set:
plotOptions: {
series: {
stacking: 'pyramidal'
}Finally one of the series can be with negatives values to show de bar opposite with the other serie.
1 vote -
cursor:'pointer' on every point
Let specify the cursor:'pointer' on every point, not only on entire series or in the plotOptions object, thanks.
0 votesThanks for the idea!
- Don't see your idea?