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 Query
- How to change the distance between lines of grid?
- How can I change the distance between columns in highcharts?
- How to use tickPositioner, to have different distance between lines of grid (Yaxis)?
- How to adjust the spacing of grid lines in highcharts
- Highcharts, How can I change the datalable distance in a pie chart based on the value
- How to change space value between grid and yAxis in Highcharts line chart
- How do I change the style of the frame lines in a radar(polar) chart created with highcharts?
- how to change the width between columns ? HIGHCHARTS
- change the default distance in between the parallel axis in highchart
- Highchart: How to calculate the distance between each bar in Bar chart
- How do you change the colour of each category within a highcharts column chart?
- How can I change the colors of my highcharts piechart?
- Highstocks - How to change the default Zoom
- How to change the font family of Highchart to Bootstrap css default font family
- How to change the text color in Highcharts
- How to show plot lines in the legend in Highcharts?
- How can I change the unit at y axis dynamically at Highcharts?
- How to change the font properties in a pie highchart?
- How can I change the width of the bars in a highchart?
- How can I do in Highchart to have 1px space between the columns and the y Axis?
- How to disable the on-hover color change in Highcharts?
- In highcharts's stacked bar chart, how can I remove the white space between different
- How can I extend the lines of this Highchart series to the edges of my chart area?
- How do I reduce the space between title and chart of a High Chart?
- How can I change the scale of the legend in highcharter in R?
- How do you show grid lines for both x axis and y axis in highchart?
- How to fill the Area between two series with multiples yAxis in HighChart?
- High charts: Can we reduce the distance between two bars in grouped column chart
- How to change the palette colors of a highcharter column plot which depends on a variable?
- How to set series-label to false by default and change the color of series label text in highchart
More Query from same tag
- How to skip a value in highcharts.js?
- Unable to display the chart using Ionic3/2
- Show form view of existing id after click on menu button in odoo 8?
- If a point is clicked then add a marker in highcharts
- How to convert a JavaScript object to array
- give highchart correct parametr from directive angularjs
- How to correctly utilize the timezone option in Highcharts
- Get the JSON encode result from the Controller to View
- Yii HighCharts not displaying from $vars but display when hardcoded
- To move 3d chart Highcharts via mobile?
- Using HighStocks with highcharts-ng
- Multi Series Timeline (Highcharts)
- exporting highcharts polar chart to PDF with phantomjs
- Hightcharts Packed Buble chartt for angular 6
- chart.renderTo doesn't work
- How to remove columns space in column chart
- Add values to rCharts hPlot tooltip
- Highcharts series data array
- How to dynamically invoke a highcharts menu item function?
- Calling javascript function from highcharts plotOptions
- Highchart completely loaded after animation event
- Highchart multiple axes - How can I add different starting coordinates?
- Display series stack label on chart
- Highcharts - reduce the space between zero data line and x-axis
- highcharts tooltip wrong date
- how to create a world map using highmaps and disable part of legend?
- How to set 30 seconds interval for datetime on y-axis for highcharts JS
- Highcharts - Long multi-line y axis labels causing following label to be removed
- Can I Create a Single HighCharts Graph from Multiple Data Sources (Multiple GoogleSheets in this case)
- Add Local HTML and JS file using React Native Webview