English 中文(简体)
对齐 y 轴标签和文字
原标题:Alignment of y axis labels and text
  • 时间:2012-05-24 12:51:51
  •  标签:
  • highcharts

我对Highcharts y轴与标签和文字的对齐有问题,

example http://jsfiddle.net/EuPwn/17/

提前感谢大家,

赛赛

问题回答

So you have both yAxis on the right but on the same yAxis IDs. I would not do that, honestly. Why not an axis on the left and right? Or if you want both on the right still use 2 different IDs. Something like this: http://www.highcharts.com/demo/combo-multi-axes





相关问题
How can I make HighCharts HeatMap annotations visible?

I m trying to add annotation to the heat map chart but it does not seem to show. Appreciate if you would be able to help. See screenshot Shape or callout is not visible, the label is visible though. ...

Highcharts - show every other x-axis category

I have Highcharts set up to display a graph with a bunch of xAxis categories. This is all working fine, but I would like to be able to skip some of the xAxis categories, so not everything one is shown....

Highcharts - animations other than the default

Is there an option in Highcharts JS (highcharts.com) to change the animation when a chart loads? Right now, on a column chart, the columns slide up from the bottom. Is it possible to alter the default ...

Highcharts => How to add ids to the points we push?

I m building a line chart and I want my points to have an id. How to do that in using push ? options.series.data.push(data,id); ??? or something like that Thanks a lot.

G_vmlCanvasManager is undefined

I am using the highcharts charting library, i am including excanvas if the browser is ie using <!--[if IE]> <script type="text/javascript" src="<script type="text/javascript" src="...

highcharts - variable data causes browser lockup

I am attempting to use the highcharts javascript library to load charts using this function: function create_chart(success, failed, pending) { var chart = new Highcharts.Chart({ chart: { ...

热门标签