What are my xAxis labels misaligned?
pI'm new to highcharts and I'm just trying to get a basic line chart up
and running. When I set xaxis label step my labels become misaligned.
Anyone know why?/p pimg src=http://i.stack.imgur.com/VwBhO.png alt=enter
image description here/p precode $(elementSelector).highcharts({ title:{
text:'' }, tooltip: { enabled:false }, chart: { type: chartType }, xAxis:
{ title: { text: sectionData.XAxisLabel }, labels: { step:
sectionData.XAxisLabelSkip }, categories: xpoints }, yAxis: { title: {
text: sectionData.YAxisLabel }, min: 0, }, plotOptions: { line: {
dataLabels: { enabled: true } } }, series: [{ title:'', data: ypoints,
showInLegend: false }] }); /code/pre
No comments:
Post a Comment