Jump to content

Module talk:Horizontal timeline

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mikhail Ryazanov (talk | contribs) at 09:46, 10 April 2015 (Negative numbers: new section). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Increment in scale rows

The default increment in a scale row is a fifth of the range, which can look wierd sometimes. How about a suitable multiple of 10^n or 2*10^n? Kanguole 10:11, 11 March 2014 (UTC)[reply]

Negative numbers

It would be nice if the template produced correct typographic minuses (−) instead of hyphens (-) for negative numbers. It seems that changing

local negativeFmt = getNotNilValue(args['axis-negativeFmt'], '-%s')

to

local negativeFmt = getNotNilValue(args['axis-negativeFmt'], '−%s')

should do that, but I have not looked closely at the code to understand all cases. @Jayarathina: could you please check and modify it properly? — Mikhail Ryazanov (talk) 09:46, 10 April 2015 (UTC)[reply]