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.
我正在使用 React-Js 应用程序并使用 ChartistJs 库来显示图表。我正在尝试更改条形图中标签的颜色和字体,但找不到任何选项来实现这一点。
我认为您可以在 CSS 文件中执行以下操作:
.ct-label { color: red; font-size: 15px; font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; }
我希望它有所帮助。