0
내가 지금까지 가지고 무엇을 그 ...Plotly :
Plotly.plot('graph', [{
type: 'bar',
y: [1,0,0],
x: [1,2,1],
orientation: 'h',
base: [0,2,5]
}, {
type: 'bar',
y: [1,1,1],
x: [2,1,2],
orientation: 'h',
base: [0,3,5]
}])
<head>
<script src="https://cdn.plot.ly/plotly-latest.min.js"></script>
</head>
<body>
<div id="graph"></div>
</body>
가 어떻게 대신 숫자 값의 수평 축에 날짜를 사용할 수있는 수평 타임 라인을 만들?