score:0
In general, without code it is really hard to find issue, just copy your 'options on the fly' which reproduce issue, please.
However, most probably you are trying to add series for axis, which doesn't exists. For example:
yAxis: { },
series: [{ yAxis: 1 }] <-- obviously there is only one yAxis
score:0
export class xyzComponent implements OnInit {
highcharts = Highcharts;
chart;
chartCallback;
title = 'myHighchart';
chartConstructor = "chart";
chartOptions: {};
ngOnInit() {
this.chartOptions = {
chart: {
type: "spline"
},
title: {
text: 'Average Vegetation and Soil Moisture Index'
},
}
}
}
it's for Angualar
Source: stackoverflow.com
Related Query
- Highcharts cannot read property 'series' of undefined
- Uncaught TypeError: Cannot read property 'chart' of undefined in highcharts
- highcharts heatmap Uncaught TypeError: Cannot read property 'prototype' of undefined
- Using Highcharts formatter causes Cannot read property 'length' of undefined
- highcharts canvas-tools: Cannot read property 'prototype' of undefined
- Cannot read property 'type' of undefined highcharts highstock
- Uncaught TypeError: Cannot read property 'xAxis' of undefined Highcharts
- Uncaught TypeError: Cannot read property '0' of undefined javascript error and with highcharts
- Highcharts 5: TypeError: Cannot read property 'chart' of undefined at e.Chart.reflow
- Changing chart type give: Uncaught TypeError: Cannot read property 'length' of undefined Highcharts
- Uncaught TypeError: Cannot read property '0' of undefined - highcharts
- HighCharts Sankey + NextJS: TypeError: Cannot read property 'Core/Series/Point.js' of undefined
- Highcharts angular cannot read property 'series' of undefined
- Angular 2 Highcharts Cannot read property 'info' of undefined
- highcharts-angular : Cannot read property 'chart' of undefined
- Uncaught TypeError: Cannot read property 'mouseIsDown' of undefined
- Highcharts: Cannot read property 'parts/Globals.js' of undefined
- ERROR TypeError: Cannot read property '0' of undefined in angular-highcharts
- Cannot read property 'addEvent' of undefined
- Highcharts: Cannot read property 'chart' of undefined
- Highcharts :Cannot read property 'parentGroup' of undefined with AngularJS
- highcharts-ng: Cannot read property 'setExtremes' of undefined
- Uncaught TypeError: Cannot read property 'addPoint' of undefined ( Highstock live data)
- Cannot read property 'cum' of undefined -- when creating a stacked area chart with xAxis.type=datetime
- Highcharts - TypeError: Cannot read property 'isResponsiveOptions' of null
- highcharts: TypeError: Cannot read property '0' of undefined
- Cannot read property 'info' of undefined
- Highcharts/Highmaps Uncaught TypeError: Cannot read property '0' of undefined error
- highcharts Cannot read property 'legendBackgroundColor'
- Highcharts Javascript - Synchronize Chart and Table not working - Cant read property cell of undefined
More Query from same tag
- Chartkick on rails: change the graph style based on the data
- Column chart overlaps to one line when there's just a group of data
- Is there a highcharts way to sequence series by serie types?
- highcharts include multiple charts in foreach
- Highcharts data doesn't show up correctly
- how to use object as series for Highcharts
- Wrong date in highstock Chart
- Highcharts change the line color if its out of the area range
- how can I put shadow and gradient effects on solid gauge in hightcharts?
- highcharts-ng grows but doesn't shrink in flexbox
- Highcharts: Disable animation for specific event
- HighCharts scraper
- High charts X-axis labeling
- Highcharts - Column chart with legend for each data
- Hide dataLabels at specific chart width in Highcharts
- Dynamically Change X-axis label name in HighCharts
- Is there limit on the number of data points to plot HighChart
- highcharts with type scripts and vue, type incompatible error
- The continuous update highcharts with more data plotting the continuity is not visible so we need that continuity in the centre of the graph
- How to edit the html of a highchart label?
- 3 layer donut chart in Highcharts
- DataLabels on series with many points
- Is it possible to combine mutiple charts with one navigator in highcharts stock?
- how to display data into linear highChart?
- Is it possible to use boost-canvas without enable WebGL in highcharts (current version 9.0.1)?
- How do I use dates from a LinkedHashMap for the x-axis on a Highcharts line graph (using Thymeleaf)?
- Highcharts | Custom plotOptions->series->dataLabels
- HighCharts: Logarithmic Scale for Horizontal Bar Charts
- Highcharts export (PhantomJS) to server does not show words
- How to force points above maximum to be on maximum grid line, but still show real value in tooltip