@euphrasiologist/lwphylo 1.2.8 → 1.2.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -573,8 +573,9 @@ function getChildArcs(pd) {
573
573
  */
574
574
  function radialLayout(node, opts = {}) {
575
575
  const {
576
- angleStrategy = "cmean",
577
- arcsStyle = "shortest",
576
+ // default fan
577
+ angleStrategy = "fan",
578
+ arcsStyle = "fan",
578
579
  openAngleDeg = 0,
579
580
  rotateDeg = 0
580
581
  } = opts;