Skip to content

v1.1.2

Compare
Choose a tag to compare
@johnkiernander johnkiernander released this 08 Nov 23:23
· 174 commits to master since this release

Mixed Position Attributes

  • Positioning attributes now take comma separated lists of values. For example setting a top margin to "10px,20%,5px" will position the chart 20% of svg height + 15 pixels. This is very helpful when creating visualisations with multiple chart objects which you wish to resize (such as a trellis chart).
  • Fixed issue #19 drop lines are now correctly positioned.