score:2
Not totally sure I understand what you want, but here's two potential fixes:
Remove stacking: 'percent'
from the plotOptions and the second graph will render proper as separate lines
Remove type: 'line'
from the series and add type: 'column'
to the chart if you want stacked percentage bar graph
Edit:
Check here to see how to make a standard stack bar graph http://jsfiddle.net/gh/get/jquery/1.9.1/highslide-software/highcharts.com/tree/master/samples/highcharts/demo/column-stacked/
Source: stackoverflow.com
Related Query
- Highcharts percent view breaks with multiple series
- How to have multiple highcharts with different series data in vuejs without repeating code
- Highcharts with JSON data and multiple series
- Multiple Series Timeline with HighCharts
- Highcharts not displaying series data for graph with multiple Y-axes
- Click events on highcharts with multiple series
- Highcharts bar with non-stacked percent series
- Highcharts async Server Loading with multiple series
- Highcharts problem with xAxis using multiple series
- Change chart type and redraw with multiple series in Highcharts
- Highcharts shared tooltip between charts with multiple series and shared tooltip
- Highcharts show the same yAxis start and end value with multiple data series
- Highcharts - How to make a scatter plot with multiple series from HTML table
- Highcharts Multiple series with database
- Highcharts synchronize tooltip on multiple charts with multiple series
- Charts using Highcharts with multiple series from JSON
- Strange behavior with highcharts when using "column" type and multiple datetime series
- Highcharts with multiple series from JSON Dynamically
- Highcharts solid gauge with multiple series
- Highcharts 3.08 drilldown with multiple parent series
- Multiple series in Highcharts with multiple drilldowns
- How to update Highcharts with multiple series via JSON?
- Highcharts with JSON to customize multiple series
- Highcharts with multiple series from JSON
- Highcharts multiple series combined with linkedTo hover issue
- Highcharts mouse tracking behaviour with multiple arearange & line series
- Highcharts drilldown to pie chart - Clicking on axis label with multiple series causes pie charts to overlap
- Highcharts series visibility with csv data source
- Loading json data to highcharts with multiple series
- Highcharts : using same div to load a chart multiple times with different series data
More Query from same tag
- How do i combine a horizontal bar graph with a line chart?
- How to use specific version of external library in jsfiddle?
- Highcharts: render color to series dynamically
- Which one is better to represent an API fetched data in react js and please explain how to do that?
- Highcharts clickhandler and accessing context
- How to set xData as date (Y-M) for Highcharts synchronized charts?
- Add start-date and end-date as a Xaxis label in highchart
- Issue on Highchaert Fill Opacity and Legend Color on Spiderweb
- How to use the default colors when specifying patterns in a zone in Highcharts
- How to make highcharts display date in hh:mm:ss format, not as timestamp?
- Highcharts bar chart animation only working on 1 series
- Highcharts: Align multiple charts in same container
- HighCharts - dynamic graph & no tick mark on the right hand side dual axis
- Is a 1D flag chart possible?
- Highcharts charts on a page not rendering correctly when output to PDF using wkhtmltopdf
- How to display tooltip data below x-axis category labels using Highcharts
- Highcharts multiple series with missing Data Points
- highchart stacked column, display extremely small values in shift lable
- Change Color of Volume Columns (High/Low) in HighCharts
- Highcharts combining a column and spline chart from an html data table
- How to get 2 data-points with one name in series Line Graph Highcharts Reactjs
- Using an input box to get a variable?
- How to add tooltip on the render image in highcharts?
- Highcharts version 6 dynamic annotations not applied when running getSVG()
- How do I pass in parameters to the Highcharts pointFormatter callback function
- Highcharts: Line graph with half solid line and half dotted line?
- Highcharts jQuery rendering problem - all browsers
- How to use dblclick event in highcharts?
- How to prevent label overlapping? How to write text at a point relative to plotLines?
- Highcharts component that creates secondary yAxis based on props.boolean