简体   繁体   中英

Creating a Graph from User Inputs: Web Application

I'd like to create a web page that takes in 2 parameters from the user like X and Y co-ordinates, and then generates a graph which highlights the specified point.

  • 2 text boxes for the 2 inputs and a submit button under it. (Like a form)
  • On hitting submit, a Graph should be generated on the right side of the form.

How do I do it? What plugins (if any) could I use and how?

If this is what you're looking for, head over to ChartJS . They have a wide range of graphs and in 2D canvas rendering...

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM