1077 results found
-
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/ -
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 -
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 -
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 -
Add Print and Export events handler
It'd be useful to have access to some more events, specifically I was thinking about 4 new events which could be captured and managed by dedicated handlers: onStartPrint, onFinishPrint, onStartExport and onFinishExport
The first two are related to the act of printing the chart via the print button, the other two are related to chart exporting.
28 votesHere’s a proposal for startPrint and endPrint event: http://jsfiddle.net/highcharts/k1o2w9ba/
-
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!
-
Yield chart
I' m user news. I'm student. I need Yield Report .
people can see chart (http://highslide.com/forum/viewtopic.php?f=9&t=6986&p=32985#p32985). please help . thanks2 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 -
Draggable legend box
As in the example found at: http://www.ejschart.com/
171 votes -
2 votes
-
Data visualization on a planisphere
This kind of visualization can be found on google flu trends for instance.
It's a great way to represent geolocated data, allowing the user to have a comprehensive view in a glimpse of an eye.7 votes -
4 votes
-
4 votes
-
X-Values Show Hide
With legends, it is possible to turn off one entire series, by clicking on one of the items in the legend.
Is there a way to do that for X-values, i.e.
Say X-Values are [0, 1, 2, 3, 4]
and are plotted in the chart.Now, there is a selection box or legend, that allows you to select what x-values are to be displayed.
3 votes -
Add 508 compliance
Add support for section 508 .....
8 votesA solution for adding a machine readable HTML table below the chart can be seen at http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/highcharts/studies/accessible/
-
31 votes
- Don't see your idea?