score:1
Accepted answer
In your chart config, series array has only one element. There is nothing for "SalesAgeBucket10". I do not have your code so cannot reproduce issue on my side but can suggest to try the following. Modify series array in high chart config to:
"series":[
{
"id":"Results1",
"turboThreshold":0,
},
{
"id":"Results2",
"turboThreshold":0,
}
],
Source: stackoverflow.com
Related Query
- Issues plotting two lines with JSON data on high chart using Angular JS - name undefined
- How can i draw a high chart with two labels in x coordinate using highchart
- Javascript, using Highcharts to display a chart of rankings with JSON Data
- High chart spline chart is not plotting with single data
- JSON for high chart imported with json.load generated error when using json.dump
- How can i get pie chart with dynamic json data in Angular js
- Reload chart data via JSON with Highcharts
- Create Density Heatmap Chart using Jquery with array of data
- How get data name in Highcharts pie chart legend instead of "Slice" using array of values?
- Adding data to a highchart chart using an array with IDs
- Plotting JSON data with angular2-highchart
- How to draw two lines in HighStocks using candlestick with intraday
- JSON data not showing in highstock Candlestick chart using PHP & MYSQL
- Chart issues with *ngIf in angular 2
- Plot Highchart multiple series line chart using JSON data
- High chart data downloads but does not display in browser using node
- Returning JSON file with cURL to use data in a HighCharts stock chart
- How can I make milestone lines with a GANTT chart using the highcharts library?
- Rendering more than one chart with Highcharts using Angular js Directives
- Highcharts: Wind Rose chart with JSON data
- Issue with JSON data encoded from the server, not able to plot the chart
- parsing JSON data to render high chart graph
- Highcharts display label for pie chart using html table as data source
- dynamic chart with Highcharts using json
- finding the value in the series object and displaying in the tooltip of the high chart using angular 4
- Plot a bar graph using Highcharts drilldown with two different JSON end points
- Two way data binding in Angular JS for graphs implemented using HighCharts
- Populate Highchart using json data in Angular js
- Extract data series from a JSON array for a Highcharts chart with 2 y-axis
- Highcharts single horizontal stacked bar chart with data names (labels) and %-ages always shown and data numbers and series name shown on mousehover
More Query from same tag
- Does manipulating a hidden DOM element affect performance?
- Highchart - xAxis values are to close
- Highcharts missing first date label on xAxis
- Highcharts Error #18 in - Highcharts.Chart(options)
- read the json file to output to an highcharts
- How would I overlay a scatter plot on a mirrored bar chart in Highcharts?
- border over plot rectangle in chart
- Highchart is not resizing dynamically when used as a angular directive
- how to use object as series for Highcharts
- Bootstrap on mobile device (not rendering causing hanging problems)
- Verify if Pie in Highcharts Pie charts is selected or deselected
- Highcharts x axis label text wrapping lost on setting label step
- Why doesn't highcharts solidgauge charts scale the way I expect?
- Highcharts in Power BI
- HighCharts - hiding series based on page?
- Getting javascript undefined TypeError
- How to change value of highchart graph with the other value with refresh
- Using the VU Guage: add the numeric value below needle
- Pie chart -custom event for legendItemClick-highchart
- R Highcharter tickmarkPlacement with hchart() function
- HighChart Time Series hours starting at 4pm
- Reduce white space below plot area without using negative marginBottom
- How to remove/hide export button in full screen view in highcharts-angular
- How to display only one x-axis labels in Highcharts synchronized charts
- custom GeoJSON map with pie in highcharts Map
- How to calculate group padding in Highcharts based on x-axis width
- Javascript: TinyMCE + Highcharts
- HighCharts XAxis logarithmic type
- Retrieving JSON data for Highcharts with multiple series?
- How to draw a line on a highcharts graph from an AJAX call?