-
Notifications
You must be signed in to change notification settings - Fork 747
[Bug-App]: Histogram render not working #8769
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
Comments
hello @ddonatien , thank you for writing in and happy to help. Could you please try to Edit Panel this specific chart. From Data tab, look for Point Aggregation Method, and see if it is defaulted to Full Fidelity. Then try to change to Random Sampling and try to adjust the Smoothing option. |
Can confirm I am experiencing the same issue. I really want to see the histogram color coding that existed previously based on the bin weights. |
I am also having exactly the same issue. Having back the usual histogram plots would be great |
+1 |
I also have the same issue and it has been there for a few days. Hope to get some feedback. |
Hello everyone, I have raised this as a bug with our engineering team and we will keep you posted with any progress. |
@JoanaMarieL I want to raise the same issue, my graph doesn't appear at all When I move my cursor to the graph, it pops up the correct distribution |
@JoanaMarieL is there any hope? There is plenty of gradient debugging to be done around the world, and everyone is waiting for the bug to be solved. |
Hi everyone, this is tracked internally and will keep you guys informed for any updates. |
Are there any updates on this? If not, is there a way to downgrade the UI to a previous version where the histogram still worked? |
Also experiencing this, its pretty ugly for a pro 8000 duct im paying for to regress like this in core functionality. For any histogram, I just see flat colours, before I used to see a heat distribution over values... Please fix asap. It kind of makes me want to use something else. Now what I see - just a flat colour, lots of information is lost! @JoanaMarieL can you give an update? |
Thank you for the follow up. We are still investigating this and we will get back to you once we received further updates from our Internal team. We do apologize for the inconvenience caused by this behavior. |
I also have encountered the same problem. I checked with DevTools in my browser and it seems that the drawing of the histogram is done by the HeatmapSeriesCanvas class. ( The Since /* src/components/vis/LinePlotPlot.tsx */
...
<HeatmapSeriesComponent
key={i}
colorRange={['#f0f0f0', line.color]}
colorDomain={[0, Math.max(...line.data.map(o => o.color))]} // add this line
data={line.data}
size={2}
/>
... |
Seems to be fixed now! |
Hey everyone! The issue with the histogram plots is now fixed. Please let us know if anyone is still experiencing issues. Thank you for your patience! |
Hi @ddonatien Since the fix has been delivered, I will now mark this request as Solved. Please feel free to reach out to us again if you need assistance, Have a great day ahead! Best Regards, |
Uh oh!
There was an error while loading. Please reload this page.
Describe the bug
The web app doesn't display the beautiful histogram plots like it used to and renders rather ugly-looking teal rectangles instead.

OS: macOS Sequoia 15.1
Browser: Safari 18.1 and firefox 131.0.3 (tested both)
The text was updated successfully, but these errors were encountered: