Skip to content

VueUiScatter added marginal bars

Choose a tag to compare

@graphieros graphieros released this 07 May 06:36
· 3141 commits to master since this release

VueUiScatter

  • Added the possibility to display marginal bars on x and y axis to show distribution breakdowns:

config.style.layout.marginalBars:

{
  show: boolean;
  size: number;
  tranches: number;
  opacity: number;
  fill: string;
  strokeWidth: number;
  offset: number;
  borderRadius: number;
  useGradient: boolean;
}