score:2
Accepted answer
You have forgot a comma in your code, Change:
backgroundColor: '#FFFFFF',
align: 'right'
verticalAlign: 'top',
to:
backgroundColor: '#FFFFFF',
align: 'right',
verticalAlign: 'top',
Here is a working example of your code: http://jsfiddle.net/HCJCr/
Tip: Learn how to use the debugger in Chrome or Firebug in Firefox. You will spot these errors and others in a second. It's worth the time.
Source: stackoverflow.com
Related Articles
- how to display 2 same highcharts without duplicate the code
- Highcharts display label for pie chart using html table as data source
- Not able to display highcharts in php
- How to display the value instead of percentage in a pie chart using jquery Highcharts
- Always display data labels above columns in HighCharts
- How to display No Data Available Message in highcharts
- Highcharts doesn't display series with lots of data points
- Display tooltip for invisible series in Highcharts
- Highcharts - How to display legend symbol inside the tooltip
- Highcharts : Display the labels (min, max, median etc.) in boxplot
- Display legend items in two columns highcharts
- Highcharts - best way to handle and display zero (or negative) values in a line chart series with logarithmic Y axis
- Highcharts line chart won't display line chart in IE
- display content on highcharts Xaxis and Yaxis title in form of subscript and superscript
- Highcharts Synchronized charts display tooltip
- Ajax and Highcharts - Display 'loading' until data is retrieved, then populate chart
- Highcharts display series.name on X Axis
- Highcharts - Display only year in x axis and stop auto formatting
- How to display Δ in Highcharts category labels?
- Display 12 months on Highcharts xAxis
- How to display highcharts in ng-repeat angularjs
- I hope to display empty day to 0 in highcharts
- Using PhantomJS to create HighCharts grahps server side for use in PDF creation (PHP) - results in exit code 11 from PHPs exec();
- Force Highcharts to display tooltip outside of div/container
- Highcharts - Global configuration with common code and unique data & Headings
- How to display HighCharts with tables
- HighCharts chart export (screenshot download) does not display Navigator graph
- Cannot display multiple Highcharts on a single page
- Highcharts - Display legend for Pie chart in two columns
- How do I use Highcharts to display candlestick with small values?
- How to add space between chart and axis in highcharts
- Angular 2 Highcharts Cannot read property 'info' of undefined
- I have no direct access to code but wonder if I can append my chart data points to a log file
- Highcharts-3D not working with electon app
- Highcharts - Turning on and off gridlines on show, hide, or legendItemClick
- HIghCharts bar chart renders columns on top of each other
- How to set tick interval in highstocks
- put condition depending on the value HIGHCHARTS
- how do you change the color of cells in highcharts heatmap?
- Highcharts: changing color on hover ranking chart
- No animation when using addPoint()
- Highstock Column Chart - data grouping causes data to scroll independently of axis
- Hightchart: Doing drilldown with columrange
- Highcharts stacking bar chart border not displaying on right side
- How to hide highChart plotLine label until mouseover?
- How to change tick and minorTick color in different interval in highcharts gauge charts
- Changing the cursor in highcharts
- Show tootip and select pie slice on legend click of pie chart in HighCharts
- How to shift Highchart's line chart from simple html to Flask?
- How to prevent column overlap in Highcharts