I am looking for a tool for responsive web graphics

I am looking for a way to display graphics using HTML5 and be fully responsible for the screen resolution. If you have something else that doesn't use Flash, I'm open to suggestions.

In addition, I would like to be able to create such diagrams:

  • Pie charts
  • Graphs of horizontal / vertical lines
  • Country Charts (if possible)

thanks

+4
source share
1 answer

Highcharts creates pie charts and line charts without using Flash. It features high resolution with any screen resolution. Many custom options with its API. Easy to submit data.

I used Highcharts to create line charts based on existing data from HTML5 Web SQL databases, works great.

+9
source

Source: https://habr.com/ru/post/1380838/


All Articles