Hi!
I'm new in PB.
I created a C# console Application to push data to PB stream.
It's working fine! The problem is the line chart that show only 1 data and don't display a history of value by datatime.
Json:
[
{
"Datahora":"2016-11-26T12:10:45.602Z",
"IdVenue":98.6,
"NrPassantes":98.6,
"NrVisitantes":98.6,
"NrConectados":98.6
}
]
C# console app output:
[{ "Datahora": "2016-11-26T10:09:51", "IdVenue":10, "NrPassantes":76, "NrVisitantes":8, "NrConectados":1 }]
Cristiano Moraes
Brazil