Tuesday, October 10, 2017

Spotfire - Document to install JavaScript Visualization - JSViz

https://d2wh20haedxe3f.cloudfront.net/sites/default/files/wiki_files/installing_the_javascript_visualization_framework_into_spotfire_desktop_0.pdf

Interesting charts:

d3js.org

https://github.com/d3/d3/wiki/Gallery


https://developer.mozilla.org/en-US/docs/Web/API/Document_Object_Model

The Document Object Model (DOM) is a programming interface for HTML and XML documents. It represents the page so that programs can change the document structure, style and content. The DOM represents the document as nodes and objects. That way, programming languages can connect to the page.


A Web page is a document. This document can be either displayed in the browser window, or as the HTML source. But it is the same document in both cases. The Document Object Model (DOM) represents that same document so it can be manipulated. The DOM is an object-oriented representation of the web page, which can be modified with a scripting language such as JavaScript.

No comments:

Post a Comment