Skip to content

Layout Diff log to plotly.js #44

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

Closed
18 tasks done
kMutagene opened this issue Jun 17, 2020 · 0 comments
Closed
18 tasks done

Layout Diff log to plotly.js #44

kMutagene opened this issue Jun 17, 2020 · 0 comments

Comments

@kMutagene
Copy link
Collaborator

kMutagene commented Jun 17, 2020

Here is the current diff (via https://plotly.com/javascript/reference/#layout) for layout objects and properties that are supported by this library (on a high abstraction level, theoretically we already support everything via DynObj):

You want to help? Here's a quick guide on how to implement a layout object:

  • Take a look at this commit, which implements all the steps below: 18b5698
  • ideally leave a comment here so we dont have multiple ppl doing the same thing
  • go to the figure reference for your layout object
  • implement the object via the init/style pattern
  • when possible abstract things like enums as StyleParam.
  • where applicable, add a Chart.with... function to ChartExtensions.fs that applies the object styles to a given Chart layout.

Thanks ❤️

General Layout objects/Properties

Axes and Subplots

Layers

@kMutagene kMutagene added this to the 2.0 milestone Jun 17, 2020
@kMutagene kMutagene mentioned this issue Jun 17, 2020
13 tasks
@kMutagene kMutagene pinned this issue Sep 1, 2020
@kMutagene kMutagene unpinned this issue Mar 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant