graphviz-webcomponent

Renders a Graphviz graph from the text source to SVG.

MIT License

Downloads
107
Stars
5
Committers
3

Bot releases are hidden (Show)

graphviz-webcomponent - v0.4.2

Published by prantlf over 4 years ago

0.4.2 (2020-07-03)

Bug Fixes

  • Drop the dependency on lit-html to shrink the size by 20 KB (43306a8)
graphviz-webcomponent - v0.4.1

Published by prantlf over 4 years ago

0.4.1 (2020-07-02)

Bug Fixes

  • Correct the access to the text selection to enable running in Firefox (c9f3649)
graphviz-webcomponent - v0.4.0

Published by prantlf over 4 years ago

0.4.0 (2020-07-02)

Features

  • Render the graph by a web worker, configure it by a global objects (6833d6c)
graphviz-webcomponent - v0.3.1

Published by prantlf over 4 years ago

0.3.1 (2020-06-22)

Bug Fixes

  • Set the scale transformation origin to the top left corner (a0006a0)
graphviz-webcomponent - v0.3.0

Published by prantlf over 4 years ago

0.3.0 (2020-06-22)

Features

  • Introduce attribute "scale" for zooming the graph image (fc13ea4)
graphviz-webcomponent - v0.2.0

Published by prantlf over 4 years ago

0.2.0 (2020-06-22)

Features

  • Add syntax highglighting for the graph script, add button "Save script" (06a9b41)
  • Introduce web component for editing the script source (d2efcc1)
graphviz-webcomponent - v0.1.0

Published by prantlf over 4 years ago

0.1.0 (2020-06-15)

Features

  • Add method tryGraph to update the graph only if rendering succeeds (cb35099)
  • Render the graph on any change in the graph script text area (ff5616f)
graphviz-webcomponent - v0.0.1

Published by prantlf over 4 years ago

0.0.1 (2020-06-1)

Initial release of the Graphviz WebComponent