Wie füge ich HTML -Abzeichen als Beschriftungen in die Spaltenkarte ein?HTML

HTML-Programmierer
Anonymous
 Wie füge ich HTML -Abzeichen als Beschriftungen in die Spaltenkarte ein?

Post by Anonymous »

Code: Select all

var xValue = ['1','2','3','4','5','6','7','8','9','10','11','12','13'];
var yValue = [10, 6, 8,9,1,17,3,7,13,2,12,4,13];
var wicket1 = ['W','','W','W','','','','W','','','','','W'];

var trace1 = {
x: xValue,
y: yValue,
type: 'bar',
text: wicket1,
textposition: 'outside',
};

var data1 = [trace1];

Plotly.newPlot('myDiv', data1);< /code>
  

Quick Reply

Change Text Case: 
   
  • Similar Topics
    Replies
    Views
    Last post