score:5
Accepted answer
the charts options are case sensitive. you specified 'yaxis' when it should be 'yaxis'. that took me a while to spot !
series: [{
yaxis: 1,
data: [29.9, 71.5, 106.4, 129.2, 144.0, 176.0, 135.6, 148.5, 216.4, 194.1, 95.6, 54.4]
},{
yaxis: 0,
data: [19.9, 21.5, 6.4, 29.2, 44.0, 76.0, 35.6, 48.5, 16.4, 94.1, 95.6, 54.4]
}]
Source: stackoverflow.com
Related Query
- Why are the labels for my opposite yaxis in Highcharts not showing up?
- Highcharts multiple yAxis, the second yAxis labels are not showing but the title is
- Highcharts : I am changing x-axis label, why are the label's not showing up?
- Labels are not rendering for plotLines highcharts
- DataLabels in Highcharts are outside the container / not showing
- After setting the yAxis max value, some datalabels are not showing
- Why are the xAxis labels in my Highcharts graphic so strangely positioned?
- Highcharts not showing all labels for rows
- Display of plotted point labels not appearing properly on X Range Chart for the first date of month - Highcharts
- Decimals on yAxis are not being displayed, even if that same code works on highcharts jsfiddle
- Highcharts data labels not showing on multiple xAxis and yAxis
- Highcharts Error #16: charts not showing on the same page
- Highcharts not displaying data labels for Pie chart in arabic
- Highchart (Column Chart) : Few data labels are not appearing for a series
- yAxis tickinterval in highcharts is not working as per the value
- Fonts are not showing up in the Export server rendered files
- jspdf is not able to capture the div content properly for highcharts to download as pdf format
- Highcharts - how to do a responsive pie chart when the texts of the labels are long
- The labels are displayed but data is not displayed
- Highcharts Stock - rangeSelector results are not consistent - 3M showing 5 months data
- Negative values in the data not showing in highcharts linechart
- Highchart.js secondary axis not showing on the opposite side
- Why does this Highcharts graph only show tooltip for the first and last nodes?
- Highcharts - Overlapping scatterplot labels are not readable
- HighCharts: Category values are repeated. Tooltip not showing the correct date
- Highcharts yaxis labels not working
- Getting the tick position and labels for Solid Guage using highcharts
- Why Markers points are not aligned with yAxis in Highcharts?
- Calculate the 85th percentile for yAxis in highcharts
- Slider implementation for the dates on the x-axis not working correctly in Highcharts
More Query from same tag
- Highcharts nodeName of undefined
- Set Bootstrap Panel Size 100% + Highcharts content
- Very difference between lines on Highstock
- Highcharts stacked Funnel chart with horizontal stacking
- highstocks intraday chart with timestamp and non decimal y axis
- How to create a legend for bar colors in a Highcharts bar chart
- Print datatable and Chart using Typescript
- Setting a custom variable in Highcharts
- Displaying a minimalist Highcharts stockchart
- How to access class variable / methods in callback in Typescript?
- Highcharts / Highstock - toggle yaxis from compare to value and back to compare
- Correct syntax for highchart API yAxis label style in coffeescript?
- Generate JSON From Mysql Using PHP
- Array as Highcharts series isn't working
- Issue while Dynamically Modifying yAxis Extremes in Highchart
- Highcharts : Single point in x-axis of datetime type shows 00:00:00:0000
- Highcharts conflict with extjs
- Highcharts. Make tooltip of a specific point always visible
- Which highstock options can I use to remove inbetween xAxis
- How to boost your performance in HighCharts
- Generate pdf on the fly with charts
- Highstock marker specific option ignored
- Draw plot bands between 2 points in x axis - Highcharts
- Highcharts (Highstock) how to manually set the navigator selected range
- How to create highcharts maps using Angularjs?
- Add another json object in each json object inside json array
- Angular - Higchart doesn´t wait to ngOnInit
- Pass Json Object from Play! framework to HighCharts JS
- Dynamic resizing height not working of bar chart as number of teams increasing in my case
- How to display consistent datetime label formats in xAxis using highchart?