Joan.R

Results 7 issues of Joan.R

Congrats for this gem. It's easy to use and really well documented. I have a question: Would it be difficult to add the Toolbar (https://google-developers.appspot.com/chart/interactive/docs/gallery/toolbar)? As it's set in the...

feature

### Describe the bug The fix indentation functionality is not working for Elixir files. I have an elixir file with a simple function such as: ```elixir def test do a...

bug
indent

Given I have the following code: ``` def test puts 'test' end ``` When I place the cursor right in the `d` of def and I do a visual selection...

bug
needs work

I have a Rails app which pushes job to a Redis queue. Then in other machines I have several workers that fetch those jobs and push back results via HTTP...

I have a problem when trying to convert to PNG an HTML that has SVG. Basically the SVG are not showing up. Here is the HTML: https://gist.github.com/novito/9518767 And here is...

When doing a chart let's say of 4 items, where one of the items has a really low value compared to the others, even if it is shown in the...

I think the documentation for meter might be out of date. Tried doing this: Gchart.meter(:data => [70], :label => ['Flavor']) And the arrow goes all the way at the end...