Sneha Prasad
Sneha Prasad
Hey @SidharthBansal , if no one is working on this issue, can I give it a try?
@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.
oh yes, [here](https://nbviewer.jupyter.org/github/snpd25/daru-view/blob/master/spec/dummy_iruby/Highcharts%20-%20line%20graphs2.ipynb) it is!
Though the `type: datetime` is not yet fixed.
``` # xAxis: { # type: 'datetime' # for date time in javascript. currently not # working # }, ``` I was referring to this in cell 6th.
@Shekharrajak can you give an insight of how the appropriate code would have worked in the [example](https://nbviewer.jupyter.org/github/Prakriti-nith/daru-view/blob/a8dca56cddf87a98c2cd64622f186bb2fcf487f3/spec/dummy_iruby/GoogleChart%20%7C%20DataTables-Formatters.ipynb)
Thanks @Prakriti-nith , actually I am new to the code base, can you please tell me which file/code-snippet needs modification? Thanks.
@Prakriti-nith , I have checked all the methods related to the formatters and they are all according to the googlecharts api documentation, but the html-script generated for the bar is...
@Shekharrajak , I don't know where the problem lies here, [this](https://nbviewer.jupyter.org/github/snpd25/daru-view/blob/master/spec/dummy_iruby/HighCharts%20-%20Custom%20styling%20in%20CSS.ipynb) works fine in Jupyter Notebook Viewer, but is throwing the above mentioned error on my local iruby notebook in...