On that page url i have two charts (shortcodes), a donut chart and a bar chart. They are both by Google Chart Render Engine. I also have a call back script which define the value types, colors etc. These charts were working fine until recently but all of a sudden have stop showing and are showing this errors (both on backend and on frontend) instead:
Safari:
undefined is not an object (evaluating 'd.length')
Chrome:
Cannot read properties of undefined (reading 'length')
Just before I tried to create new charts and in the beginning they were ok, but as soon as I edited them, the errors appeared. I don't know what happened now, but suddenly the old charts went back to normal. So I guess I'm fine again for the moment ...
On that page url i have two charts (shortcodes), a donut chart and a bar chart. They are both by Google Chart Render Engine. I also have a call back script which define the value types, colors etc. These charts were working fine until recently but all of a sudden have stop showing and are showing this errors (both on backend and on frontend) instead:
Safari: undefined is not an object (evaluating 'd.length')
Chrome: Cannot read properties of undefined (reading 'length')
Firefox: D is undefined
Just before I tried to create new charts and in the beginning they were ok, but as soon as I edited them, the errors appeared. I don't know what happened now, but suddenly the old charts went back to normal. So I guess I'm fine again for the moment ...