3 results found
-
Filter the charts on the profilepage
When having many charts in your account it's difficult to find charts. You have to use the page buttons in order to find a charts
Create a folder system that would allow one to place charts into separate folders or create a way to identify them by groups. Perhaps we need some kind of tagging system and filter them by tag.
20 votes -
Secondary axis for combo charts in Cloud.Highcharts
In the cloud.highcharts interface, give the user the ability to assign a secondary access to a combo chart. Example: http://www.highcharts.com/demo/combo-multi-axes
10 votesAs off November 24th of last year, this is supported natively in the cloud through the “Advanced”-pane in the customizer (i.e. custom code is no longer required).
Axis can be added by clicking the plus sign next to them: https://wordpress.highcharts.com/blog/wp-content/uploads/2017/11/15112357/How-to-add-more-Y-or-X-axes.png
After adding an additional axis, go to the series you want to attach to the new axis (also in the “Advanced”-pane), and scroll down to “X Axis”/“Y Axis”. The value here is a number corresponding to the order of appearance of the axis – counting zero. So if you want to attach the series to the first axis, set it to 0, 1 for the second, 2 for the third and so on. (a simpler UI for the axis-to-series assignment stage is coming in the future).
-
Add new point on highStock ?
Hi dear ,
How can i add new point on highstock chart.In fact i want create a new point and display it on my trade line/ candle stick chart .
I want display some trade line on my chart that each one display one point i calculated it.
I want display camarilla and pivot point http://www.investopedia.com/articles/technical/04/041404.asp1 voteSee http://api.highcharts.com/highstock#Series.addPoint. For general tech support, please use the forum.