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.
私はスレート管理を使用しており、いくつかのグラフを表示していますが、うまく機能しますが、これらのグラフの色を変更したいと思います (十分な違いはありません)。
これらの色はどこで設定されていますか? JavaScript呼び出しでそれを行うことは可能ですか?
ありがとう!
最後に解決策を見つけました。
ファイルを見つける
js/slate/slate.js
そして行を変更します
var chartColors = ['#be1e2d','#0CC912','#92d5ea','#ee8310','#8d10ee','#5a3b16','#26a4ed','#f45a90','#e9e744'];
あなたが望む色で:)