score:12
Accepted answer
Thanks everyone for the response. I found the solution. Min max was not actually doing as I wanted it to.
I found the solution.
To start the x axis value from desired value use
plotOptions:
<your_graph_type>:{
pointStart: <your_value>
}
score:8
I think setting min and max for xAxis will work. Refer this link
and you can say
startOnTick: false, endOnTick:false
For example refer : example
I have values set min of y to 20 and max to 217,
yAxis: {
min: 20,
max:217,
startOnTick: false,
endOnTick:false
},
See how ther chart is displayed. I hope this helps.
Source: stackoverflow.com
Related Query
- Highcharts - How to start x axis from an arbitrary value
- How to make the Y Axis values not start from 0 in highcharts? How to display forcefully display the last category data on X axis in HighCharts ?
- How replicate the value of Y Axis on both sides of the axis in Highcharts
- How to populate a Highcharts axis with string formatted data from a PHP array
- How to remove the value and number labels from Highcharts angular gauge
- How to suppress items with NULL value from HighCharts legend
- How we configure highchart x axis start from first tick?
- Highcharts - on zoom start Y axis from 0
- Highcharts - how to access category of multiple axis of the point from tooltip
- highcharts with more series that start from different x value
- Highcharts Highmaps How to change value for color axis in map bubble
- How to get the axis value with respect to the cross hair in highcharts
- Highcharts how to only plot if x axis is having value greater than 0?
- How to make highcharts stacked bar chart start from a specific date
- HighCharts - Angular, how to get y axis labels on the vertical lines drawn from x axis
- How to get the X axis value from HighChart on android on click event
- Highcharts : How to increase marker radius based on the value range in Y axis in Scatter Graph?
- How to get time and value from MySQL into Highcharts
- How to remove tick lines from secondary y axis in highcharts heatmap graph
- Highcharts with data from table, how to add custom marker for specific value from specific series?
- How to hardcode arbitrary Tick text labels on y axis in highcharts
- Highcharts y-axis unable to start from the given value
- how to plot the data value from JSON in Highcharts
- How to remove button from Highcharts
- How to set Highcharts chart maximum yAxis value
- How to display the value instead of percentage in a pie chart using jquery Highcharts
- How can I hide series from a HighCharts legend?
- how to set the interval of points on Y - Axis highcharts
- How can I hide a series from initially being displayed in Highcharts
- How can I get the max value of a y axis at highcharts?
More Query from same tag
- Highcharts: Control show/hide of a div by clicking pie chart slices
- Flowchart drawing with drilldown possible?
- Issue with npm and Highcharts
- Highcharts polar display custom label name or icons
- HighStock xAxis values separate from series "y" data
- How to add and resize image in context button of highcharts
- How to get vertical scrollbar in highstock for heatmap chart
- Visual difference between different charts
- issue on Adding Multi Text To Chart in Highcharts
- X axis shows the time from 12 till 12:55 instead of dates
- HIghcharts & Bootstrap: Chart on Tab 2 is not appearing. Though First chart is working fine
- Highcharts loses it's dateRange values after refresh on IE<=9 and Chrome
- I want to give numbering in x axis and tooltip shows my specific array value according to that in highchart
- How to get id for every data point in highchart
- Highcharts Add text to label
- How to use the tooltip formatter and still display chart color (like it does by default)?
- Draw a vertical line when clicking on the series in highcharts.
- Highcharts - Zoom to secounds?
- Highcharts customized chart
- How to get rid of 0 in X-axis
- highchart giving no output
- Angular Highcharts - chart reference is gone after click
- How to change colors options in Highcharts programmatically?
- Highstock chart - selecting '1 month' button in rangeSelector not changing button style as selected
- How do I do a stacked bar chart as a drilldown to a stacked bar chart?
- Line chart does not connect dots if they have gaps in values between in serie object
- HighCharts: Reduce size of chart
- Highchart Export chart not returning image in IE8 or IE9
- Highcharts - show only selected points
- position ticks in par with data - highcharts