Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我怎样才能翻转图表,使其从右到左开始?
看下面的例子:(我翻转了图片)
除了 reversed 选项,您还应该使用 rtl 参数作为图例。 http://api.highcharts.com/highcharts#legend.rtl
您可以翻转 xAxis 或 yAxis 而不翻转标签,如下所示:
xAxis: { reversed: true },
演示