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

Heatmap issue - 8.0.0 versus 9.1.1 #15922

Closed
Sreejithga opened this issue Jun 17, 2021 · 2 comments · Fixed by #15934
Closed

Heatmap issue - 8.0.0 versus 9.1.1 #15922

Sreejithga opened this issue Jun 17, 2021 · 2 comments · Fixed by #15934

Comments

@Sreejithga
Copy link

Expected behaviour

When we were using version 8.0.0, the Risk heat map was coming alright.
but when upgraded to 9.1.1, the cell borders are lost also the numbers (value) which was being shown inside each cell is also lost..

Here is the JSFiddle created with 8.0.0 version

https://jsfiddle.net/sreejithga/rwbd1u8g/1/

which is as per our expectation.

Now if you change the url to point to 9.1.1 (replace 8.0.0 by 9.1.1), we get a map with no borders and no cell values, which is not correct.

Screenshot from 9.1.1 version which is the issue with no borders and and no cell values

image

Kindly help us fix this issue in 9.1.1, so it works as it was working in 8.0.0

Actual behaviour

Live demo with steps to reproduce

https://jsfiddle.net/sreejithga/rwbd1u8g/1/

Product version

9.1.1

Affected browser(s)

Chrome

@circleci-mu circleci-mu added this to To do in Development-Flow Jun 17, 2021
@khlieng
Copy link
Member

khlieng commented Jun 17, 2021

You can use marker.lineColor/lineWidth on the series or per point: https://jsfiddle.net/gc1z7vhk/8/

The labels work without useHTML: https://jsfiddle.net/gc1z7vhk/9/

@KacperMadej
Copy link
Contributor

The labels with useHTML could use format as a workaround: https://jsfiddle.net/BlackLabel/v5yp30sc/

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