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.
我正在尝试将 jqplot pieCharts 的 textColor 更改为 #ffffff,因为深色切片正在吃掉它的标签。我没有找到办法做到这一点。有任何想法吗?!
只需覆盖CSS
HTML
<div id="pieChart"></div>
CSS
#pieChart{ width: 400px; height: 400px; color:#ffffff; }
JSFIDDLE 演示