daru-view icon indicating copy to clipboard operation
daru-view copied to clipboard

type: 'datetime' for date time in javascript. currently not working in HighCharts in IRuby notebook

Open snpd25 opened this issue 6 years ago • 9 comments

6th cell throws error, this issue is opened so that it remains into consideration.

snpd25 avatar Feb 18 '19 15:02 snpd25

@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 avatar Feb 18 '19 15:02 Shekharrajak

@Shekharrajak , yes I can see that, will try to find the bug!

snpd25 avatar Feb 19 '19 01:02 snpd25

I changed type: 'area' to type: 'line' and it works. Please see it once.

snpd25 avatar Feb 19 '19 02:02 snpd25

Please paste the link, where I have to see

Shekharrajak avatar Feb 19 '19 05:02 Shekharrajak

oh yes, here it is!

snpd25 avatar Feb 19 '19 11:02 snpd25

Though the type: datetime is not yet fixed.

snpd25 avatar Feb 19 '19 11:02 snpd25

@snpd25 , don't see any datateime type there. Please be specific.

Shekharrajak avatar Feb 20 '19 06:02 Shekharrajak

# xAxis: {
        #     type: 'datetime' # for date time in javascript. currently not
        # working
        # },

I was referring to this in cell 6th.

snpd25 avatar Feb 20 '19 06:02 snpd25

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.

Shekharrajak avatar Feb 22 '19 06:02 Shekharrajak