1077 results found
-
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 -
DataGrid with Hscroll moveVscroll move
Create datagrid but vscroll move fields move Hscroll move Field lock
3 votes -
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 -
splinexy
It will be good to see spline xy functionality in Highcharts. Its very important thing in math graphs. Thank You!
3 votes -
3 votes
-
tootilp hide/visible per point
tooltip hide/visible per point
3 votes -
3 votes
-
Zk Grails support
If we can use it (requires Zk Grails support), we will license it.
3 votes -
Clicking on legend item colors/shapes should behave like the legend item titles
It would be nice if clicking on the legend item color/shape would behave just like the item title (hiding/unhiding) a series.
3 votes -
Support GWT
Add support to GWT.
3 votes -
3 votes
-
hlc
I'd like the ability to display stock charts in a HLC format
3 votes -
add an option to open the export menu on 'mouseover' instead of 'click'
Currently, the exporting modules export button opens the export menu when the user clicks the button. It would be nice if there was an option to have this menu open on mouseover instead.
3 votes -
3 votes
-
Changelog RSS feed
Please do a RSS feed of http://www.highcharts.com/documentation/changelog . I personally follow software updates via rss feeds mostly. Helps to keep up to date at a glance. ty
3 votes -
mark type 'x' and '+'
like this http://jpgraph.net/download/manuals/classref/PlotMark.html all types of mark
3 votesYou can add that as a plugin without altering the source code. See http://jsfiddle.net/highcharts/bz2pd/.
-
3 votes
-
Theme option in chart options or constructor
Theme being a global object (Highcharts.theme = {...}) is quite limiting - we have some cases where we want to have multiple charts on 1 page but with different themes.
To do that now we have to intersperse all the theming options with the rest of the options, which works, but is somewhat clunky. Or we can set the theme, render 1, set the theme, render another and hope there are no redraws required.
This suggestion is about adding a theme argument either to the highcharts options object, or to the constructor. eg:
new Highcharts.chart({
theme: {...},
chart: {...},
series:…3 votesThe theme actually isn’t part of the Highcharts namespace internally, it is just assigned there for conveniency.
Best practice currently would be to merge in the theme with your chart options:
chart1 = new Highcharts.Chart(Highcharts.merge(options1, theme1));
-
Add drawdown line (including calculation)
When assesing alogrithmic stock exchange strategies a common factor to look at is the drawdown. This is the line which calculates worst case scenarios. See an example here (the line below): http://1.bp.blogspot.com/_BfLmdGI0L-U/TTM1v0-cBMI/AAAAAAAAAgQ/5x_T8pmcCZE/s1600/BCPC-Balchem-Corp-NASDAQ-Drawdown-Stock-Chart_20110116T131301.bmp
3 votes -
Bar w/ Neg stack from opposite ends of Y-axis
Same as Bar with negative stack but instead of data points starting out from the center and going outwards towards the left Y-axis and right Y-axis, have data start from the left and right Y-axis but moving towards the center (with an arrow for each bar)
3 votes
- Don't see your idea?