Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

range selector with data grouping breaks chart when volume based indicator is used #18643

Closed
tw2as opened this issue Mar 9, 2023 · 1 comment · Fixed by #18791
Closed

range selector with data grouping breaks chart when volume based indicator is used #18643

tw2as opened this issue Mar 9, 2023 · 1 comment · Fixed by #18791

Comments

@tw2as
Copy link

tw2as commented Mar 9, 2023

Expected behaviour

On Highstocks chart user should be able to use range selector buttons with dataGrouping on a chart which includes volume and volume based indicators (e.g. OBV).

Actual behaviour

Volume columns and indicator disappear after clicking on range selector button.
In console the following error is visible: Uncaught Error: Series aapl-volume not found! Check volumeSeriesID.

I guess this unresolved error: #18409 could be caused by the same problem.

Live demo with steps to reproduce

https://jsfiddle.net/72dghy9z/2/

Steps to reproduce:

  1. Open the demo and add OBV indicator
  2. Click on any range selector button

Product version

Highstock - latest version (v10.3.3 at the time of reporting).
The problem seems to exist in v9.2.1 but v8.2.2 seems to work fine.

Affected browser(s)

Chrome, Firefox

@highsoft-bot highsoft-bot added this to To do in Development-Flow via automation Mar 9, 2023
@karolkolodziej
Copy link
Contributor

@tw2as Thank you for reporting the issue!

Workaround:
You can reverse the order of the series you have declared- demo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

Successfully merging a pull request may close this issue.

4 participants