score:26
I've experienced the same error when clicking on my D3 charts.
bubble_compiled.js
is part of the Google Translate Chrome Extension. Disabling/removing this extension will make the error go away, but this error should not affect your site at all.
This error is occurring because the extension has a mousedown listener which tries to check if the target element has the class "jfk-bubble-closebtn".
Relevant code in the extension (full source here):
P(window, "mousedown", function(a) {
var b = Ub(document, "gtx-trans");
b && (ec(b, a.target) ? a.preventDefault() : (Tc(b),
dc(b)));
-1 != a.target.className.indexOf("jfk-bubble-closebtn") && a.preventDefault()
}
Since you are using Highcharts, you might be trying to click on an SVG element. The type of an SVG class name is SVGAnimatedString
, which unlike String
does not have an indexOf
method. So when the extension tries to call it, it fails because it does not exist.
Source: stackoverflow.com
Related Query
- highcharts always console error ablout bubble_compiled.js?
- Error: Data source must be a URL for refresh | console error | javascript | Highcharts
- Highcharts is not defined. Error log in console
- HighCharts Stock Chart error code 18
- Highcharts - bubble chart with titles at x- and y-Axis - Error #14
- Drawing Bubble Chart by using npm highcharts with error #17
- console error when changing line color in a HighCharts scatterplot
- HighCharts Bubble graph JSON as data source
- Highcharts bubble graph - Custom Tooltip with Error bar (either horizontal or vertical)
- HighCharts always throw error #16
- Highcharts 9.1.1 export from fullscreen with print option- throw error on browser console Uncaught TypeError: a.hasAttribute is not a function
- Always display data labels above columns in HighCharts
- Highcharts tooltip always on right side of cursor
- How can I fix Highcharts error #13?
- Highcharts Error #16: charts not showing on the same page
- Getting error while using highcharts in Angular 7
- Highcharts error 15
- Highcharts 3.0 Bubble Chart -- Controlling bubble sizes
- JavaScript error when using Highcharts
- Always showing tooltip on all columns in Highcharts
- Highcharts returning error 14
- jquery calling highcharts generating error 17
- how to make highcharts pie datalabels always in center of each slice?
- highcharts organization chart is throwing error when loading module
- Highcharts bubble chart dataLabels overlapping
- Using PhantomJS to create HighCharts grahps server side for use in PDF creation (PHP) - results in exit code 11 from PHPs exec();
- HighCharts error #18: Requested Axis Does not exist
- Highcharts - Bubble chart - Moving gridlines
- Highcharts - Global configuration with common code and unique data & Headings
- creating a bar chart using Highcharts with React - getting an error that rendering div isn't found
More Query from same tag
- Verify if Pie in Highcharts Pie charts is selected or deselected
- Creating array from javascript object
- Creating a line graph with highcharts and data in an external csv
- HighStock Chart: Extract time based on user selection from the Navigator window
- Highcharts graph not displaying in Django template html
- How do I set a custom style to given stacked columns?
- Highcharts load data from server ok, but not updating
- How to open ui-bootstrap dropdown on clicking over angular highcharts
- Highcharts Annotation Position/Top Is Incorrect Upon Initial Rendering
- Is there a pie chart slice hover event in Highcharts?
- How to set json data from url on highchart and polling the json data after 1 sec to dislay on highchart using Angular js
- Predictive time modeling for chart
- Explanation of why I need to wrap a highcharts jquery event in an angular $timeout to access properties
- set all div in html without vertical scrollbar
- Is it possible to hide the line & symbol next to Highcharts legend items?
- Xaxis should get aligned at (0,0) in highcharts
- Set axis extremes dynamically on drilldown
- Highcharts: Can I animate changing the order of bars on bar chart?
- Highcharts Bubble Chart - How to get the size of the point
- Highcharts shown in multiple divs with the same name
- How to update the highcharts.js to make the export server to my own ipaddress,instead of connect to the highcharts server?
- Manually adding text over pie chart
- Highcharts arearange draggableHigh and draggableLow not working
- How to change the legend data highcharts
- Receiving "Highcharts is not defined" error when using maps (Highmaps / Highcharts)
- Error #14 while trying to read CSV data
- Highcharts timeseries, X-axis min not working
- Get Highcharts Series Data after Load
- how to COUNT explode imploding data with comma?
- Highcharts Circular Percentage Chart