echarts
[Apache Echarts] Bar race 작동 오류
과제를 진행하면서 Echarts를 사용해보게 되었다. 가로형 바 차트 중 Bar race라는 차트가 멋져보여서 사용해보고 싶었는데 몇가지 오류가 발생했고, 고쳐지지가 않았다. 내가 소스코드를 잘못 사용하는건가 싶어서 Echarts Example 사이트에서도 수정해가며 지켜봤는데.. 음... option = { xAxis: { max: '100', }, yAxis: { type: 'category', data: medDeptNmList, inverse: true, animationDuration: 300, animationDurationUpdate: 300, max: 6 // only the largest max+1 bars will be displayed }, series: [{ realtimeSort:..