The vega documentation/tutorials suggest that setting up a horizontal bar chart is easy, but I can't figure it out for the life of me. How would I go about changing a vertical bar chart, such as http://vega.github.io/vega-editor/index.html?spec=bar, to a horizontal one?
相关问题
- react-vega and react-vega tooltips
- How to make limits on the Y axis be the same using
- Google Charts-Code for Category Filter
- How to group Json data based on Month and plot it
- Canvas disappearing on Chrome 49 on OS X, looks li
相关文章
- Mercurial Commit Charts / Graphs [closed]
- Change color of bars depending on value in Highcha
- Google Chart veritcal axis with percentage sign
- Google Combo Chart add horizontal and vertical lin
- ChartJS. Change axis line color
- Center align title in Google Chart
- C# dashed lines in chart series?
- ng-click not working with chart.js
Like this
I generated this chart from
with vega-lite (https://vega.github.io/vega-lite/).