コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
1451 ビュー

Hi community,


i need to change the colors of my charts and i dont know how, any suggestions?

アバター
破棄
最善の回答

Hi Jaime Millan Conejero,

https://stackoverflow.com/questions/72273470/change-bar-chart-column-color-in-odoo

Based on your requirement may be help.

export const COLORS = [

    "#1f77b4",

    "#ff7f0e",

    "#aec7e8",

    "#ffbb78",

    "#2ca02c",

    "#98df8a",

    "#d62728",

    "#ff9896",

    "#9467bd",

    "#c5b0d5",

    "#8c564b",

    "#c49c94",

    "#e377c2",

    "#f7b6d2",

    "#7f7f7f",

    "#c7c7c7",

    "#bcbd22",

    "#dbdb8d",

    "#17becf",

    "#9edae5",

];

This is Color list use Odoo  by deafult 

addons/web/static/src/views/graph/colors.js

Thanks.

アバター
破棄
著作者

Really preciate it Thanks!

関連投稿 返信 ビュー 活動
1
9月 24
2480
0
9月 24
1052
2
8月 25
463
1
8月 25
345
1
8月 25
576