Skip to content

daxlib/docs-daxlib-svg

Repository files navigation

DaxLib.SVG

DaxLib.SVG is a DAX User-Defined Functions (UDF) library designed to make creating SVG visuals in Power BI easier.

Download From DaxLib Download Example PBIP

Getting Started

  1. Download the library from DaxLib
  2. Install using TMDL view
  3. Start using the functions in your measures

For detailed examples, check out our example PBIP file.


Function Categories

Category Description
SVG Wrapper Wraps one or more Elements, Defs, Compounds, applying required metadata and <SVG> tags
Elements SVG primitives (i.e. <Rect>, <Circle>, <line>)
Compounds Complex components (i.e. boxplot, violin) made from Elements
Defs Define reusable SVG elements (i.e. <linearGradient>, <clipPath>, and shapes)
Attributes Create Attributes (i.e. fill, stroke, opacity) string that can be applied to Elements and Defs
Transforms Create Transform strings
Scales Mapping values between scales
Colors Themes and functions for colour manipulation

Full documentation is available at our GitHub Pages site.

Built with Material for MkDocs

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Contributors 2

  •  
  •  

Languages