Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #113447
    linda05
    Participant

    Can Smart Chart display both line and bar series together?

    #113467
    admin
    Keymaster

    Hi,

    Yes, it is possible.

    seriesGroups: [
      {
        type: 'column', // bars
        series: [
          { dataField: 'sales', displayText: 'Sales' }
        ]
      },
      {
        type: 'line', // line
        series: [
          { dataField: 'trend', displayText: 'Trend' }
        ]
      }
    ]

    Best regards,
    Markov

    Smart UI Team
    https://www.htmlelements.com/

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.