Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个条形图如下
我想在标签上附加一些文本,使它们看起来像 2010 B 2011 C 2012 D
我怎样才能做到这一点?我知道我们可以编写 BarChartCustomizer 但不确定如何获取特定条的标签。
提前致谢
好的,我在 2001 年开始使用 html 和 css。我曾经做过这样的事情(创建一个具有“垂直列”布局的网站):
<html> <head> <title>Vertical-column layout</title> </head> <body> <table id="doc" > <!-- header -->