Home › Forums › Chart Support › asp.net variable behind code › Reply To: asp.net variable behind code
@antrac1t,
The data received using '<%=dataUSA%>' is of type String. Parsing it to int / float should work fine in your case. { label: "USA", y: parseFloat('<%=dataUSA%>') },
'<%=dataUSA%>'
{ label: "USA", y: parseFloat('<%=dataUSA%>') },
___________ Indranil Deo, Team CanvasJS