Settings and activity
-
179 votes
By adding the Highmaps as a module in HIghcharts, we can get working mousewheel scrolling in Highcharts: http://jsfiddle.net/highcharts/6etwu5b4/
An error occurred while saving the comment -
0 votes
An error occurred while saving the comment Hello,
The step option is already implemented - API reference:
https://api.highcharts.com/highcharts/plotOptions.series.stepPlease add an image of what is the new idea if this is not that.
-
1 vote
An error occurred while saving the comment Hi,
Please specify which line? https://www.highcharts.com/demo/timeline
-
1 vote
An error occurred while saving the comment Hi and thank you for the idea,
The requested chart is doable right now and could look like this:
https://jsfiddle.net/BlackLabel/tcb6vrpg/A more general solution would be to implement a centered axis because currently only one side or the other (option `opposite`) are available.
-
1 vote
An error occurred while saving the comment Hi,
You could create a custom map using the info in our docs:
- https://www.highcharts.com/docs/maps/create-custom-maps-for-highmaps- https://www.highcharts.com/docs/maps/custom-geojson-maps
- https://www.highcharts.com/docs/maps/adding-points-and-lines
(the last one is for e.g. to add lines for roads and streets)
Please describe how would you imagine the best scenario for you for adding a street-level map into a Highmaps map and what is your use case.
-
1 vote
An error occurred while saving the comment How about the motion plugin?
https://github.com/TorsteinHonsi/Motion-Highcharts-Plugin -
18 votes
Slow stochastic is already available:
- Slow: https://jsfiddle.net/gh/get/library/pure/highcharts/highcharts/tree/master/samples/stock/indicators/slow-stochastic/
- Fast: https://jsfiddle.net/gh/get/library/pure/highcharts/highcharts/tree/master/samples/stock/indicators/stochastic/Disparity index and OBV are planned, you can monitor the progress on our GitHub:
- OBV: https://github.com/highcharts/highcharts/issues/15138
- Disparity Index: https://github.com/highcharts/highcharts/issues/15139An error occurred while saving the comment Hi and thank you for the idea,
Please provide more details for the indicators you would like us to add. Sources, formulas, usage examples, etc. will be very welcome.
You could add custom technical indicators as explained here: https://www.highcharts.com/docs/stock/custom-technical-indicators
-
3 votes
An error occurred while saving the comment Hi Derek,
Currently the bullet series type supports only one bullet for each point, so you would have to create multiple points or series - one for each target.
Another options could be as:
To add more markers you could use scatter series like in this demo: https://jsfiddle.net/BlackLabel/uhkb21fa/
Error bar might also be useful here: https://www.highcharts.com/demo/error-bar
-
1 vote
An error occurred while saving the comment Hi, those options are available in Highcharts. Demo: https://jsfiddle.net/BlackLabel/yr23vzm5/
-
9 votes
AdminKacper Madej (Customer Support Agent, Highcharts JS) shared this idea ·
-
1 vote
AdminKacper Madej (Customer Support Agent, Highcharts JS) shared this idea ·
-
4 votes
An error occurred while saving the comment POC for funnel: http://jsfiddle.net/BlackLabel/qzpbhL7g/
-
6 votes
AdminKacper Madej (Customer Support Agent, Highcharts JS) shared this idea ·
-
7 votes
An error occurred while saving the comment Hi, do you have a source for the map? You could create a custom map using this - https://www.highcharts.com/docs/maps/custom-maps - or that - https://www.highcharts.com/docs/maps/custom-geojson-maps If you have problems with creating maps contact our support (e.g. via e-mail) and we will help.
-
2 votes
AdminKacper Madej (Customer Support Agent, Highcharts JS) shared this idea ·
-
3 votes
An error occurred while saving the comment How about using draggable() function of jQueryUI (https://jqueryui.com/draggable/)? Demo: http://jsfiddle.net/oc1mn8ru/13/
-
0 votes
Thanks for the feature request.
AdminKacper Madej (Customer Support Agent, Highcharts JS) shared this idea ·
-
52 votes
An error occurred while saving the comment -
1 vote
An error occurred while saving the comment Precise positioning is not possible by default, but can be unlock that functionality writting wrapper or using one in this example.
Example: http://jsfiddle.net/1tpa8rm0/5/AdminKacper Madej (Customer Support Agent, Highcharts JS) shared this idea ·
Here's an updated demo with x&y panning: http://jsfiddle.net/BlackLabel/dpnj1gub/
This userVoice idea thread is for the new feature described at the top. If you have a problem with performance please contact technical support: https://www.highcharts.com/blog/support/ - that way you could receive proper support and your case will be investigated to find a solution for you.