javascript - A bar serie next to a stacked bar chart with flot charts -


hi have stacked bar chart time series :

stack bar chart time series

but need yellow series next others :

enter image description here

i not able keep 3 series stacked while having 1 not stacked , offset left. tried different things none of them works.

adding when declaring data did trick: data: thedata, stack:false, bars: {show: true, align: "right" }


Comments

Popular posts from this blog

php - render data via PDO::FETCH_FUNC vs loop -

c# - Avoiding duplicate methods for Task and Task<T> -

javascript - Which segment of a polyline was clicked? -