FittingEquationChart.js 631 B

1234567891011121314151617181920212223242526
  1. /**
  2. * 统计分析-拟合方程曲线
  3. */
  4. /* 英文 */
  5. export const FittingEquationChartEn = {
  6. x_edb:'X-value index',
  7. y_edb:'Y-value index',
  8. msg01:'Please select an indicator',
  9. msg02:'The number of indicators shall not be less than 2 groups',
  10. msg03:'The number of indicators on the X-axis and Y-axis is inconsistent',
  11. };
  12. /* 中文 */
  13. export const FittingEquationChartZh = {
  14. x_edb:'X值指标',
  15. y_edb:'Y轴指标',
  16. msg01:'请先选择指标',
  17. msg02:'指标数量不得少于2组',
  18. msg03:'X轴与Y轴指标数量不一致',
  19. };
  20. /**
  21. * $t('StatisticAnalysis.FittingEquationChart.XXX')
  22. */