ħ
我想使用goole chart api
在顶部条形图中添加数字这就是我想要的。这是home page的一个例子。当我查看 bar charts 的选项时,我看不到它。我不确定它会被称为什么,但我看不到任何东西(至少不是来自示例图片)。
答案 0 :(得分:0)
“| N,FF0000,-1,-1,10” 在上面的URL是使其工作的神奇酱。
Text and Data Value Markers文档说明:
chm=<marker_type>,<color>,<series_index>,<opt_which_points>,<size>,<opt_z_order>,<opt_placement>
。
在这种情况下,<marker_type>
为N
。