- 13 Sep, 2013 1 commit
-
-
Craig Oldford authored
-
- 11 Sep, 2013 1 commit
-
-
David Schnur authored
Link to PLUGINS.md
-
- 04 Sep, 2013 1 commit
-
-
Brian Peiris authored
-
- 01 Sep, 2013 1 commit
-
-
David Schnur authored
Instantiate barLeft/barRight in Bar Highlighting Section
-
- 29 Aug, 2013 1 commit
-
-
Eric Byers authored
-
- 09 Aug, 2013 1 commit
-
-
David Schnur authored
The autoscale check was too broad; it included the case where autoscale was undefined. This resulted in axes not expanding correctly when coordinates at the end of a series had null x or y values. Fixed by narrowing the check to !== false; resolves #1095.
-
- 22 Jul, 2013 8 commits
-
-
David Schnur authored
The drawBar method was always called with an offset of zero, and I see no other way in which it is currently used. Resolves #382.
-
David Schnur authored
This is up to 2x faster and appears to work around issues in Chrome's canvas implementation that sometimes result in bars not being filled. Resolves #915.
-
David Schnur authored
Fixing Issue 686: Tooltip bug
-
David Schnur authored
-
David Schnur authored
Resolves #997 and #1081.
-
David Schnur authored
-
David Schnur authored
Throwing an exception was overkill for such a limited-use option; we should reserve those, and the file-size bytes they consume, for serious cases only.
-
David Schnur authored
Support for right-aligned bars was never added to the hover or highlight code; only the actual bar drawing. We need to replicate that in the other two places as well. Resolves #1093.
-
- 19 Jul, 2013 4 commits
-
-
David Schnur authored
-
David Schnur authored
-
David Schnur authored
Always remove the tick text in drawAxisLabels() regardless of axis settings
-
Mark Côté authored
Since a plot may be redrawn after removing ticks or hiding the axis, the tick text should always be removed before determining if there are ticks to draw.
-
- 03 Jul, 2013 4 commits
-
-
David Schnur authored
Fix typo in API.md
-
David Schnur authored
Change [olson] to http link
-
Patrik Ragnarsson authored
-
Patrik Ragnarsson authored
GitHub doesn't render ftp links for some reason ([security?][1]). [1]: https://github.com/mojombo/jekyll/issues/373#issuecomment-15025728
-
- 15 Jun, 2013 1 commit
-
-
Cedric Le Roux authored
-
- 31 May, 2013 2 commits
-
-
David Schnur authored
-
David Schnur authored
Add table of contents
-
- 30 May, 2013 2 commits
-
-
Brian Peiris authored
-
Brian Peiris authored
The reference document is quite large; a table of contents would help readers navigate and find topics. (TOC was generated via [DocToc](http://doctoc.herokuapp.com/))
-
- 29 May, 2013 2 commits
-
-
David Schnur authored
-
David Schnur authored
Lots of people ask about implementing tooltips; hopefully enabling it by default will help them find it more easily.
-
- 28 May, 2013 1 commit
-
-
David Schnur authored
-
- 27 May, 2013 4 commits
-
-
David Schnur authored
These changes were used to test the axis innermost property fix, and should not have been committed.
-
David Schnur authored
-
David Schnur authored
An axis is innermost when it's first among those not just in its direction, but also on its side, i.e. left/right, of the plot. So the inArray check should be against the samePosition list, not all. Resolves #1056.
-
David Schnur authored
It doesn't make sense to calculate the innermost property only when no tickLength has been provided; the two have little to do with each other.
-
- 23 May, 2013 1 commit
-
-
David Schnur authored
-
- 22 May, 2013 3 commits
-
-
David Schnur authored
-
David Schnur authored
-
David Schnur authored
Resolves #1032. Previously it was impossible to draw the same text, with the same style, in two different locations, because the second would end up using the first's cache entry, which only ended up moving the element to a new position. Now each cache entry holds a list of positions at which the text appears, creating clones of the original element for each position beyond the first.
-
- 08 May, 2013 2 commits
-
-
David Schnur authored
Resolves #1030. The performance impact should be low, and is the correct thing to do in just about all cases where a plot is being redrawn.
-
David Schnur authored
Resolves #1033.
-