daru-view
daru-view copied to clipboard
type: 'datetime' for date time in javascript. currently not working in HighCharts in IRuby notebook
@snpd25 , Yes when it chart is come up we see nothing(I don't know why), but once you click inside the chart (click and drag) you will be able to see the chart.
@Shekharrajak , yes I can see that, will try to find the bug!
I changed type: 'area' to type: 'line' and it works. Please see it once.
Please paste the link, where I have to see
oh yes, here it is!
Though the type: datetime is not yet fixed.
@snpd25 , don't see any datateime type there. Please be specific.
# xAxis: {
# type: 'datetime' # for date time in javascript. currently not
# working
# },
I was referring to this in cell 6th.
Thanks @snpd25 for pointing it out, Yes we need to check how we can use the datatime type in Ruby and convert it to JavaScript datetime.