We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This is a great project. Can you please explain what the input is?
var heatmap = [ ['january',0,1,1368001],
It seems that it is MONTH, DAY, DAY, POWER. but heatmap is supposed to have 3 dimensions so why there are 4? thanks
The text was updated successfully, but these errors were encountered:
the first entry is the id - you use this to to assign track data to the given layout
so say your layout has data :
[{ id: 'january' ... }]
if you added a track its data would look like
[{ block_id: 'january', .... }]
this allows cicrosjs to position the track relative to its related layout entry
Sorry, something went wrong.
Thanks @pollen8 for the answer. Is it clear enough @kouroshparsa? Is there a part of the documentation that is not clear enough?
No branches or pull requests
This is a great project.
Can you please explain what the input is?
It seems that it is MONTH, DAY, DAY, POWER.
but heatmap is supposed to have 3 dimensions so why there are 4?
thanks
The text was updated successfully, but these errors were encountered: