score:2
1. Make area series not to start from zero (y axis)
You need to specify a threshold
property for this series. By default it's 0
and that's the cause of your problem.
API reference: https://api.highcharts.com/highcharts/series.area.threshold
2. Force the x axis label to be always displayed for the last point
By default Highcharts automatically calculates and decides which ticks to show. Labels appear where the ticks do. So to make sure that some specific tick appears on the axis use tickPosition
(define all ticks manually) or tickPositioner
(modify the ticks created by Highcharts before passing them to the chart constructor).
API references:
Source: stackoverflow.com
Related Query
- 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 ?
- Highcharts - How to start x axis from an arbitrary value
- how to pass values to tooltip which not in x and y axis in highcharts
- how to display 2 same highcharts without duplicate the code
- How to fix values from an array on the y-axis in Highcharts
- highcharts from HTML table does not getting the x axis key
- highcharts how to make x and y axis starting on the same zero using categories on yAxis
- Highchart is not working when I am fetching the axis values from database
- Highcharts - how to access category of multiple axis of the point from tooltip
- Highcharts :: Need to split y-axis from primary body of chart. Can I display this axis separately from the Highchart?
- How to make a HighCharts drilldown column/bar chart that does not hide the non-drilldown categories
- Highcharts Chart Bar - How can I display in the chart, only one column from my HTML table?
- How to make label in highcharts area graph display absolute values instead of negative values?
- How to make highcharts display date in hh:mm:ss format, not as timestamp?
- How to place a chart not from the beginning of the X axis
- How to modify the code so that Highcharts graph does not cover fixed navigation bar at the top of the page?
- 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 display data coming from the controller as collection in a ViewData dynamically Highcharts
- I want delete the values from the series so that the graph is not cluttered how to do that
- Highcharts treemap with drillnodes and color axis : do not display sub level colors in the main level
- How can I fix the error #17 "The requested series type does not exist" error when trying to display a highcharts graph in Vue.js?
- how to display total count of all the bar values at the top- Highcharts colum- react highhcharts
- How to make Column type series Secondary yAxis values dynamic and not always start with 0?
- In Highcharts after zoom in and zoom out some of the x-axis values are not display
- Highcharts - how to position values closer to the Y axis
- How to display legend in Highcharts Waterfall Chart and make the sum column of waterfall appear in multiple colors?
- HighCharts/Maps: How to display values lower than a certain value appear different from the rest of the graphic?
- how to display the date at X axis and other column at y axis in highcharts
- How to draw a chart from one array of data and make labels on the chart from another array of data? Highcharts v.4.0.4
More Query from same tag
- Highcharts area-spline fill gradient possibly undefined error
- remove the single quote from json data, highchart dotnet api
- CSS positioning multiple graphs
- Color the portions of chart using "Google 3D Pie chart API" in Android
- What is the format of 'date' when for highchart?
- Rails App Plotting Zeros in Highchart Graph via Lazy_High_Charts Gem
- Move the chart when new point is added
- angular2-chartjs/chartjs-plugin-annotation update options only one time
- Highcharts Transition from Column to Spiderweb
- Moving Highcharts series in front of other series with toFront() doesn't work
- What css styling to achieve to ensure Highchart fits within the outer container and resizes on window resize (i.e. they are responsive)
- Error Bars in High Charts: What to do when the x axis is divided into categories?
- Highchart multicolour areaspline
- Javascript: Plotting data from a variable using HighCharts- no data passing
- Variable in valueSuffix?
- Spline graph not showing in highchart
- highcharts how to set y-axis index for series data(categories),not series(legend)
- How to implement HighChart thousandsSep() for android(JAVA) on Hi-chart WordCloud
- Highcharts - Zoom to secounds?
- Set position for each flag in highstock
- How to skip one level of data in a sankey chart?
- Highlighting(animate) a piechart slice from an HTML element (mouseover)
- Only first N datapoints should be used
- Issue on Setting Fill Color and Opacity in Highchart.js Spider Web
- Highcharts setting weird column spacing with monthly timeseries
- HighStock change tickPositions for Axis dynamically
- Using the DotNet.HighCharts Library To Create Chart Based on DataTable Result From Webservice
- MySQL DateTime - XAXIS HIGHCHART
- Highcharts - Display only one name at each end of the bar's chart
- Highcharts color issue when using Boost module