Skip to main content
added 21 characters in body; edited title
Source Link
Robin Hood
  • 29
  • 1
  • 11

Object doesn't support property or method Error on internet explorer IE 11

I am using this jquery circleChart.min.js plugin for circle chart .It's working fine on all browsers but the following error occur on internet explorer 11 IE11. How can I fix it?? enter image description here

$(".circleChart#0").circleChart({
  size:150,
  value: 50,
  text: 0,
  onDraw: function(el, circle) {
    circle.text(Math.round(circle.value) + "%");
  }
});
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/src/circleChart.min.js"></script>
<html>
<body>
  <div class="circleChart" id="0"></div>
</body>
</html>

Object doesn't support property or method Error on IE 11

I am using this jquery circleChart.min.js plugin for circle chart .It's working fine on all browsers but the following error occur on IE11. How can I fix it?? enter image description here

$(".circleChart#0").circleChart({
  size:150,
  value: 50,
  text: 0,
  onDraw: function(el, circle) {
    circle.text(Math.round(circle.value) + "%");
  }
});
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/src/circleChart.min.js"></script>
<html>
<body>
  <div class="circleChart" id="0"></div>
</body>
</html>

Object doesn't support property or method Error on internet explorer IE 11

I am using this jquery circleChart.min.js plugin for circle chart .It's working fine on all browsers but the following error occur on internet explorer 11 IE11. How can I fix it?? enter image description here

$(".circleChart#0").circleChart({
  size:150,
  value: 50,
  text: 0,
  onDraw: function(el, circle) {
    circle.text(Math.round(circle.value) + "%");
  }
});
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/src/circleChart.min.js"></script>
<html>
<body>
  <div class="circleChart" id="0"></div>
</body>
</html>

added 17 characters in body
Source Link
Robin Hood
  • 29
  • 1
  • 11

I am using this jquery circleChart.min.js plugin for circle chart .It's working fine on all browsers but the following error occur on IE11. How can I fix it?? enter image description here

$(".circleChart#0").circleChart({
  size:150,
  value: 50,
  text: 0,
  onDraw: function(el, circle) {
    circle.text(Math.round(circle.value) + "%");
  }
});
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/src/circleChart.min.js"></script>
<html>
<body>
  <div class="circleChart" id="0"></div>
</body>
</html>

I am using this jquery circleChart.min.js plugin .It's working fine on all browsers but the following error occur on IE11. How can I fix it?? enter image description here

$(".circleChart#0").circleChart({
  size:150,
  value: 50,
  text: 0,
  onDraw: function(el, circle) {
    circle.text(Math.round(circle.value) + "%");
  }
});
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/src/circleChart.min.js"></script>
<html>
<body>
  <div class="circleChart" id="0"></div>
</body>
</html>

I am using this jquery circleChart.min.js plugin for circle chart .It's working fine on all browsers but the following error occur on IE11. How can I fix it?? enter image description here

$(".circleChart#0").circleChart({
  size:150,
  value: 50,
  text: 0,
  onDraw: function(el, circle) {
    circle.text(Math.round(circle.value) + "%");
  }
});
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/src/circleChart.min.js"></script>
<html>
<body>
  <div class="circleChart" id="0"></div>
</body>
</html>

Source Link
Robin Hood
  • 29
  • 1
  • 11

Object doesn't support property or method Error on IE 11

I am using this jquery circleChart.min.js plugin .It's working fine on all browsers but the following error occur on IE11. How can I fix it?? enter image description here

$(".circleChart#0").circleChart({
  size:150,
  value: 50,
  text: 0,
  onDraw: function(el, circle) {
    circle.text(Math.round(circle.value) + "%");
  }
});
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/src/circleChart.min.js"></script>
<html>
<body>
  <div class="circleChart" id="0"></div>
</body>
</html>