score:4
Accepted answer
You can control width and height for x/yAxis setting width
/height
options: http://jsfiddle.net/LLExL/3622/
xAxis: {
height: 200,
width: 200,
title: {
text: 'X'
},
min: 0,
max: 6
},
yAxis: {
height: 200,
width: 200,
title: {
text: 'Y'
},
min: 0,
max: 6
},
I also added min
and max
to make sure both axes have the same scale.
score:1
You can use tickInterval with min and max on X and Y Axis : http://jsfiddle.net/LLExL/3620/
xAxis: {
tickInterval: 2,
min: 0,
max: 6,
...
}
Source: stackoverflow.com
Related Query
- same scale on x y axis in highchart
- Highcharts - creating chart with same scale axis
- Highcharts same scale steps (equal tick interval) on x and y axis
- Highchart spline Cut Off when reach to maximum scale value. How can it fixed?. I have attached may sample code on body
- How to change the scale of an axis with HighChart
- how to hide highchart x - axis data values
- use highchart and highstock on the same page
- How to display highchart y axis with constistant data
- How to dynamically change axis from linear to logarithmic in HighChart
- Overlapping Y Axis in a Multi y axis Highchart
- Highcharts - multiple plot with the same x scale
- Highchart axis max with multiple axes
- Highchart Axis Update/ chart redraw
- Align y axis tick "outside" on highstock, so they are the same as on highcharts
- Dual axis using percentage and absolute value to same serie in Highcharts
- Get X Axis value on bar Highchart click event
- last label in x axis with datetime format not coming in highchart
- How to place labels on opposite Y axis in Highchart without a second series
- Highchart Crosshair not touching x axis
- max Y Axis value in a Highchart
- Click event on highchart axis
- Showing multiple data with same x and y in highchart
- Fire click event on a highchart column drilldown chart on clicking x axis for drill down reports
- Double X-axis within same Highchart object
- Several Series with the same xAxis data in HighChart
- Highchart axis 2 decimal places
- highchart Axis values color
- R Highchart // grouped categories in x axis
- X axis value in stackLabels Formatter in bar highchart
- How to add % symbol to Y axis values in HighChart graph?
More Query from same tag
- AngularJS and angular-translate: Using the translate filter in an object literal
- Highcharts - How to force dataLabels to show labels when overlapping the content
- Intermittent Highcharts heatmap issue when using EO.PDF
- HighChart irrgular Mapping
- Getting 'Cannot read property "length" from undefined' exception while rendering chart at JasperReports Server
- Bubble chart with NextJS and highcharts-react-official
- Trying to produce a pop up when the chart is clicked. The pop up is a close button
- Highstock scrollbar doesn't work in svg foreignObject
- Highstock chart not loading with sample data
- How can I have a responsive graph with highcharts?
- Highcharts stacked drilldown with n-levels
- How do I not show GMT and Timezone labels for Highcharts
- How can I install highcharts-angular *and* highcharts?
- Wrap child when using 3th party plugin
- Pie chart slice radius using HighCharts library
- Highcharts combining a column and spline chart from an html data table
- JSON parsing in Highcharts
- highcharts how to catch and insert logic in click reset zoom button event
- How to add an arrow reprents inscrease
- highcharts has no exported member 'ChartObject'
- How to get the X axis value from HighChart on android on click event
- Highcharts datetime format y-axis interval
- Load values for high Chart Values in jquery
- Node.js, express, jade, highcharts and 2D array
- How do i redraw a pie Chart only once, instead of once for every datalabel it has?
- Installing Highstocks for Rails app
- highcharts and wordpress
- Highcharts datalabels outside of plot area?
- Getting Error Property 'nodeFormatter' does not exist on type 'SeriesOrganizationDataLabelsOptionsObject[]'
- Can pdfmake generate mixed highcharts(SVG) and other html content?