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

Cannot render 50 or more series with specified colors and enabled boost #18145

Closed
rdp1414 opened this issue Dec 14, 2022 · 1 comment · Fixed by #18150
Closed

Cannot render 50 or more series with specified colors and enabled boost #18145

rdp1414 opened this issue Dec 14, 2022 · 1 comment · Fixed by #18150

Comments

@rdp1414
Copy link

rdp1414 commented Dec 14, 2022

As suggested by michal.f in forum Topic#50030, I'm logging this bug issue.

Chart points are not rendered when:

  1. Boost module is enabled.
  2. Color is specified in input.
  3. Number of series is greater than or equal to 50.

Our business-use-case involves displaying more than 50 series with specific colors. Can you please fix the bug / give us some workaround / tell me if I'm doing anything wrong here?

Expected behaviour

All series with data points with "grey" color should be correctly rendered.

Actual behaviour

None of the data-points are rendered.

Live demo with steps to reproduce

https://jsfiddle.net/bqghn513/

Product version

Highcharts version 10.3.2

Affected browser(s)

Chrome

@karolkolodziej
Copy link
Contributor

Hi @rdp1414!

From what I can see this issue is only visible for the color grey as a workaround you can use different spelling gray -demo.

Internal note:
grey can be added to the defaultHTMLColorMap.

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

Successfully merging a pull request may close this issue.

4 participants