403
Views
3
Comments
Multiline chart
Question

Hi, All!


Is it possible to set up a multiline chart?
For example, If I want to create a chart that shows speed of a car X by time...that's possible.
But if I want to create a chart that shows the speed of car X , Y and Z by time...that's something I dunno.

Thanks.

2018-11-15 21-42-52
João Nobre

Hi anselmo.

You just have to return 3 columns from your query, and set them on your graphic like:

  • Time (Label)
  • Speed (Value)
  • Car (DataSeriesName)

Best regards,

João Nobre

UserImage.jpg
Nuno Lourenço

Hello! 


What if I can not have all the 3 columns in the same aggregate? I.E. I have 3 aggregates, which one representing one data series. How can I represent them in the same line chart?


Thanks,


Nuno Lourenço

UserImage.jpg
Nuno Lourenço

Nuno Lourenço wrote:

Hello! 


What if I can not have all the 3 columns in the same aggregate? I.E. I have 3 aggregates, which one representing one data series. How can I represent them in the same line chart?


Thanks,


Nuno Lourenço


I already can do it, thank you anyway

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.