This is an automated email from the ASF dual-hosted git repository.
ovilia pushed a commit to branch feat-axis-align-lastLabel
in repository https://gitbox.apache.org/repos/asf/echarts.git
The following commit(s) were added to refs/heads/feat-axis-align-lastLabel by
this push:
new 3ea19707c feat(label): fix lint problems
3ea19707c is described below
commit 3ea19707cab43fb006dab8c5a5ad926dd58c6438
Author: Ovilia <[email protected]>
AuthorDate: Fri Oct 20 15:36:40 2023 +0800
feat(label): fix lint problems
---
src/component/axis/AxisBuilder.ts | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/src/component/axis/AxisBuilder.ts
b/src/component/axis/AxisBuilder.ts
index f9837df4e..a3773a823 100644
--- a/src/component/axis/AxisBuilder.ts
+++ b/src/component/axis/AxisBuilder.ts
@@ -17,7 +17,9 @@
* under the License.
*/
-import {retrieve, defaults, extend, each, isObject, map, isString, isNumber,
isFunction, retrieve2} from 'zrender/src/core/util';
+import {
+ retrieve, defaults, extend, each, isObject, map, isString, isNumber,
isFunction, retrieve2
+} from 'zrender/src/core/util';
import * as graphic from '../../util/graphic';
import {getECData} from '../../util/innerStore';
import {createTextStyle} from '../../label/labelStyle';
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]