score:0
in graph 1, y axis looks clumsy with lot of ticks. is there a way where these ticks can be set to may be "3" on y axis. this should remain constant for any data points, ticks should always 3
use tickamount
property:
yaxis: {
tickamount: 3,
..
}
api reference: https://api.highcharts.com/highcharts/yaxis.tickamount
also in the graph 2, there is an extra horizontal line, below 0. is there any way i could avoid it, so that reference is always from 0 than having lines below 0.
yes, you can for example set softmax
property. highcharts is unable to calculate an axis scale if there are only 0 values.
yaxis: {
softmax: 1,
...
}
api reference: https://api.highcharts.com/highcharts/yaxis.softmax
Source: stackoverflow.com
Related Query
- Want to set the y axis ticks to a fixed value Highcharts
- My Highcharts graph with multiple axis ignores the max value I set for the first yaxis
- How to set the fixed xAxis value in Highcharts
- how to set the interval of points on Y - Axis highcharts
- How replicate the value of Y Axis on both sides of the axis in Highcharts
- Getting the X Axis value in HighCharts
- HighCharts - Show categories in x axis intead of the value of x in Bubble Chart
- Change the legend in highcharts heatmap to show instead of a color bar, a set of fixed icons with hide and show on click
- Highcharts : set a maximum number of ticks with a fixed interval
- Can I set a minimum positive and a minimum negative axis value in Highcharts
- How to set Highcharts xAxis position on the yAxis zero value (negative/positive chart)?
- Highcharts - Toggling the lines that run parallel to X axis for each value on Y axis?
- Display the Plotted value on x axis using highcharts
- How can I set the units on multiple axis on Highcharts
- How to set the x axis of HighCharts to intake DateRange
- How to get the axis value with respect to the cross hair in highcharts
- Highcharts: Uncommon x axis value set at the end of the graph.
- How to modify the code so that Highcharts graph does not cover fixed navigation bar at the top of the page?
- Highcharts Unable to set value of the property 'point': object is null or undefined
- How to set a function to the max value in boxplot highcharts
- Highcharts : How to increase marker radius based on the value range in Y axis in Scatter Graph?
- How to set the width within axis label in highcharts
- In the following code i want to show the WHOLE names on x axis nd dont want them to overlap with the legend
- how to set the interval of points on Y - Axis highcharts
- How to set Highcharts chart maximum yAxis value
- How to display the value instead of percentage in a pie chart using jquery Highcharts
- Set highcharts y-axis min value to 0, unless there is negative data
- How can I get the max value of a y axis at highcharts?
- Highcharts: min value of y axis on the bottom of chart
- Highcharts - How to set custom colors for the series
More Query from same tag
- Highcharts bar chart with bar colored based on value
- Angular JSON from API to an Array of value
- Highcharts plotband label zIndex
- Highchart: Plot negative values on negative Y Axis ans set initial value
- How to create a multi y-axis chart with drill down in Highcharts
- Highcharts multiple legends
- Using Highcharts and displaying a message over or on the chart when there is no data
- Highchart graph not plotting - CSV
- Highstock.js: Not able to create multi pane chart with two stacked column charts, one "normal" and the other "percent"
- Highcharts Combo graphs with common legend click
- Align y axis tick "outside" on highstock, so they are the same as on highcharts
- Can't change series edgeColor in highCharts after chart is drawn
- Highstock - disable vertical indicator
- Add settings to javascript plug-gin
- Cannot Use Two Splines in Highchart
- Date Vs. Time Graph With HighCharts
- Jquery: Dynamic binding events on a Highcharts object
- Pine (Tradingview) Showing different values in different timeframe
- Hightchart change design and functionality
- Like to show all the labels of x axis in highchart
- Issues Getting Highcharts Export Server Running Under iisnode
- Create chart in tooltip formatter
- Highcharts datetime column chart - interval data
- Combining a horizontal bar graph and stock chart (with navigator) HighCharts
- Highcharts tooltips flickering ON IE8
- Highcharts stock chart X axis date issue
- Ruby on Rails - Chartkick - Highcharts drilldown
- FusionCharts vs GoogleCharts vs HighCharts suggestions required for commercial use
- Highcharts Donut Chart text in center change on hover
- Getting error while using pattern in Angular Highcharts