score:1
Accepted answer
You need to remember that your xAxis type is set as datetime
, so 100 value is just a few seconds after 1 Jan 1970. To make it work you need to set a date value that fits to the chart range.
Source: stackoverflow.com
Related Query
- Hichcharts (Highstock) — Why isn't the plotLine being drawn on the chart?
- Strange character in the Highstock source code
- Displaying multiple series in the navigator of an HighStock chart
- Show gridLines when the chart is empty(no series) in highstock
- How to extract the data from highstock chart
- Why is the first label on highcharts bar chart missing?
- Why do I have the issue 'property assigment expected' when I want to display a chart on my web page using highcharts
- Is it possible to have two Y Axis in a highstock chart from highcharts one on the left and another on the right?
- white border/line color set on hover for the bubbles in the bubble chart not being reset on mouse out from bubble
- Highstock navigator step like the parent chart
- A chart in the tooltip is not being fully rendered
- Why does my addSeries (in highcharts) only display names of the series but not the actual pie chart itself
- Highstock stacked bar chart with slider overlayed on the graph
- HighCharts : Tooltips exist but line is not drawn in the chart
- why the labels is not display in chart
- Highstock updating of the chart each second
- why its difficult to set point padding and placement dynamically according to the data in fixed column chart (highcharts)?
- Highstock - Draw Line on yAxis in front of the chart
- Highstock And Highcharts: How I use StockChart and pie chart on the same page
- I am using click event to trigger a new page to generate the drill down data from highcharts however the entire chart is being generated
- Highstock line chart xAxis datetime being sampled down
- HighChart / HighStock chart.refresh seems to fail to reload the chart
- How to drag select multiple columns on highstock chart and have it reflect on the navigator?
- Spline chart drawn on the xaxis in case of single value or constant values - highchart
- How to draw a background behind a plotLine label in a highstock chart
- Why does highcharts sankey chart sometimes combine multiple nodes with same node name but different Id into one and hide the lines?
- Why aren’t those 2 HighCharts codes equivalent? (Or is there a way to modify a call to legendItemClick after the creation of the chart object?)
- Highstock chart tooltip activation only when inside the chart
- Highstock Chart - I want the chart to start at position 0% (beginning) on the x-axis
- Positioning Highstock Zoom Buttons outside the chart area within a <div>
More Query from same tag
- Conditions within highcharts code
- How to hardcode chart data in my Model then have my Controller pull it from there to display it. Using Highcharts
- Fixed height/width of bars in highcharts
- highcharts - avoid repeating same date on x axis with different time
- highchart - pointstart with given x values
- HighchartsJS getting data from URL and pass it to series data
- Highcharts column chart grouping
- How to adjust the height and width of background color in Highchart
- how to hide/show scrollbar and range selector of highcharts on button click?
- onclick popout highchart piechart
- Date not showing on highstock chart
- How to create 2 separated xAxis chart
- How to render image on Yaxis in highcharts
- how to center highcharts at the middle
- Can't bind to 'options' since it isn't a known property of 'chart'
- Highchart area range on a plot column
- TypeError: Cannot read properties of null (reading '0')
- HighCharts - How can I turn off the points?
- Highcharts conditionally disable marker on hover
- How to give my own id to the container of High Chart in Yii
- Highcharts combination of line chart and treemap
- How to draw an allipse (oval) on a Highchart graph
- How do I remove the empty space beneath a solid gauge?
- Highcharts - how to update series in angular?
- How to dynamically adjust dataGrouping and set variable time intervals for HighStock data (HighCharts)
- Apply pagination on column chart using Highcharts
- change the default distance in between the parallel axis in highchart
- How to show the path that I have traversed in highcharts drilldown chart?
- Update datalabel on click of a point on the series of a highcharts timeline chart
- HighCharts: automatic x-axis issue in presence of missing data values