What is JavaScript Graphing?

1

I have a plugin, which gives me the tools that that site uses, in one of them, it appears this: JavaScript graphic what would it be in this case?

    
asked by anonymous 20.02.2018 / 14:44

2 answers

0

Wappalyzer categorizes some Frameworks as "JavaScript Graphics", this is a categorization of it, and there is an immense list that you can check here: link on the official website they do not make clear how they do this categorization of Frameworks ...

The "JavaScript Graphics" listing you can check here: link

They even provide a graph of how to use the technologies they consider to be "JavaScript Graphics".

InthewindowthatyoupostedinthequestionjustclickoneachoftheTechnologiesthatyougotothepagewhereyouhavethereferenceofwhatiseachthing.

Forexample: link (note that the left has the official developer link)

    
20.02.2018 / 16:11
0

They are APIs for generating graphs with statistics that are practical and fast based on the information you want to pass.

They are great for community systems and portals for downloads, or other purposes, just like spreadsheet systems like Excel, but turned to the WEB making it accessible to most browsers.

In addition to what software does, it can be custom and animated without having to draw anything in drawing software.

NVD3

Example: link

D3.js

Example: link

    
20.02.2018 / 16:05