Skip to content
New issue

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

(Trade) Arrows with Optional Annotations #157

Open
wants to merge 14 commits into
base: master
Choose a base branch
from
Open

Conversation

przmv
Copy link
Collaborator

@przmv przmv commented Feb 27, 2017

I'm creating this pull request to gather some feedback on (Trade) Arrows with Optional Annotations feature I'm currently working on.

The output of the current implementation is available here: http://work.severus.io/dygraphs/

⚠️ Please note that this is work in progress and lacks some functionality (e.g. tooltips and annotations). The second example (with dynamically created arrows) probably needs to be replaced with something more suitable (I'm not that R pro, sorry).

@jjallaire @danielkrizian what do you think of it?

})

pluginName <- "Arrow"
if (dyHasPlugin(dygraph, pluginName)) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This behavior could just be made part of dyPlugin (i.e. if an a plugin name that already exists in the dygraph is added then we append rather than overwrite options). Would there be any downsides to this?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makes sense. I'm going to make a separate pull request introducing changes in dyPlugin.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR added #158

@jjallaire
Copy link
Member

I think this looks very cool and seems extremely useful!

@przmv przmv changed the title WIP: (Trade) Arrows with Optional Annotations (Trade) Arrows with Optional Annotations Feb 15, 2018
@przmv
Copy link
Collaborator Author

przmv commented Feb 16, 2018

I've made some significant improvements to this plugin. Now it's ready to be released. The updated version can be reached at http://work.severus.io/dygraphs/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants