score:2
These two should work. Use the one that fits you better.
tickPositions
tickPositioner
Ejamples:
Edit: This should do the trick of what you requested in the comments. http://jsfiddle.net/0xb2c8e5/1/
yAxis: {
tickPositioner: function(){
return[0,30, 50, 100, 250];},
tickPixelInterval: 1},
Use tickPixelInterval with value of one, and the only return the ticks you want to see.
Source: stackoverflow.com
Related Articles
- How to change the distance between lines of grid?
- How to use tickPositioner, to have different distance between lines of grid (Yaxis)?
- How to change space value between grid and yAxis in Highcharts line chart
- How can I change the distance between columns in highcharts?
- change the default distance in between the parallel axis in highchart
- Highcharts highlight area between two lines
- Which chart type should i choose to show change in values between 2 dates?
- Highcharts - show at least 5 horizontal grid lines, even when value doesn't change
- How to adjust the spacing of grid lines in highcharts
- Highcharts not drawing lines between points
- Highcharts, How can I change the datalable distance in a pie chart based on the value
- Color area between two lines based on difference
- Highcharts: Y-Axis Grid Lines Misaligned
- How do you show grid lines for both x axis and y axis in highchart?
- High charts: Can we reduce the distance between two bars in grouped column chart
- Highcharts - Change line color between points
- Distance between x-axis labels and the chart in Highcharts
- highcharts change rendered image source on click
- highcharts.js change color of the lines in the background
- How to add lines between individual data points?
- JavaScript charting library to handle shading area between two lines
- Change color code on colum, depending on data value (highchartJS)
- change distance of x-axis labels from axis in highchart
- change distance of x-axis labels from axis in highchart
- Remove first and last grid lines in highcharts?
- How to Change space between series data colums in highcharts?
- i want to show/hide y axis grid lines of highchart by onclick on button
- change highstock flag to lines on xAxis
- White lines between heatmap cells when zooming in (browser zoom)
- highcharts lines colors change but I don't want to
- How to enable marker on hover only for a range of points in highcharts
- ColorAxis in percentage bar. Approach. Highcharts
- remove extra space/margin after navigator highstocks
- How can I open a high chart in a modal window when the chart is clicked on?
- zoom a Highcharts chart programmatically
- How to Control the highchart, based on external click event
- In angular, how do I access a class method from component.ts?
- JSON format is not supported by highchart
- Using datetime axes, but with changing scales
- How can I unclick an event in highcharts on the second click
- how to display hctreemap2 unique levels?
- Highcharts Zoom to last 1000 points
- Highcharts how to use JavaScript variable as series data source?
- Highchart doesn't show series group in IE8
- Highchart custom label doesn't seem to work with data:image/png;base64
- How to show gridlines only on 0 on the yAxis in highcharts?
- Issue on Setting Fill Color and Opacity in Highchart.js Spider Web
- Highcharts change line style after intersect
- How to format the xAxis of Highcharts
- (Highcharts) Polygon-like shell in polar chart