Module talk:Horizontal timeline
Appearance
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)
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)