Angular可以在Google Gantt图表中翻译工具提示的内容
我的html看起来像:
<google-chart #chart
[title]="title"
[type]="type"
[data]="data"
[columns]="columnNames"
[options]="options"
[width]="width"
[height]="height">
</google-chart>
它是甘纳特图表。
工具提示看起来像: https://i.sstatic.net/nia5q.png
“百分比完成”等是我的Angular component.ts中的变量。我可以修改它们吗?
My html looks like that:
<google-chart #chart
[title]="title"
[type]="type"
[data]="data"
[columns]="columnNames"
[options]="options"
[width]="width"
[height]="height">
</google-chart>
Its a Gannt Chart.
Tooltip looks like that:
https://i.sstatic.net/NIa5Q.png
How can I get dynamically "Duration" "Percent done" etc as a variable in my angular component.ts so I can modify them?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论