
Improves CSV exporting and adds Timezone support.
Features
- Added a new
Root
setting:timezone
. E.g."America/Vancouver"
,"Australia/Sydney"
,"UTC"
. - Added a new export CSV option:
addBOM
(default:true
) which indicates whether to add BOM characters at start of CSV output so that data viewer (e.g. Microsoft Excel) knows that UTF-8 data is being exported. - Added new methods for
Adapters
:remove(key)
,disable(key)
, andenable(key)
. - Added
GaplessDateAxis
which is a version ofDateAxis
that removes data-less intervals from its scale.CategoryAxis
is being deprecated in favor ofGaplessDateAxis
. - Added Timezone support.
- Added a new
Component
method:markDirtyValues()
which will re-evaluate elements of the component that are data-reliant, such as axis labels.