1
I have the following error when using the browser:
Uncaught Typeerror: Cannot read Property 'x' of Undefined
and does not present me with anything. Using jsfiddle works perfectly and I have no error, using the same code. I think it’s the library’s problem.
<script type="text/javascript" src="raphael.js"></script>
<script type="text/javascript" src="http://cdnjs.cloudflare.com/ajax/libs/raphael/2.1.0/raphael-min.js"></script>
Example in jsfiddle
breakpoints, breakpoints and breakpoints...
– MoshMage
In my case, today, I had this error after an empty and/or error data set was sent to the graph. Example: The user accessing the system is not allowed to request the data in the database and display to the chart.
– Douglas Aguiar