Skip to content
This repository has been archived by the owner on Nov 19, 2019. It is now read-only.

Allow setting title of customtime in constructor #36

Merged
merged 1 commit into from
Sep 11, 2018

Conversation

kbasten
Copy link
Contributor

@kbasten kbasten commented Sep 9, 2018

This allows setting of custom time bar title in the constructor, allowing calls like the following to correctly display the title.

graph.addCustomTime(new Date(1531135747 * 1000), 'custom_id', { title: 'custom title' });

This allows setting of custom time bar title in the constructor, allowing calls like the following to correctly display the title.

`graph.addCustomTime(new Date(1531135747 * 1000), 'custom_id', { title: 'custom title' });`
@yotamberk yotamberk changed the base branch from master to develop September 11, 2018 15:56
@yotamberk yotamberk merged commit 2f801fc into yotamberk:develop Sep 11, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants