Skip to content

Change Log

1.0.1 (Latest)

Source library split into individual per-function TMDL files for improved maintainability

Update JSDoc annotations

Update/fix some DaxLib.SVG.Compound UDFs

1.0.0

Some incompatible API changes to compounds

DaxLib.SVG.Compound.Bar() renamed to DaxLib.SVG.Compound.Bars()

Added showAxis and axisFontSize parameters to DaxLib.SVG.Compound.Bars(), DaxLib.SVG.Compound.Line(), DaxLib.SVG.Compound.Area()

Added orientation parameter to DaxLib.SVG.Compound.ProgressBar()

New DaxLib.SVG.Compound.ProgressBar() compound

New Scale functions: DaxLib.SVG.Scale.NiceNum(), DaxLib.SVG.Scale.NiceRange()

New Data namespace: DaxLib.SVG.Data.AxisMeasure(), DaxLib.SVG.Data.Range()

New Axes namespace: DaxLib.SVG.Axes.Layout(), DaxLib.SVG.Axes.Render(), DaxLib.SVG.Axes.Point(), DaxLib.SVG.Axes.Baseline(), DaxLib.SVG.Axes.MaxTickLabelWidth()

New Viz namespace with simplified chart wrappers: DaxLib.SVG.Viz.Bars(), DaxLib.SVG.Viz.Line(), DaxLib.SVG.Viz.Area(), DaxLib.SVG.Viz.ProgressBar(), DaxLib.SVG.Viz.Pill(), DaxLib.SVG.Viz.Boxplot(), DaxLib.SVG.Viz.Jitter(), DaxLib.SVG.Viz.Heatmap(), DaxLib.SVG.Viz.Violin()

0.2.3-beta

DaxLib.SVG.Compound.* performance improvements

0.2.2-beta

DaxLib.SVG.Compound.Pill() correctly accepts x and y parameters

DaxLib.SVG.Compound.Heatmap() correctly accepts x and y parameters

DaxLib.SVG.Compound.Bar() correctly accepts y parameters

DaxLib.SVG.Compound.Violin() resolved spike from last point

0.2.1-beta

Tom Shanley contributed DaxLib.SVG.Compound.Bar()

Annotation placeholders

0.2.0-beta

Restructured library will the idea of Elements and Compounds

Documentation site launch

0.1.1-beta

Fixed incorrect function references in DaxLib.SVG.Example.BulletChart.ActionDot()

0.1.0-beta

Initial release of the DaxLib.SVG library with Docs Site