Releases: d3plus/d3plus-plot
Releases · d3plus/d3plus-plot
v1.0.5
- updates documentation (961b4db)
- fixes outside labels with dark backgroundConfig fill (fef3b90)
v1.0.4
- updates documentation (24fd011)
- updates d3plus-viz minor dependency (9233a9a)
- fixes incorrectly hiding certain LinePlot axes by improving "hide axis logic" in Plot (3da0b98)
v1.0.3
- updates documentation (bf93075)
- removes unnecessary condition in title assignment (92e445c)
- modifies logic to catch false values on axis title (2a6a987)
- removes not discrete axisConfig.title condition (4174882)
v1.0.2
- updates documentation (70dce7a)
- fixes confidence Area not inheriting Line curve (76fb83b)
v1.0.1
- updates documentation (d78a0f6)
- removes StackedArea monotone curve and improves inner label logic to prefer horizontal labels (bd582b3)
- fixes default stacked BarChart label positions (096f28e)
v1.0.0
- updates d3 and d3plus major dependencies (353d3e8)
- fixes discrete/axis ordering bug and implements auto-title for axes d… … (493d57f)
- uses discrete monotone curve on Line and Area when applicable (196d7f2)
- improves gridLine visibility logic and lightens default color (2e75e22)
- skips auto axis title logic if key matches axis name (38b9726)
- hides BarChart legend if bar data matches legend (2ee6378)
- adds static 10 pixel buffer to numericBuffer (cc62cb7)
- removes console statements (73d06f0)
- implements Bar labelBounds (6a0b244)
- hides repetitive axis ticks in BarCharts (65dca68)
- lightens default Radar axis styles (66b2143)
- updates documentation (a4e50c8)
v0.9.4
- updates documentation (e45619a)
- factors x-position into lineLabel width calc (62e383b)
- updates d3plus-axis to v0.6.2 (ac60e0a)
v0.9.3
- updates documentation (9fe47a7)
- creates new dataFormat example (c356ae5)
- updates minor d3plus dependencies (18ff7bb)
v0.9.1
- updates documentation (4bd19b3)
- fixes default aggs usage in Plot (baaf1c3)