liuyg
2021-06-07 4d4812e1da1bf48b809b8c185de3ef3e5e855599
1
2
//>>built
define(["dojo/_base/declare","dojo/dom-style"],function(b,f){return b(null,{labelTooltip:function(b,c,a,g,h,k){var d="rtl"==f.get(c.node,"direction"),e="rtl"==c.getTextDir(a);e&&!d&&(a="\x3cspan dir\x3d'rtl'\x3e"+a+"\x3c/span\x3e");!e&&d&&(a="\x3cspan dir\x3d'ltr'\x3e"+a+"\x3c/span\x3e");this.inherited(arguments)},_isRtl:function(){return this.chart.isRightToLeft()}})});