How to render price chart

Hi ,

I have dhtmlxGrid with date and price type. So grid contains data as
priceGrid:
date price
10/5/2016 $250
10/6/2016 $100

I have defined x,y label , x being date and y being price value and using grid data to for rendering chart

so chart.parse(priceGrid,“dhtmlxgrid”);

Now I don’t see price value being considered for chart and only when I use number value chart rendered. Is there anyway in API/grid we can render price type?

-Ashwin

Please, try to use “price” column type in your dhtmlxGrid. It allows to use numbers in the column.