score:2
Accepted answer
You are doing it wrong, chart2
is not an option. Change this :
$('#container2').highcharts({
chart2: {
backgroundColor:'Transparent',
size:'100%'
},
...
});
To this :
$('#container2').highcharts({
chart: {
backgroundColor:'Transparent',
size:'100%'
},
...
});
See the updated jsFiddle
Source: stackoverflow.com
Related Articles
- Highcharts backgroundColor for multiple charts is only applied to one chart
- Multiple Highcharts in one page - only one chart displays
- Highcharts drilldown to pie chart - Clicking on axis label with multiple series causes pie charts to overlap
- Why code of Horizonal line(y-axis) on a single in Highcharts get applied to all other charts integrated with Webdatarocks
- Render chart only once with multiple events : Highcharts
- Disable Print Chart option only from HighCharts
- highcharts - chart names for multiple pie chart series in one chart
- Link multiple chart controls in HighCharts
- Highcharts - multiple charts
- highcharts pie chart multiple sections selection
- Highcharts Grouped Column Chart with Multiple Groups?
- Timeline chart with highcharts using x-range with multiple stacks
- HighCharts is slow to load data when building multiple charts
- Multiple highcharts charts dynamically created in angular2 on one page
- Highcharts column + line combination chart with multiple series. Issue aligning line over the column
- High charts queue chart updates after ajax with multiple charts in firefox
- Change chart type and redraw with multiple series in Highcharts
- Highcharts - Multiple Y Axis Stacked Charts
- R highcharts multiple stacked bar chart
- Synchronized charts or multiple charts like Highcharts in Android
- Highcharts shared tooltip between charts with multiple series and shared tooltip
- HighCharts Stock Chart error code 18
- Highcharts multiple column chart with drilldown, correct formatting of drilldown axes
- HighCharts Data Structure - Multiple Independent Series, Stacked Column Chart
- how to sync height & y-axis baseline of multiple chart in highcharts
- Multiple timelines on one chart in highcharts
- Highcharts - In area chart how to use gradient color for multiple series?
- Highcharts rangeSelector for multiple charts
- Use of DotNet HighCharts dll to make charts in code behind
- How to use Highcharts React to create chart with multiple lines for same XAxis?
- Add Flag based on button event
- Highstocks Flags (Combine the flags into single flag if the day have more than one flag)
- PivotPoints R & S alternate colors in Highstock
- Upgrading highcharts version from 4.1 to 7.12 getting error Uncaught ReferenceError: Highcharts is not defined
- How to remove data gaps in HighCharts xAxis on a scatter chart
- How to set the x axis dynamically in High Charts 2.3.5
- highcharts: how insert a fix label on a chart
- Add start-date and end-date as a Xaxis label in highchart
- Highcharts:column drill down:JSON
- highchart column chart color for same month
- Highcharts same legend color as of the pie chart slice color
- High charts tooltip location issues
- How can I unescape and remove quot; from data served by rails into javascript
- Change Candle color based on Stochastic values
- How can I make a graph with highcharts from csv file?
- Issue with creating a highchart funnel chart in react
- Google Charts, HighCharts or ChartJS Dual Axis Gantt Chart and Line Chart Visualization
- Highcharts Update Grouped Series Data Point Colors
- Start chart from threshold
- How to display navigator under area type highchart?