402 results found
-
Technical Indicators
Like RSI, Bollinger Band, Standardaviation ....
53 votesTechnical indicator series are a part of Highstock since version 6.0.0
More info: https://www.highcharts.com/docs/stock/technical-indicator-series
-
Support timezone as a geographical concept (e.g. "America/New_York") not a fixed offset (e.g. 300 minutes)
This is a fallout of the other request "Set timezone", which has been completed in Apr 2014.
However, in that request, timezone was supported as a fixed offset (e.g. 300 minutes), but in human society, timezone is a geographical concept (e.g. "America/New_York") and many of them have two offsets -- due to the use of Daylight-saving time.
IANA maintains a database of timezone (TZ) that is based on a geographical ID (e.g. "America/New_York")
c.f. http://en.wikipedia.org/wiki/Tz_database
GWT already has some limited support of the IANA TZ databases. The data is contained in a file called TimeZoneConstants.properties.
53 votesWe implemented a new option, global.getTimezoneOffset. It is a callback function that takes a timestamp as argument and returns the timezoneOffset in minutes for that particular time. It serves as a hook for libraries like moment-timezone.js.
Demo at http://jsfiddle.net/highcharts/k96t1dy7/.
Any comments, corrections etc. are welcome!
-
49 votes
-
Add a Weight/Depth/Z-index property to Series
So that you can control what series is on top when graphs are rendered programmaticly. Logical order in the legend can be different then preferred stacking order.
49 votesVersion 2.1 released
-
Allow fill patterns for areas, columns, plot bands etc
Using background image tiles
49 votesSince Highcharts version 6.1.0 the feature is available.
More info: https://www.highcharts.com/blog/a11y/pattern-fills/
Also mentioned at the bottom of this documentation page:
https://www.highcharts.com/docs/chart-design-and-style/colors -
Can we have something like on sliding the handles of navigator From and To dates also keeps moving / Changing.
Now Its happening that on moving the handle of the navigator dates in From -To is not getting changed , once we leave the handle dates are getting reflected , So can we have that while moving the handles accordingly dates also gets keep on changing...like the way we have in Google finance example.If google can do it why not Highcharts.
49 votesCompleted as of Highcharts 3.0
-
Allow highchartmore to be "init" several time without bug
Posted as an issue here https://github.com/highcharts/highcharts/issues/7729
In modern app, highcharts and highcharts more are loaded as module and potentially multiple time, but highcharts more cannot be "init" several time without breaking highcharts :(
48 votesFixed since v8.
If you find any other module that is broken that way, please report the bug on Github.
Thank you!
-
47 votes
-
crosshair
Please consider decoupling the tooltip and crosshair. Draw crosshairs according to mouse movement inside the plot area. Raise tooltip events when hover occurs in the vicinity of a point; or, in the case of shared tooltip, when the crosshair intersects with series data.
--
Reason: Currently, the crosshair is not displayed until the cursor moves close to a point. This is undesirable behaviour to our users who expect the crosshairs to appear as soon as cursor enters the plot area. The bug has been reported to us as "a delay in showing the crosshairs".
The shared crosshair behaves better in…
47 votesCompleted. Crosshairs are now an axis option.
-
Inverted stock charts
Highstock chart inverted option
45 votesInverted stock charts are available since Highstock v5.0.7.
-
Add style option to series data options
Allow series to be customizable through css classes. This would make it easier to customize the styling of a series, (ie. change the color) by changing values in a css class.
42 votesImplemented as of Highcharts 5.0.
See www.highcharts.com/docs/chart-design-and-style/style-by-css.
-
42 votes
Completed, see http://jsfiddle.net/highcharts/7CLjy/
-
Parallel Coordinates
Add a parallel coordinates chart. For example: http://exposedata.com/parallel/
or http://en.wikipedia.org/wiki/Parallel_coordinates
This would allow for quicker analysis of data typically found in tables.
42 votesCompleted in Highcharts v6. Demo: https://www.highcharts.com/demo/parallel-coordinates
-
Add ability to plot points based on Longitude/Latitude on HighMaps
As I learned from Sebastian, it seems the BETA version of HighMaps supports GeoJSON for rendering, but does not have a function to convert a given lat/lon point to a point on the map.
This feature would be extremely useful for visualizations related to Maps.42 votes -
Java/JSP exporting server module.
Please add a Java/JSP exporting server module too (not just PHP and ASP).
41 votesThis has been available for some years, but now we’re using a node server.
-
40 votes
Implemented in Highcharts
- https://jsfiddle.net/gh/get/library/pure/highcharts/highcharts/tree/master/samples/highcharts/annotations/gui-buttons/
- https://jsfiddle.net/gh/get/library/pure/highcharts/highcharts/tree/master/samples/highcharts/annotations/gui/There’s a GUI to add/update/remove the annotations, and event handlers to connect to other actions.
-
Extend the axis 'max' property to act like css min-height rather than a hard ceiling
This would allow the (y) axis to be set to, say, 1-100 but if a value > 100 came along it would resize the max property to fit rather than simply truncating the points.
This is not the same as leaving max unset because that will show a value of 2 at the top of the axis if that's the largest data point. I don't want the axis to scale below max, just above it.40 votesThis is implemented now and will be released with version 5.0.1. The new options are called softMin and softMax.
-
Add Drawing Tools
Trendlines
Channels
Notes
Price levels
Time levels
Basic shapes38 votesSince v7.0.0, StockTools with drawing tools are available. If you need any new drawing tools, please create a ticket on our GitHub.
Thanks!
-
I suggest to add some very common buy/sell indicators for stock charting, in particular the treatment for "moving average curve"
Buy / Sell Indicators:
1) Moving average curve by adopting historical close price (say moving average of past 10 / 20/ 50 / 100 /250 trading days, i.e. days with trade) and the curve should be plotted as a smooth curve instead of ladder-like flat cuve;
2) RSI (relatvie strength index to show oversold or overbought)
3) MACD, etc.38 votesTechnical indicators are available since v6.
The full list is available in our docs: https://www.highcharts.com/docs/stock/technical-indicator-series
Kind regards,
Paweł -
3D Pie/Bar charts
Add 3D style for pie and bar charts(for instance: add shadow at the edge of pie and slice so that makes it looks like 3D)
36 votes
- Don't see your idea?