Chart.JS does not render and display a sad face icon - google-chrome

I am using ChartJS for months, no problem rendering complex charts.
But it's about a week, maybe after last Google Chrome update, I see this sad face icon on canvas, some times, is this a known bug in Chart JS or Chrome?:
There is no error in Chrome console.
I just checked on Edge, it displays charts properly.

Try to downgrade your Chrome browser. Go to this link
and select an earlier release and see if your problem persists.

Related

DataVisualization Sprite doesn't show in iPad

My product that was built on Forge & DataVisualizationAPI stopped showing sprites a few weeks ago (it was working fine earlier). I checked the Dasher 360 demo, and it behaves the same way (works in my computer but not in iPad or Xcode simulator). Not specific to Safari but Chrome behaves the same way.
Browser console doesn't show any (related) error either.
If anyone knows what has changed during past few weeks, or some workaround, please let me know.
Thanks,
Bandu

Leaflet legend colours not showing in Chrome

I am having trouble with Chrome
In Chrome, this example works for me
http://leafletjs.com/examples/choropleth/
When I apply this code to a custom map and open it with google chrome, the first colour gets applied and then all remaining colours are classed as colour #2. The HTML/CSS is correct, but it is not applying. It works fine on Firefox, Safari & Chrome on mobile, and it even works fine on other peoples Chrome, but the legend is not working on my chrome in development environment (running on virtual box) or production.
I have tried deleting cookies, application data and chrome is up to date and same version but the code is not being applied properly.
Anyone have a suggestion?
Thanks!
Yes, this worked for me. Turning hardware accelaration off brings back the colorscale in the legend.

Cannot export primefaces line chart in google chrome and firefox

I've been trying to export a primefaces 5.0 line chart. When i try it on Mozilla firefox, nothing is happening, but when i try it on Google Chrome the browser crashes. But when i tried it on an older version of Google Chrome it works perfectly.
Anybody knows why?
Thanks
Edit:
After several tests, I have discovered that the chart legend was causing the crash of the browser, still stuck though. Hope someone could explain why.

KineticJS 4.6 no longer working in Chrome 29

I'm working on a project using KineticJS version 4.6 (currently the latest version), and since last night's Chrome update to Chrome 29, the Kinetic canvas is completely blank. While using the console, I am still able to detemine that the created objects, such as the Kinetic.Stage and Kinetic.Layer, still exist and are filled with correct data.
Afterwards, I tried loading the same page in Internet Explorer and Firefox, and they still work as intended, showing the canvas with the correct elements.
I have tried searching for people with similar issues, but I guess Chrome's update is too recent to show any results. Does anyone perhaps know if there is a way to fix it or if I should simply wait for either a KineticJS or a Chrome update?
EDIT: And now it suddenly works again after restarting Chrome. Hotfixed?
EDIT2: After a while it broke again, but restarting the browser seems to work
EDIT3: It is a bug in Chrome, acknowledged by the Chromium team in this thread. The thread states that the bug is definitely fixed in version 30, which is currently in beta. This fix may be merged in version 29 soon, but there is no definitive timetable for this.
We have the same problem in Chrome 29.
In some cases a workaround is to tell your users to use Chrome Incognito mode to fix this issue.
A test to replicate the issue consistently is posted here:
https://github.com/ericdrowell/KineticJS/issues/585
At present, the bug is not present in Chrome 30. (8/27/2013)
You should star this chromium issue:
https://code.google.com/p/chromium/issues/detail?id=280153

Getting CSS Tooltips with iFrames to work in Chrome

I've been trying to get CSS tooltips with iFrames working cross-browser, but Chrome has issues.
Here's a test page I put together: http://paulleduc.com/test.html
As you can see, it works as expected in FF and IE, with the tooltip popping up to the right of the word every time. In Chrome however, the tooltip pops up at the left of the screen most of the time, and only popping in the correct position when you hover over the words from 'left-to-right' it seems.
Any ideas to get this working in Chrome would be appreciated,
Thanks!
I don't know about the tooltip version you are using specifically. BUT, I use this one
http://www.dynamicdrive.com/dynamicindex5/popinfo.htm
and I have no problem with it working on chrome or FF, it has worked on every browser I have tested it on, it also comes with really good instructions.
And I am not sure if it is supposed to be this way, but when I hover over your links it just opens a small square and I can see the google homepage.
But seriously, the one that i posted above DHTML Tool Tips, works really well cross browser, let me know how it works out if you decide to use it.
Please make sure you are using the latest version of Chrome. I'm using Chrome 17.0.942.0 (Official Build 110446) dev-m and cannot reproduce the issue - the tooltips pop up immediately to the right of the links. However, their contents are empty due to the "Refused to display document because display forbidden by X-Frame-Options." error (which I believe is unrelated.)