shuishen
2021-06-25 da0872bd7b0056b0cd35b90dff8f8cfce2024aba
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()}})});