Insert String in primefaces graphic

2

I'm building a graph, but I need to display the data of a field that is "String", but it only receives integer.

Has anyone ever gone through this?

tempo.set(u.formataData(treinos.get(i).getDataTreino()), 
u.formataHoraComSegundos(treinos.get(i).getTempoRealizado()));
    
asked by anonymous 19.10.2016 / 21:05

0 answers