-
Notifications
You must be signed in to change notification settings - Fork 197
feat: Canvas gridline #1237
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
feat: Canvas gridline #1237
Conversation
Now that #1235 has been merged, I'll take a closer look at this :-) |
That sounds great! |
Great job, thanks @Ro4052 - one minor point ... Can you please add to the README file? See the d3fc-series README for how we document svg / canvas |
Hopefully that's roughly what you were looking for with the docs. Let me know of any changes you think are necessary. |
|
#1160 The D3fc annotation package currently only supports SVG. This PR contains an implementation of the the gridline annotation using canvas.
Note: This has been branched off #1235, as the new implementation is required for this component to work. Edit - This PR has now been merged