覆盖图表图例。如何?

发布于 2024-11-07 09:21:24 字数 213 浏览 4 评论 0原文

通常我们会做这样的事情,并且更新具有相同的名称。

    chart1.addSeries("job", new, {

    });

是否可以使用其他名称覆盖系列作业,例如使用系列“某事”覆盖系列作业?我什么时候进行更新?

问题是,如果我使用相同的名称进行更新,则只会更改系列的值,但图表图例是相同的,

谢谢

normally we made something like this, and the update have the same name.

    chart1.addSeries("job", new, {

    });

it is possible to override the series job, with another name, for example override the series job with the series "something"? when i make the update?

the problem is, if i make the update with the same name only the values of the series is changed, but the chart legend is the same

thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

冰魂雪魄 2024-11-14 09:21:24

删除现有系列 (chart.removeSeries('job')),并添加具有相同名称的新系列 (chart.addSeries('job'))。我们也可以对图例做同样的事情。

remove the existing series (chart.removeSeries('job')), and add the new series with the same name (chart.addSeries('job')). Also we can do the same for the legend.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文