score:2
Accepted answer
You're missing the closing quote in the renderTo
option.
renderTo: '#container1',
Also, your container ID's are different (container
vs container1
). Not sure if that was intentional.
Source: stackoverflow.com
Related Articles
- Explain Highcharts different Instantiations
- How to have multiple highcharts with different series data in vuejs without repeating code
- set different colors for each column in highcharts
- Highcharts graph X-axis label for different date ranges
- Highcharts shared tooltip requires different valueSuffix and varying decimals
- Two different thresholds in HighCharts 3.0
- Population pyramid for different regions in Highcharts
- Different border for selected column in highcharts
- highcharts different colors for selected columns
- How to access different contexts of 'this' in HighCharts callback (Angular / Typescript)
- Increase different marker sizes when hovering series using highcharts
- Using PhantomJS to create HighCharts grahps server side for use in PDF creation (PHP) - results in exit code 11 from PHPs exec();
- Highcharts - Global configuration with common code and unique data & Headings
- Can I sychronize two highcharts series with different years (leap year)
- Highcharts write xaxis values on 2 different lines
- AJAX displaying values from two different functions in a single Highcharts chart instead of two different ones
- load data in highcharts from 2 different csv files
- Highcharts - column color different from color in legend
- highcharts donut pie - different color for the data than its drilldown
- HighCharts Stock Chart error code 18
- Highcharts stacked column how to use different label on each category
- different tooltip than x-axis category text - highcharts
- highcharts change rendered image source on click
- How do i add mouse wheel code in Angular2 highcharts in typescript
- how to display 2 same highcharts without duplicate the code
- Highcharts heatmap - disabling the legend results in different colors
- Highcharts buttons with different menuitems not working
- how can i add in highcharts a different dashStyle just for a part of the graph
- Use of DotNet HighCharts dll to make charts in code behind
- Highcharts with range out of bound value highlight with different color
- Highcharts - zoom xAxis and pan along axis
- How to load the highchart in my aspx page
- HighCharts and idTabs - Charts width not setting properly
- Highcharts - Pie slices show up invisible until interaction
- How to display custom data on mouseover of column chart in highchart in addition to series data?
- Unable to hold onto variable after fetching JSON data
- Highcharts: Value will not be updated
- Highcharts tick date formatting
- Highcharts breaks on axis
- Highlight point in Highcharts scatter graph?
- Customizing point popup of highcharts
- Hide axis and gridlines Highcharts
- Extracting multi-dimentsional arrays in Javascript/JQuery
- Highcharts 3D render problem on setState()
- Change range in Highstock dynamically
- HighCharts Data Structure - Multiple Independent Series, Stacked Column Chart
- How to revert/reverse/undo setSize() in Highcharts
- Background color for multiple Highchart panes, in Vue app
- Highcharts Line Chart - Some categories are not visible
- Add Series in Highcharts on the basis of user input