jquery - Highchart -change posistion of yaxis title -
in current project using hightchart show charts various analysis. in column chart
move position of title shown in picture , there should enough space between last observation on yaxis , yaxis title. per image there should space between rainfall , 250(which last item on yaxis)
i able change title position squeezed.
as have define chart conainer this
<div id="chartborder"> <div id="chartcontainer" class="chartcontainer"> <div> </div>
and not able apply css please help
add following part:
title: { "textalign": 'right', "rotation": 0, x: 34, y: -140 }
demo: http://jsfiddle.net/46ue4/
related question: highcharts: how aligned horizontal yaxis title
Comments
Post a Comment