jquery - HIghcharts Legend Symbol Getting out of graph Canvas -


i using highcharts scatter chart , want display 1 specific data point legend more wider other data points have implmented problem when point comes on x-axis or y-axis line gets out of graph canvas .

things have tried

offset marginleft

screenshot

enter image description here

but not fix issue.

is there alternate solution this.

if want of points land within plot border, , long know minimal data values, set min on xaxis and/or yaxis. see example, http://jsfiddle.net/7wd8vwxh/

xaxis: {   title: {     enabled: true,     text: 'x axis title'   },   min: 150 // equal value lower lowest x value }, yaxis: {   title: {     text: 'y axis title'   },   min: 0 // equal value lower lowest y value }, 

Comments

Popular posts from this blog

unity3d - Rotate an object to face an opposite direction -

angular - Is it possible to get native element for formControl? -

javascript - Why jQuery Select box change event is now working? -