v1.1.2
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.