Commit Graph

21 Commits (e037f5ca56cf3c9b09880745d7f6929d8d53c881)

Author SHA1 Message Date
David Schnur e3c45a5a98 Fixed missing comma in demo code. 13 years ago
David Schnur bceb4bfca2 Added lineHeight to the font-spec object.
Line height is a core font property - it can be specified as part of the
unified 'font' definition - and we therefore need to give users access
to it when they're manually defining the font.
13 years ago
David Schnur df0875e549 Replace the stylesheet hack with inline styles.
The purpose of the stylesheet hack was to provide a default without
having to use inline styles on containers.  We can do this much more
neatly by instead just giving the inline styles to a parent container,
leaving users free to customize the children.
13 years ago
David Schnur 3cd7a51026 Axis and tick color options now make more sense.
The axis color now controls the color of the axis line, instead of its
ticks and labels, while the tickColor controls the tick color. This
makes a little more sense and provides the minor feature of being able
to change the axis line color separately from that of its ticks.  Pull
request #917 ought to be easier to merge now, too.
13 years ago
David Schnur 60ed6b2963 Merge pull request #935 from dnschnur/canvas-text
Moved canvas text support into a plugin.
13 years ago
David Schnur 27c701112d Updated the API docs for axis text changes. 13 years ago
David Schnur 6bbce44644 Updated the API with the legend 'reverse' option. 13 years ago
David Schnur aaa1cc7f84 Document the new plot chainable property. 13 years ago
David Schnur 151e96fb27 Expand documentation of the point format options. 13 years ago
David Schnur 1e685b0446 Documented the zero option for bars and lines. 13 years ago
David Schnur 8760ee77e9 Added undocumented labelFormatter null behavior. 14 years ago
Mark Côté c0900a1dac Updated API.md for %q time-series tick-label option. 14 years ago
ara818 5fcb64ff20 Support different border color, widths for each side of the chart 14 years ago
Chage Juan 88305db102 Update API.md
Fix typo
14 years ago
David Schnur 070fd83557 Added docs for the highlightColor option. 14 years ago
David Schnur cc974bd0a6 Additional cleanup and markup standardization. 14 years ago
David Schnur a4de2cab33 Additional cleanup and markup standardization. 14 years ago
David Schnur 633dd824c2 Cleaned up and standardized markup. 14 years ago
Alexander Blunck 4fa6e38018 Correct GitHub Syntax Highlighting in API markdown 14 years ago
David Schnur d51a101324 Merge pull request #22 from phusion/markdown_docs 14 years ago
Hongli Lai (Phusion) 6f40a555aa Rename *.txt.md to *.md. 15 years ago