- [fix] Fix #223 Fix an issue the max color becomes black when legend starts with 0
- [fix] Fix #190 Ajax requests sent twice
- [fix] Fix #229 Calling
update()
without arguments refresh the calendar with original data - [new] Fix #194 Add
afterUpdate()
callback - [new] Fix #234 Pass custom headers to XHR request
- [change] Moved format function in library implementation (#220)
- [fix] Fix #217 Month domain and week subdomain not working when week start set to sunday
From now, 3.x branch will only include bugfixes, all new features will go to 4.x branch
- [fix] Fix #207 Locking d3.js version to v3.x
- [fix] Fix #183 Fix/add now without highlight
- [fix] Update all references to github account new username
- [fix] Fix #156 Remove trailing comma in object literal
- [fix] Fix #161
domainDynamicDimension
not working with x_week subdomain
- [fix] Fix #74: Let
empty
target cells with no data
- [fix] Fix #97 Make "class" of all elements more dedicated
- [fix] Fix #93 Tooltip position due to legendOffset and domainLabel
- [fix] Fix #89 Add a
.future
class to future subdomain cells - [fix] Fix false error output when no callback passed to
destroy()
- [fix] Fix #84 Fixing highlighting for week subdomain (Dominic Barnes)
- [new] Fix #85 Adding some CommonJS as well as Component support (Dominic Barnes)
- [fix] Fix #107 Fix connectors for week/month/year (Andreas Jaggi)
- [change] Use NPM to install jquery and qunit dev dependencies
- [fix] Fix #57 display data values in subdomain
- [fix] Fix #69 the 'now' and 'highlight' classes are not applied to subdomain text
- [new] Only consider entries less than now (in the subdomain) as zero, when considering null as zero (Peter Schwarz)
- [change] Remove sourcemaps comment in js
- [fix] Fix #58 Legend colors are shifted
- [fix] Fix #62 Bug when calendar container already have a style attribute
- [new] Fix hidden day cells for leap year in some domain/subDomainc configuration
- [fix] Allow other data type to be passed to
data
- [fix] Fix DST for time change occuring other than midnight
- [new] Add
rewind()
method to navigate the calendar back to the starting date - [change] Code improvement and cleaning
- [fix] Fix
getSVG()
not returning all needed classes
- [new] Add
destroy()
method
- [new] Add
highlight()
method to change highlighted date after calendar initialization - [new] CSV files works out-of-the-box, as long as the first 2 columns are the timestamp and value.
- [change] Fatal errors throws errors intead of a simply console.log()
- [fix] Fix bug when trying to load plain text file as datasource
- More test and code improvement
- [fix] Fix #47: Increase d3 version dependency
- [new] Add tooltip on date hover
- [Fix] Fix #45: Fix loss of htmlClass (e.g. highlight) for graph rects with zero scale
- [fix] Fix broken
afterLoadPreviousDomain
callback
- [new] Add
jumpTo()
method to scroll the calendar to the specified date - [new]
setLegend()
will redraw the legend if some of its settings (cellSize/padding, position, etc ...) were changed - [new] Add
legendColors
setting, to dynamically control the heatmap colors - [new] Add
showLegend()
andremoveLegend()
methods - [new]
next()
andprevious()
now takes an argument, to scroll multiple domains at once - [new] Add
legendOrientation
setting - [new] Add
rowLimit
andcolLimit
setting to control the number of columns and rows in a domain - [fix] Fix #37: two days get summed
- [change] All invalid data (not a number) will be ignored
- [change]
setLegend()
now takes a legend threshold array as first argument, and a color array as second argument
- [fix] Fix #35: Can't load new domain with
next()
when the new domain's timestamp contains more character
- [fix] Fix #33: domain browsing is incrementing the calendar's value when data is a json object
- [fix] Fix #34: Only the newly appended domain can be manipulated by
update()
after callingnext()
orprevious()
- [new] Add
setLegend()
method to redefine legend threshold
- [new] Add
update()
method, to update calendar data. - [improvement] Use d3.js internal methods to bind data to subDomains
- [new] Fix #26: add
considerMissingDataAsZero
option to consider missing value as zero
- [new] Add
minDate
,startDate
to limit domain navigation beyond certain dates - [new] Add
onMaxDomainReached()
andonMinDomainReached()
events, triggered when navigation is hitting the lower/upper domain limit - [change]
next()
andprevious()
will now always returntrue
, as long as there is more domain to load
- [fix] Fix domain month class (
m_x
) beginning atm_0
insted ofm_1
- [new] Add new domain class:
dy_x
for the day of the week
- [fix] Bring back the dynamic domain width/height
- [fix] Fix
day
subdomains displaying garbage when using domain other thanmonth
- [new] Add
domainDynamicDimension
to disable dynamic domain width/height (default: true)
- [fix] Fix domain month when using day subDomain
- [Fix] Fix calendar crashing in IE when using d3.js >= v3.2.4
- [Fix] Fix overflow when adding/removing domains dynamically in IE
- [fix] Fix
subDomainTitleFormat
not applying to subDomain with data
- [fix] Fix
onComplete()
event not firing when loading data from a json object indata
option
- [fix] Add missing files
v3 is a major release, a lot of changes are not backward compatible with v2. See the migration guide for update process.
- [new] Add Vertical orientation
- [new] Add option to display a date inside subDomain cells
- [new] Replace
id
withitemSelector
, and accept any kind of CSS3 selector string - [new] subDomain highlighting can highlight more that today
- [new] domain highlighting
- [new]
nextSelector
andpreviousSelector
to attach domain navigation to any DOM Element - [new] Add
tsv
to accepted dataType - [new] More control about legend position and size
- [new] More control about domain label position and size
- [new] Label rotation, to display text vertically
- [new]
getSVG()
method to export SVG code
- [new] Highlight today's rectangle (only available when subdomain is equal to "day")
- [fix] Fix plurals title (Issue #14)
- [new] Add
afterLoadData
callback, to apply your own conversion function when the API don't return data in the expected format - [new] Add
dataType
property to specify data source format type. Can use json (default), csv or txt. - [fix] Fix wrong number of minutes when using minutes subdomain with a week domain
- [new] Add
startWeekOnMonday
to choose whether to start the week on Monday or Sunday
- [new]
x_day
subdomain to display days horizontally, grouped by week - [new]
cellradius
property to apply rounded corner to subdomain cell
[enhancement] More faster tests
- [fix#6] Can now pass a function to date formatter, to format the date using an external library like moment.js
- [fix#9] null values not interpreted as "empty" when rendering the title
- [new] onComplete callback
- [new#5] AfterLoad callback, called when the calendar is fully drawn, but not filled with datas yet
- [new#6] Add options to customize all text
- [fix] Handle not valid callback
See documentation for i18n usage
- [fix#8] Support for null values
- [fix#7] Wrong color for the last interval values
- [fix] Floating number does not display in tooltip
- [enhancement] Change cursor to pointer on subdomain hover if it's associated to an onClick event
- [fix] Fix domain positioning on Firefox
- [new] Can know browse the calendar, by setting the new
browsing
property totrue
- [new] Add animation when displaying the scale
- [change] Rename
scales
property toscale
- [fix] Fix displaying week subdomain from a year domain
- [new] Add test code coverage in grunt
- [new] Add Bower and Jam support
- [new] Change
uri
property todata
. It can now accepts a file path to a JSON file, directly a JSON object, or a string template.
The string template is usually a dynamic url to an API, like
api.com/get?start=xxx&end=yyy
, where xxx and yyy are respectively the first and last date of the calendar. You can use tokens to dynamically insert the calendar first and last date in the url. See documentation for accepted tokens. Example :api?start={{t:start}}&end={{d:end}}
will fetchapi?start=1362006000&end=2013-02-27T23:00:00.000Z
- [new] Add AMD support
- First release