gaoluyang
14 小时以前 cb9cd49627b65a4c0e137e08063271a8cefe1826
src/views/mes/home/chart-options.ts
@@ -1,4 +1,4 @@
import type { EChartsOption } from '..\..\..\packages\effects\plugins\src\echarts';
import type { EChartsOption } from '@vben/plugins/echarts';
/** 生产趋势折线图配置 */
export function getProductionTrendChartOptions(
@@ -40,7 +40,7 @@
  };
}
/** 工单状态分布饼图配置 */
/** 订单状态分布饼图配置 */
export function getWorkOrderStatusChartOptions(
  data: Array<{ itemStyle: { color: string }; name: string; value: number }>,
): EChartsOption {