Skip to content

Fix Download Button, Column Brushing, Add Orphan Points

Compare
Choose a tag to compare
@emeeks emeeks released this 24 Jun 17:29

FEATURES

  • In NetworkFrame in motifs mode you can now set a padding prop for your networkSettings that determines the number of pixels between each group.
  • XYFrame now supports filterRenderedLines and filterRenderedSummaries which allows you to remove lines or summaries after they have been calculated so that the extent and other aspects of the chart are based on the complete dataset
  • showLinePoints now honors an "orphan" setting that will only show line points if a point has an undefined point immediately before and after that point. This means it will only have any kind of effect if you have defined set but when you do, it lets you show a floating point as a point so that it's not lost in the way a line renders.
    Screen Shot 2019-06-24 at 10 22 54 AM

FIXES

  • The download feature should be working again
  • Column brushes in vertical projection would hang if there were no zero values among your columns (so for instance in a parallel coordinates setting)