You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like inside draw.js the x position is determined by x: width - getStringWidth(label, 5) - LABEL_MARGIN. I'm possibly not looking at the right place, but it seems this is fixing it to right alignment no matter what.
Expected Behaviour
Actual Behaviour
no effect
Code Effect
It looks like inside draw.js the x position is determined by
x: width - getStringWidth(label, 5) - LABEL_MARGIN
. I'm possibly not looking at the right place, but it seems this is fixing it to right alignment no matter what.As a side note, ChartCompenents.js there is this:
Which is what led me to believe there was a way to change the position by passing a value.
Frappé Charts version: 1.0.0
The text was updated successfully, but these errors were encountered: