Creating a web application that requires visualizing a significant amount of data using Charts. Discovered some interesting javascript libraries [dynagraph] that can handle this task. However, encountering an issue with using javascript to access data in JSON format as it can be modified by anyone using tools like 'developer tools' in Google Chrome. Is there a way to prevent this from happening?
Thank you