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

feat(xychart): add ssr to xychart #1480

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

Commits on Apr 26, 2022

  1. feat(xychart): add ssr to xychart

    Allows data to be set upfront in <XYChart> as well as in in child Series components. Fixes a chicken-and-egg issue where we delay rendering until data is passed into the children Series components.
    ashk001 committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    b2b7052 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2022

  1. Configuration menu
    Copy the full SHA
    36b1007 View commit details
    Browse the repository at this point in the history
  2. fix(xychart): typescript fix

    ashk001 committed May 3, 2022
    Configuration menu
    Copy the full SHA
    2fcd63f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fc67f3b View commit details
    Browse the repository at this point in the history
  4. fix(xychart): use consistent vars for accessors

    ashk001 committed May 3, 2022
    Configuration menu
    Copy the full SHA
    42ebfc4 View commit details
    Browse the repository at this point in the history