You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Part of the JavaScript code sits in common.js, but most of it is scattered throughout piechart.html, either in <script> elements or directly attached to the elements' events.
All code should be moved to a central place (common.js or piechart.js) and reorganised for clarity.
The text was updated successfully, but these errors were encountered:
Part of the JavaScript code sits in
common.js
, but most of it is scattered throughoutpiechart.html
, either in<script>
elements or directly attached to the elements' events.All code should be moved to a central place (
common.js
orpiechart.js
) and reorganised for clarity.The text was updated successfully, but these errors were encountered: