-
Notifications
You must be signed in to change notification settings - Fork 118
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
base: master
Are you sure you want to change the base?
Conversation
Added stacked to areaChart.
# Conflicts: # public/app.js
@asantibanez Thanks for the latest update. |
There was a problem hiding this 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); |
There was a problem hiding this comment.
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.
Hi @asantibanez, do you have to merge this PR? Thank you! |
@asantibanez merged main and ran npm run prod to update to app.js |
Please merge this pull request. I really want these feature too |
@asantibanez Are you going to merge this PR soon? Thank you! |
@asantibanez Any plans to act on this? |
@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. |
# Conflicts: # public/app.js
@asantibanez Updated! Sorry for the delay. |
Is there any news on this one? Would love to implement this in an app. Happy to contribute to get this over the line! 👏 |
I can resolve the merge conflicts again. If that is wanted. |
Updated! @asantibanez could you have a look again? |
2 years in review 😔 |
Summary
Updated areaChart to support series of data.
Added possibility to set areaChart to be stacked.
Issue
Fix #39
Type of Change
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/