skip to Main Content

JQuery code not displaying correct values into my chart

I'm stuck on something and would be very grateful if someone could please help me. I'm building a simple chart/graph using HTML and JQuery. I have the following code: <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script> <script> $(document).ready(function() { $(".graph-box .value").each(function() { var num =…

VIEW QUESTION

Error: The method 'markNeedsBuild' isn't defined for the class 'RenderLoadingIndicator' in syncfusion_flutter_charts after upgrading to Flutter 3.2.4

I'm working on a Flutter project where I'm using the syncfusion_flutter_charts package. After upgrading Flutter to version 3.2.4 and updating the syncfusion_flutter_charts package to the latest version (26.2.10), I encountered the following error: ../../../AppData/Local/Pub/Cache/hosted/pub.dev/syncfusion_flutter_charts-26.2.10/lib/src/charts/base.dart:3225:7: Error: The method 'markNeedsBuild' isn't defined…

VIEW QUESTION
Back To Top
Search