Skip to content

v1.16.5

Compare
Choose a tag to compare
@emeeks emeeks released this 19 Feb 21:56

FIXES

  • Some horizontal XY data wasn't being sent properly in the custom marks for OrdinalFrame
  • Sankey diagrams should never have been honoring direction that's meant for hierarchical charts (if you want to change the direction of your sankeys, change the direction of the edges) instead they now honor vertical or horizontal settings in the networkType's projection property.
  • highlight annotationType wasn't getting parentLine information to the points and also wasn't letting you select a line just by using ID

FEATURES

  • nodesEdgesFromHierarchy is exported by Semiotic, it takes a hierarchical JS object and returns an object with nodes and edges that you can use for non-hierarchical viz types.
  • If you use point type in OrdinalFrame and radial projection with connectorType defined, it will draw filled areas so you can properly create Radar Plots

screen shot 2019-02-14 at 7 28 50 pm