PPRAMANIK62 commented on code in PR #21325:
URL: https://github.com/apache/echarts/pull/21325#discussion_r2456857065
##########
src/chart/helper/whiskerBoxCommon.ts:
##########
@@ -17,17 +17,17 @@
* under the License.
*/
-import createSeriesDataSimply from './createSeriesDataSimply';
import * as zrUtil from 'zrender/src/core/util';
-import {getDimensionTypeByAxis} from '../../data/helper/dimensionHelper';
-import {makeSeriesEncodeForAxisCoordSys} from '../../data/helper/sourceHelper';
-import type { SeriesOption, SeriesOnCartesianOptionMixin, LayoutOrient } from
'../../util/types';
-import type GlobalModel from '../../model/Global';
-import type SeriesModel from '../../model/Series';
-import type CartesianAxisModel from '../../coord/cartesian/AxisModel';
-import type SeriesData from '../../data/SeriesData';
import type Axis2D from '../../coord/cartesian/Axis2D';
+import type CartesianAxisModel from '../../coord/cartesian/AxisModel';
import { CoordDimensionDefinition } from '../../data/helper/createDimensions';
+import { getDimensionTypeByAxis } from '../../data/helper/dimensionHelper';
+import { makeSeriesEncodeForAxisCoordSys } from
'../../data/helper/sourceHelper';
+import type SeriesData from '../../data/SeriesData';
+import type GlobalModel from '../../model/Global';
+import type SeriesModel from '../../model/Series';
+import type { LayoutOrient, SeriesOnCartesianOptionMixin, SeriesOption } from
'../../util/types';
+import createSeriesDataSimply from './createSeriesDataSimply';
Review Comment:
Sorry for these, will be more careful while committing changes
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]