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

xDomain issue for multiData graph #171

Open
akkikumar72 opened this issue May 8, 2024 · 0 comments
Open

xDomain issue for multiData graph #171

akkikumar72 opened this issue May 8, 2024 · 0 comments

Comments

@akkikumar72
Copy link

So, I am working on a multiData graph with latest 3 graphs in the chart.

 dataProp = {
      one: mockData,
      two: mockData2,
      three: mockData3,
    };

First graph ie. one is base graph and have around 30 datapoints(mockData) and rest around 22 datapoints(mockData2 & mockData3).
So, in my chart, it only show base graph taking all x-axis space and others just taking 80% of the spaces.

As in multiData we have multiple dataPoints. its hard to have xDomain for any specific graph data.

Any suggestion will be greatly appreciated.

Possibly related to #140

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

No branches or pull requests

1 participant