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.
暗いスライスがそのラベルを食べているので、jqplotpieChartsのtextColorを#ffffffに変更しようとしています。私はそれをする方法を見つけられませんでした。何か案は?!
CSSを上書きするだけ
HTML
<div id="pieChart"></div>
CSS
#pieChart{ width: 400px; height: 400px; color:#ffffff; }
JSFIDDLE デモ