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

Added more options area charts #66

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

Conversation

ricklambrechts
Copy link

@ricklambrechts ricklambrechts commented Feb 12, 2022

Summary

Updated areaChart to support series of data.
Added possibility to set areaChart to be stacked.

Issue

Fix #39

Type of Change

  • 🚀 New Feature

Screenshot/Video

Series of data: https://apexcharts.com/javascript-chart-demos/area-charts/spline/
Stacked option: https://apexcharts.com/javascript-chart-demos/area-charts/stacked/

@ricklambrechts
Copy link
Author

@asantibanez Thanks for the latest update.
Could you look in to this?

Copy link
Owner

@asantibanez asantibanez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let me look at this later this week. Will be a nice addition. Thank you! 👍

$this->color = $color;

return $this;
return $this->addSeriesPoint($this->getTitle(), $title, $value, $extras);
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for this update. Makes data handling much easier.

@phuclh
Copy link

phuclh commented May 18, 2022

Hi @asantibanez, do you have to merge this PR? Thank you!

@ricklambrechts
Copy link
Author

@asantibanez merged main and ran npm run prod to update to app.js

@jazz-max
Copy link

Please merge this pull request. I really want these feature too

@phuclh
Copy link

phuclh commented Sep 3, 2022

@asantibanez Are you going to merge this PR soon? Thank you!

@gid-m
Copy link

gid-m commented Oct 12, 2022

@asantibanez Any plans to act on this?

@asantibanez
Copy link
Owner

@ricklambrechts good afternoon. I've just updated the package to support Livewire v3. Do you mind updating your PR to target the latest? Please let me know if you would like to. Thanks.

@ricklambrechts
Copy link
Author

@asantibanez Updated!

Sorry for the delay.

@Joe45M
Copy link

Joe45M commented Dec 18, 2023

Is there any news on this one? Would love to implement this in an app.

Happy to contribute to get this over the line! 👏

@ricklambrechts
Copy link
Author

I can resolve the merge conflicts again. If that is wanted.

@ricklambrechts
Copy link
Author

Updated! @asantibanez could you have a look again?

@chimit
Copy link

chimit commented Feb 21, 2024

2 years in review 😔

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

Successfully merging this pull request may close these issues.

Support AreaChart with multiple series
7 participants