jQuery UI Widgets › Forums › Chart › Lot of errors in the Browser console while using JQX Pie Chart
Tagged: charting
This topic contains 3 replies, has 2 voices, and was last updated by Peter Stoev 8 years, 10 months ago.
-
Author
-
Hi,
I am using the following version of jqxWidgets and jQuery versions,
jqxWidgets – 3.9.1
jQuery – 2.0.2For one of my hobby projects, I am using JQX pie chart plugin to draw the pie charts.
But, I am getting a lot of errors in the Browser console when I hover on the pie chart.Here is the js fiddle like that contains the code how I’m initializing the JQX pie chart. While running the js fiddle, if we hover on the pie chart, there will be a lot of errors in the Browser console. Can anyone help me to track this issue and is anything wrong with my pie chart initialization code?
JS Fiddle link : http://jsfiddle.net/QpqF8/41/
Sample output of console errors:
Error: Invalid value for <path> attribute d=”M NaN,NaN L239.5,NaN L239.5,163.5″
jqxchart.js:7 Error: Invalid value for <path> attribute d=”M NaN,NaN L238.5,NaN L238.5,164.5″
jqxchart.js:7 Error: Invalid value for <path> attribute d=”M NaN,NaN L238.5,NaN L238.5,165.5″
jqxchart.js:7 Error: Invalid value for <path> attribute d=”M NaN,NaN L237.5,NaN L237.5,166.5″
jqxchart.js:7 Error: Invalid value for <path> attribute d=”M NaN,NaN L236.5,NaN L236.5,167.5″
2jqxchart.js:7 Error: Invalid value for <path> attribute d=”M NaN,NaN L235.5,NaN L235.5,168.5″
jqxchart.js:7 Error: Invalid value for <path> attribute d=”M NaN,NaN L239.5,NaN L239.5,163.5″
jqxchart.js:7 Error: Invalid value for <path> attribute d=”M NaN,NaN L332.5,NaN L332.5,148.5″
jqxchart.js:7 Error: Invalid value for <path> attribute d=”M NaN,NaN L333.5,NaN L333.5,149.5″Thanks and Regards,
Surendra Kumar B
Hi Surendra,
Which browser and browser version do you use? I am asking because at least in Chrome, Firefox, the Console is empty and has no errors. In the particular Fiddle, the Error is raised by jQuery 2.0.2, but if you use newer version(suppose bugs are fixed in jQuery), no error occures in the Console
Best Regards,
Peter StoevjQWidgets Team
http://www.jqwidgets.comHi Peter Stoev,
I am using the following version of Google Chrome,
Version 41.0.2272.89 (64-bit)
I updated the jQuery version to 2.1.4, but still I’m getting these errors.
Hi Surendra,
We cannot reproduce that.
Best Regards,
Peter StoevjQWidgets Team
http://www.jqwidgets.com -
AuthorPosts
You must be logged in to reply to this topic.