Open Audumbar-Patil opened 3 months ago
That's not a bug, it's the expected behavior of staked charts. Values are staked on top of each over, and the tooltip show individual values
Small tips: GitHub has a syntax to quote code that make it much easier to read. And if it's a docs example, you can just copy the link to the docs section :) https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax#quoting-code
:warning: This issue has been closed. If you have a similar problem but not exactly the same, please open a new issue. Now, if you have additional information related to this issue or things that could help future readers, feel free to leave a comment.
@Audumbar-Patil: How did we do? Your experience with our support team matters to us. If you have a moment, please share your thoughts in this short Support Satisfaction survey.
Now this is my graph and i want to use three series in it (three lines). Why is the data point not pointing towards the correct value on Y axis. Please is there any other way where i can contact you. Regards
That's a different topic. Here you are hacking the stacking to plot an area.
To make it work, you should trick the values in the maxEnvBmeTemp
to subtract the minEnv value. Such that the stacking match what you're expecting.
Then you would have to either diable the tooltip display for those min/max values, or create a customized tooltip that do the opposite operation
Please is there any other way where i can contact you.
What's wrong with GitHub?
We have two potential solution:
'band'
that would have minData
/maxData
to plot interfals
Steps to reproduce
Link to live example: (required)
Steps:
This is the code example taken from MUI X Chart official website -
Current behavior
In the example above we can see that the output shows a three series graph with stacking. But the values of the data points doesn't match the values on Y -axis. The value for UK GDP (purple) on the first data point is 26,189 but on the graph on Y-axis it is showing 80,000
Expected behavior
The data points should align with Y -axis values.
Context
No response
Your environment
``` Don't forget to mention which browser you used. Output from `npx @mui/envinfo` goes here. ```npx @mui/envinfo
Search keywords: y axis