I'm incredibly new to web dev. What I'm finding frustrating are the options used in the axesRendererDefaults
options in jqplot
.
According to this link:
the way to specify how a tick will appear on the axis (either X or Y) will be determined by what is specified by the formatString: ''
option.
What options are available for formatString
option? In the tutorial given on the jqplot
page, they pass options such as: %d
, $%d
and %n
. How do I find the full list of options available?
Are these formatting options separate from jqplot
and actually a property of jQuery
?