Skip to content

Conversation

@zjyhhhher
Copy link
Contributor

🤔 这个分支是...

  • 新功能
  • Bug fix
  • Ts 类型更新
  • 打包优化
  • 性能优化
  • 功能增强
  • 重构
  • 依赖版本更新
  • 代码优化
  • 测试 case 更新
  • 分支合并
  • 发布
  • 网站/文档更新
  • demo 更新
  • Workflow
  • 其他 (具体是什么,请补充?)

🔗 相关 issue 链接

🔗 相关的 PR 链接

🐞 Bugserver 用例 id

💡 问题的背景&解决方案

📝 Changelog

Language Changelog
🇺🇸 English
🇨🇳 Chinese

☑️ 自测

⚠️ 在提交 PR 之前,请检查一下内容. ⚠️

  • 文档提供了,或者更新,或者不需要
  • Demo 提供了,或者更新,或者不需要
  • Ts 类型定义提供了,或者更新,或者不需要
  • Changelog 提供了,或者不需要

🚀 Summary

copilot:summary

🔍 Walkthrough

copilot:walkthrough

@github-actions github-actions bot added the vmind label Sep 14, 2025

// 3. 通用比较逻辑(支持字符串、数字或日期)
if (compareValues(timeValue, startValue) >= 0 && compareValues(timeValue, endValue) <= 0) {
item.forecast = true;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

预测数据是指?

return data.forecast ? [5, 5] : [0];
};

//console.log("lineDash exists?", typeof spec.line.style.lineDash === 'function'); // 应为 true
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

注释掉的console可以去除哈,下方同理

@666haiwen 666haiwen changed the base branch from develop to feat/ospp September 15, 2025 13:18
@666haiwen
Copy link
Contributor

Change to feat/ospp for temp release test

@666haiwen 666haiwen merged commit 529a9ec into VisActor:feat/ospp Sep 15, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants