plot icon indicating copy to clipboard operation
plot copied to clipboard

the default tip sometimes goes in the wrong direction

Open Fil opened this issue 1 year ago • 0 comments

This example, given by @mootari, where the right-most tip should have been chosen to anchor right:

Capture d’écran 2024-03-06 à 16 38 34

Plot.rectX([1, 1, 1, 1, 1], {
  x: Plot.identity,
  fill: Plot.indexOf,
  title: () =>
    "Lorem ipsum lorem ipsum lorem ipsum Lorem ipsum lorem ipsum lorem ipsum Lorem ipsum lorem ipsum lorem ipsum",
  tip: true
}).plot({ height: 100, marginTop: 20 })

Fil avatar Mar 06 '24 15:03 Fil