SVG
(Replacing message template with parser tag) |
No edit summary |
||
Line 1: | Line 1: | ||
<message>Write the content here to display this box</message> | <message>Write the content here to display this box</message> | ||
'''S'''calable '''V'''ector '''G'''raphics (SVGs) are a great way to express data in a form other than text. | |||
Read here about how to easily turn MDriven data into graphics: https://blog.mdriven.net/svg-and-mdriven-turnkey-components/ | Read here about how to easily turn MDriven data into graphics: [https://blog.mdriven.net/svg-and-mdriven-turnkey-components/ SVG and MDriven Turnkey Components] | ||
Or, even easier: Set <code>Eco.BlobType=SVG</code>. Data will be rendered as SVG in web UI. | Or, even easier: Set <code><span class="col-black">'''Eco.BlobType=SVG'''</span></code>. Data will be rendered as SVG in web UI. | ||
[[Category:MDriven Turnkey]] | [[Category:MDriven Turnkey]] | ||
{{Edited|July|12|2024}} | {{Edited|July|12|2024}} |
Revision as of 04:59, 6 December 2024
This page was created by Hans.karlsen on 2020-04-14. Last edited by Edgar on 2025-01-20.
Scalable Vector Graphics (SVGs) are a great way to express data in a form other than text.
Read here about how to easily turn MDriven data into graphics: SVG and MDriven Turnkey Components
Or, even easier: Set Eco.BlobType=SVG
. Data will be rendered as SVG in web UI.