microsoft / charticulator

Interactive Layout-Aware Construction of Bespoke Charts
Other
830 stars 115 forks source link

Unexpected behavior of PBI Viz when linking two plot segments. #102

Open snapper911T opened 6 years ago

snapper911T commented 6 years ago

to Reproduce:

  1. In Charticulator add 2 parallel plot lines.
  2. Add dimesnion to one (OS) and another to the second line plot (Date).
  3. Link both plot segments and export as PBI viz. screenshot 333

Using the same data set in PBI the plot gets very skewed and is un-usable: screenshot 335

Keep up the great work guys! This is a seriously powerful tool.

donghaoren commented 6 years ago

This is indeed an unexpected behavior - the visual is not using the original positions for the axes.

@snapperlux before this issue is fixed, you can avoid this kind of behavior by snapping the axes to the existing guides in the chart editor. Once snapped, you'll find that the anchors of the axis become green, as below:

image