javascript - How to assign random colors to D3 bar chart? -


मैं नकली-अप के अनुसार डी 3 बार चार्ट पर काम कर रहा हूं:

बार चार्ट

मैं सलाखों को यादृच्छिक रंग कैसे प्राप्त करूं?

कोड:

  svg.append ("g") .attr ("class", "x axis") .attr ("transform", "अनुवाद करें (0 , "+ ऊंचाई +") ") .कॉल (एक्सएक्सिस);    

डी 3 में 4 रंग पटलों में बनाया गया है।

यहाँ है

जेरोम Cukier द्वारा एक और।

और डी 3 रंग के लिए आधिकारिक ।

- नोट: बेला में मैंने डेटा में रंग जोड़कर रंगों को पार कर लिया है।

यह किसी भिन्न चर से रंगों को भी पारित करके भी किया जा सकता है।

आशा है कि यह मदद करता है।

Comments

Popular posts from this blog

c - Mpirun hangs when mpi send and recieve is put in a loop -

python - Apply coupon to a customer's subscription based on non-stripe related actions on the site -

java - Unable to get JDBC connection in Spring application to MySQL -