shutterstock / rickshaw

JavaScript toolkit for creating interactive real-time graphs
https://shutterstock.github.io/rickshaw
MIT License
6.53k stars 941 forks source link

docs: Fix simple typo, invterval -> interval #630

Closed timgates42 closed 4 years ago

timgates42 commented 4 years ago

There is a small typo in rickshaw.js, src/js/Rickshaw.Graph.Renderer.Bar.js.

Should read interval rather than invterval.

coveralls commented 4 years ago

Coverage Status

Coverage remained the same at 62.579% when pulling 3744b307b82355f1e32e98ad445197213abba918 on timgates42:bugfix_typo_interval into 438f4b2a4c2960cc59fe2a86b0beffa8e70006e7 on shutterstock:master.

cesine commented 4 years ago

@timgates42 thanks for catching that!

It looks like you modified rickshaw.js, can you checkout that file (then travis will pass and we can merge).

Here is the failure:

https://travis-ci.org/github/shutterstock/rickshaw/jobs/673617361

Screen Shot 2020-04-20 at 3 02 07 PM

timgates42 commented 4 years ago

Thanks @cesine done