Skip to content

Mixed stacked bar with custom series and stepped line chart #2843

Answered by vano20
vano20 asked this question in Q&A
Discussion options

You must be logged in to vote

Happen to made it work myself

var options = {
  series: [
    {
      name: 'Job 1',
      type: 'bar',
      data: [
        {
          x: 'Piston',
          y: 23,
          status: 'value'
        },
        {
          x: 'Block',
          y: 10,
          status: 'non-value'
        },
      ]
    },
    {
      name: 'Job 2',
      type: 'bar',
      data: [
        {
          x: 'Piston',
          y: 14,
          status: 'non-value'
        },
        {
          x: 'Block',
          y: 8,
          status: 'nva'
        },
      ]
    },
    {
      name: 'LA',
      type: 'line',
      data: [
        {
          x: 1, 
          y: 14,
        },
        {
          x: 2,

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by vano20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant