Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
webbind:start [2025/04/05 03:36]
optrix
webbind:start [2025/04/05 03:38] (current)
optrix
Line 5: Line 5:
 Although its far less flexible than solutions built with the full Javascript API and tools such as D3.js, it provides a minimal-effort way to bring live data to static pages. Although its far less flexible than solutions built with the full Javascript API and tools such as D3.js, it provides a minimal-effort way to bring live data to static pages.
  
-Fundamentally, it lets you copy a single point of ARDI data to an attribute on an HTML/SVG element. For example, you can copy a temperature to the text in a DIV, SPAN or TEXT element. Or you can copy it into the //height//, //fill colour//, //scale//, //rotation// or any other web attribute.+Fundamentally, it lets you copy a points of ARDI data to attributes on HTML or SVG elements. For example, you can copy a temperature to the text in a DIV, SPAN or TEXT element. Or you can copy a status into //height//, //fill colour//, //scale//, //rotation// or any other attribute.
  
 ===Adding the Script=== ===Adding the Script===