Shekhar Prasad Rajak

Results 199 comments of Shekhar Prasad Rajak

Thanks @lokeshh for sharing this. It look a good idea to have all the SciRuby gem example in one place. There are test cases written for almost all the chart...

run `bundle exec rspec` and you can see the coverage report at `daru-view/coverage/index.html` . By clicking on the files, we can see the lines to be tested.

coveralls gem is added to keep track the coverage report. We can check the coverage here : https://coveralls.io/github/SciRuby/daru-view?branch=master Need to write specs for not covered lines .

Hi @shubhankarsharma00 , Let us know what you was trying to do and got this error. You can go through the [README file](https://github.com/SciRuby/daru-view/blob/master/README.md) and [contribution section](https://github.com/SciRuby/daru-view/blob/master/CONTRIBUTING.md)

@shubhankarsharma00 , may be some dependencies are not installed for `rbczmq`. Try `sudo apt-get install libtool-bin` (or some other dependencies) and then `sudo gem install rbczmq`. The [installation steps](https://github.com/methodmissing/rbczmq#installation) may...

I have setup the development version in different machines (Mac, Debian) following [these steps ](https://github.com/SciRuby/daru-view/wiki/Development-Workflow-and-Contribution-guide#installing-daru-development-dependencies). I hope you have followed it.

I found a similar problem in other system and solved it using above @lokeshh's https://github.com/SciRuby/daru-view/issues/132#issuecomment-455802845 . Hopefully it will solve your issue as well @shubhankarsharma00

@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...