2017-03-22
Manual in English
- English manual of HuTime Web API is released.
2017-02-22
API (20170222)
- Added the functions to operate on touch devices such as a smartphone.
2017-02-16
Source code of HuTime Web API
Source code of HuTime Web API is released on GitHub.
- Source code: https://github.com/hutime/WebHuTime/
- Manual: https://github.com/hutime/WebHuTimeManual/
2017-01-10
API (20170110)
- Added the function to read datetime which is not described in ISO 8601 in data sources.
- Added the function to read datetime described as a month, a year or a era.
- Fixed the specification to specify plot format.
(old)recordset.plotStyle = Function (record){}
(new)recordset.plotStyle = Function (itemName, record){}
cf: Formatting Individual Records -
Fixed the specification to label data.
(old)record.data["label"]
(new)record.data[itemName]
cf:Formatting Individual Records - Fixed a bug that size of a image object (HuTime.Image) changes after redrawing.
- Fixed a bug that final character in CSV or TSV files is not read when the file is not ended in CRLF.
- Fixed a bug that labels are not shown correctly when scale intervals in a chart is less than 1.
Manual updated
- A sample of HuTime is shown on the index page.
- Update information is shown on the index page.
- Fixed according to latest version (20170110).
2016-12-10
Released API (test version)
Test version with minimum function is released.
The test version is introduced in Computer and Humanities Symposium (JINMONCOM 2016).
Title: Web HuTime - Web platform for temporal information (Slide (in Japanese)).