Guest User

Untitled

a guest
Jun 21st, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. [ 'barLabel_top', function () {
  2. var fs = getFontSize( this.target.width() - 2*this.target.lineWidth() - 5 );
  3. return ( (this.target.height() > fs + 2*fs / minWidthRatio) && (fs > minFontSize) ) ?
  4. this.target.top() + fs/minWidthRatio :
  5. this.target.top() - (fs + fs / (2*minWidthRatio) + this.target.lineWidth());
  6. }],
Add Comment
Please, Sign In to add comment