Skip to main content
1-Visitor
February 25, 2020
Solved

Regarding TimeSeries Chart

  • February 25, 2020
  • 17 replies
  • 10288 views

 Hello,
I created new mashup. I am using time series widget.  i ca able to view the data in time series chart. But i can't able to get the graph.. Can u please help me to do that? I attached my screenshot below.

Best answer by cmorfin

@DMu3 

 

It could be useful to have the mashup and relevant entities, but form the screenshot we see invalid date for the X axis.

This would indicate that either you did not fill XAxisField with a correct field or the datasource has not got any timestamp field, which is required for time series.

 

Can you clarify how do you get the data from ?

 

Kind regards

Christophe

 

17 replies

cmorfin19-TanzaniteAnswer
19-Tanzanite
February 25, 2020

@DMu3 

 

It could be useful to have the mashup and relevant entities, but form the screenshot we see invalid date for the X axis.

This would indicate that either you did not fill XAxisField with a correct field or the datasource has not got any timestamp field, which is required for time series.

 

Can you clarify how do you get the data from ?

 

Kind regards

Christophe

 

DMu31-VisitorAuthor
1-Visitor
February 26, 2020

Sometimes in x axis it shows date and time, and in y axis it shows number... if x axis shows date and time means then y axis cant able to show the number it shows NaN and vice versa. 
Okay, i will check that one, but why i can't able to see my graph... can you please help me to do that?

19-Tanzanite
February 26, 2020

Hi @DMu3 

 

If you get invalid date or NaN either on x or y, the graph won't be displayed because some input are not understood.

So you need to check the setup of the timeseries chart for the data field and also the correctness of incoming data.

Maybe query incoming values through a different mean (maybe through QueryNumberPropertyHistory service for example) to ensure you get what you expect.

 

Hope this helps

Christophe